Browse Source

Merged from /branches/2.0-stable:


			
			
				rocklinux
			
			
		
Clifford Wolf 21 years ago
parent
commit
5f8da46f66
4 changed files with 25 additions and 7 deletions
  1. +2
    -2
      package/base/rockplug/rockplug.desc
  2. +2
    -4
      package/gnome24/scrollkeeper/scrollkeeper.cron
  3. +1
    -1
      package/rene/xine/xine.desc
  4. +20
    -0
      package/rene/xine/xv-xm-linking.fix

+ 2
- 2
package/base/rockplug/rockplug.desc

@ -38,8 +38,8 @@
[L] GPL
[S] Beta
[V] 0.0.7
[V] 0.0.9
[P] X ---3-----9 758.000
[D] 2003040161 rockplug-0.0.7.tar.bz2 http://www.rocklinux-consulting.de/oss/rockplug/src/
[D] 0 rockplug-0.0.9.tar.bz2 http://www.rocklinux-consulting.de/oss/rockplug/src/

+ 2
- 4
package/gnome24/scrollkeeper/scrollkeeper.cron

@ -1,7 +1,5 @@
#!/bin/sh
GNOME24_DIR="D_prefix"
if [ -x /$GNOME24_DIR/bin/scrollkeeper-updatedb ]; then
echo "Updating scrollkeeper database"
/$GNOME24_DIR/bin/scrollkeeper-updatedb
fi
echo "Updating scrollkeeper database"
/$GNOME24_DIR/bin/scrollkeeper-update -q

+ 1
- 1
package/rene/xine/xine.desc

@ -46,7 +46,7 @@
[V] 1-rc2
[P] X -----5---9 951.000
[O] xine_lib_fixes="disable-goom.fix"
[O] xine_lib_fixes="disable-goom.fix xv-xm-linking.fix"
[O] xine_ui_fixes="ui-doc.fix"
[SRC] xine

+ 20
- 0
package/rene/xine/xv-xm-linking.fix

@ -0,0 +1,20 @@
--- xine-lib-1-rc2//configure.orig 2004-03-22 07:32:29.000000000 +0100
+++ xine-lib-1-rc2//configure 2004-03-22 07:32:45.000000000 +0100
@@ -25026,7 +25026,7 @@
fi
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
- xv_lib="libXv.a"
+ xv_lib="libXv.so"
@@ -25048,7 +25048,7 @@
fi
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
- xvmc_lib="libXvMC.a"
+ xvmc_lib="libXvMC.so"

Loading…
Cancel
Save