Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 19 years ago
parent
commit
0336b13c1c
2 changed files with 13 additions and 1 deletions
  1. +1
    -1
      package/nikolaus/flac/flac.desc
  2. +12
    -0
      package/nikolaus/flac/xmms-plugin-doublefree.patch

+ 1
- 1
package/nikolaus/flac/flac.desc

@ -49,7 +49,7 @@
[L] LGPL
[S] Stable
[V] 1.1.2
[V] 1.1.2 1
[P] X -?---5---9 124.700
[D] 4187460555 flac-1.1.2.tar.gz http://dl.sourceforge.net/sourceforge/flac/

+ 12
- 0
package/nikolaus/flac/xmms-plugin-doublefree.patch

@ -0,0 +1,12 @@
diff -ruN flac-1.1.2/src/plugin_xmms/configure.c flac-1.1.2-new/src/plugin_xmms/configure.c
--- flac-1.1.2/src/plugin_xmms/configure.c 2005-01-25 05:26:29.000000000 +0100
+++ flac-1.1.2-new/src/plugin_xmms/configure.c 2005-06-12 09:59:49.000000000 +0200
@@ -61,7 +61,7 @@
"", /* proxy_user */
"", /* proxy_pass */
FALSE, /* save_http_stream */
- "", /* save_http_path */
+ FALSE, /* save_http_path */
FALSE, /* cast_title_streaming */
FALSE /* use_udp_channel */
},

Loading…
Cancel
Save