git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5468 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -1,260 +0,0 @@ |
|||
diff -dur xine-ui-0.99.2/configure.ac xine-ui-0.99.2-p/configure.ac |
|||
--- xine-ui-0.99.2/configure.ac 2004-07-04 17:51:02.000000000 +0200 |
|||
+++ xine-ui-0.99.2-p/configure.ac 2004-11-04 19:58:17.541312408 +0100 |
|||
@@ -580,7 +580,7 @@ |
|||
dnl |
|||
dnl |
|||
dnl |
|||
-BUILD_CC="`$CC -v 2>&1 | tail -1`" |
|||
+BUILD_CC="`$CC -v 2>&1 | tail -n1`" |
|||
BUILD_OS="`uname -s -r -m`" |
|||
BUILD_DATE="`date \"+%a %d %b %Y %T\"`" |
|||
AC_SUBST(BUILD_CC) |
|||
diff -dur xine-ui-0.99.2/configure xine-ui-0.99.2-p/configure |
|||
--- xine-ui-0.99.2/configure 2004-07-04 18:26:08.000000000 +0200 |
|||
+++ xine-ui-0.99.2-p/configure 2004-11-04 19:58:35.301612432 +0100 |
|||
@@ -1,4 +1,4 @@ |
|||
-#! /bin/sh |
|||
+# #! /bin/sh |
|||
# Guess values for system-dependent variables and create Makefiles. |
|||
# Generated by GNU Autoconf 2.57. |
|||
# |
|||
@@ -28176,7 +28176,7 @@ |
|||
fi |
|||
|
|||
|
|||
-BUILD_CC="`$CC -v 2>&1 | tail -1`" |
|||
+BUILD_CC="`$CC -v 2>&1 | tail -n1`" |
|||
BUILD_OS="`uname -s -r -m`" |
|||
BUILD_DATE="`date \"+%a %d %b %Y %T\"`" |
|||
|
|||
diff -dur xine-ui-0.99.2/misc/xine-bugreport xine-ui-0.99.2-p/misc/xine-bugreport |
|||
--- xine-ui-0.99.2/misc/xine-bugreport 2004-07-04 18:26:48.000000000 +0200 |
|||
+++ xine-ui-0.99.2-p/misc/xine-bugreport 2004-11-04 19:46:59.925325696 +0100 |
|||
@@ -610,8 +610,8 @@ |
|||
fi |
|||
fi |
|||
done |
|||
- short=`head -1 <$tmpfile` |
|||
- description="`tail +2 <$tmpfile`" |
|||
+ short=`head -n1 <$tmpfile` |
|||
+ description="`tail -n+2 <$tmpfile`" |
|||
rm $tmpfile |
|||
if test -z "$short"; then |
|||
echo "internal error: no message for $id" >&2 |
|||
@@ -903,7 +903,7 @@ |
|||
if search -x xine "$PATH"; then |
|||
xine_executable1=`echo "$found"|sort|uniq` |
|||
if [ `echo "$xine_executable1" | wc -l` -gt 1 ]; then |
|||
- xine_executable=`echo "$xine_executable1" | head -1` |
|||
+ xine_executable=`echo "$xine_executable1" | head -n1` |
|||
msg several-xine-in-path 1 |
|||
else |
|||
xine_executable="$xine_executable1" |
|||
@@ -922,7 +922,7 @@ |
|||
xine_config=`echo "$found"|sort|uniq` |
|||
if [ `echo "$xine_config" | wc -l` -gt 1 ]; then |
|||
xine_configs="$xine_config" |
|||
- xine_config=`echo "$xine_configs" | head -1` |
|||
+ xine_config=`echo "$xine_configs" | head -n1` |
|||
msg several-xine-config 1 |
|||
else |
|||
msg xine-config-in-path 0 |
|||
@@ -932,7 +932,7 @@ |
|||
xine_config="$found"; |
|||
if [ `echo "$xine_config" | wc -l` -gt 1 ]; then |
|||
xine_configs="$xine_config" |
|||
- xine_config=`echo "$xine_configs" | head -1` |
|||
+ xine_config=`echo "$xine_configs" | head -n1` |
|||
msg several-xine-config 1 |
|||
else |
|||
msg xine-config-somewhere 0 |
|||
@@ -1102,7 +1102,7 @@ |
|||
|
|||
search -x hdparm "$PATH" || search -x bin/hdparm || search -x sbin/hdparm; |
|||
if test -n "$found"; then |
|||
- hdparm=`echo "$found"|head -1` |
|||
+ hdparm=`echo "$found"|head -n1` |
|||
fi |
|||
|
|||
case "$DVDROM" in |
|||
@@ -1145,8 +1145,8 @@ |
|||
# Xv extension |
|||
search -x xvinfo "$PATH" || search -x bin/xvinfo; |
|||
if test -n "$found"; then |
|||
- xvinfo=`echo "$found"|head -1` |
|||
- XVIDEO=`$xvinfo|head -1` |
|||
+ xvinfo=`echo "$found"|head -n1` |
|||
+ XVIDEO=`$xvinfo|head -n1` |
|||
msg have-xv 0 |
|||
YUV=false |
|||
YUY2=false |
|||
@@ -1387,7 +1387,7 @@ |
|||
echo "Subject: $subject" |
|||
|
|||
if search -x mail "$PATH" || search -x mailx "$PATH"; then |
|||
- mailer=`echo "$found"|head -1` |
|||
+ mailer=`echo "$found"|head -n1` |
|||
echo "Alternatively, I could try to send the bug report for you, using" |
|||
echo $mailer -s \""$subject"\" |
|||
echo 'Please make sure to add the additional description before saying "yes"!' |
|||
diff -dur xine-ui-0.99.2/misc/xine-check xine-ui-0.99.2-p/misc/xine-check |
|||
--- xine-ui-0.99.2/misc/xine-check 2004-07-04 18:26:48.000000000 +0200 |
|||
+++ xine-ui-0.99.2-p/misc/xine-check 2004-11-04 19:45:54.521268624 +0100 |
|||
@@ -610,8 +610,8 @@ |
|||
fi |
|||
fi |
|||
done |
|||
- short=`head -1 <$tmpfile` |
|||
- description="`tail +2 <$tmpfile`" |
|||
+ short=`head -n1 <$tmpfile` |
|||
+ description="`tail -n+2 <$tmpfile`" |
|||
rm $tmpfile |
|||
if test -z "$short"; then |
|||
echo "internal error: no message for $id" >&2 |
|||
@@ -903,7 +903,7 @@ |
|||
if search -x xine "$PATH"; then |
|||
xine_executable1=`echo "$found"|sort|uniq` |
|||
if [ `echo "$xine_executable1" | wc -l` -gt 1 ]; then |
|||
- xine_executable=`echo "$xine_executable1" | head -1` |
|||
+ xine_executable=`echo "$xine_executable1" | head -n1` |
|||
msg several-xine-in-path 1 |
|||
else |
|||
xine_executable="$xine_executable1" |
|||
@@ -922,7 +922,7 @@ |
|||
xine_config=`echo "$found"|sort|uniq` |
|||
if [ `echo "$xine_config" | wc -l` -gt 1 ]; then |
|||
xine_configs="$xine_config" |
|||
- xine_config=`echo "$xine_configs" | head -1` |
|||
+ xine_config=`echo "$xine_configs" | head -n1` |
|||
msg several-xine-config 1 |
|||
else |
|||
msg xine-config-in-path 0 |
|||
@@ -932,7 +932,7 @@ |
|||
xine_config="$found"; |
|||
if [ `echo "$xine_config" | wc -l` -gt 1 ]; then |
|||
xine_configs="$xine_config" |
|||
- xine_config=`echo "$xine_configs" | head -1` |
|||
+ xine_config=`echo "$xine_configs" | head -n1` |
|||
msg several-xine-config 1 |
|||
else |
|||
msg xine-config-somewhere 0 |
|||
@@ -1102,7 +1102,7 @@ |
|||
|
|||
search -x hdparm "$PATH" || search -x bin/hdparm || search -x sbin/hdparm; |
|||
if test -n "$found"; then |
|||
- hdparm=`echo "$found"|head -1` |
|||
+ hdparm=`echo "$found"|head -n1` |
|||
fi |
|||
|
|||
case "$DVDROM" in |
|||
@@ -1145,8 +1145,8 @@ |
|||
# Xv extension |
|||
search -x xvinfo "$PATH" || search -x bin/xvinfo; |
|||
if test -n "$found"; then |
|||
- xvinfo=`echo "$found"|head -1` |
|||
- XVIDEO=`$xvinfo|head -1` |
|||
+ xvinfo=`echo "$found"|head -n1` |
|||
+ XVIDEO=`$xvinfo|head -n1` |
|||
msg have-xv 0 |
|||
YUV=false |
|||
YUY2=false |
|||
@@ -1387,7 +1387,7 @@ |
|||
echo "Subject: $subject" |
|||
|
|||
if search -x mail "$PATH" || search -x mailx "$PATH"; then |
|||
- mailer=`echo "$found"|head -1` |
|||
+ mailer=`echo "$found"|head -n1` |
|||
echo "Alternatively, I could try to send the bug report for you, using" |
|||
echo $mailer -s \""$subject"\" |
|||
echo 'Please make sure to add the additional description before saying "yes"!' |
|||
diff -dur xine-ui-0.99.2/misc/xine-check.sh.in xine-ui-0.99.2-p/misc/xine-check.sh.in |
|||
--- xine-ui-0.99.2/misc/xine-check.sh.in 2004-04-15 21:27:20.000000000 +0200 |
|||
+++ xine-ui-0.99.2-p/misc/xine-check.sh.in 2004-11-04 19:45:32.670590432 +0100 |
|||
@@ -187,8 +187,8 @@ |
|||
fi |
|||
fi |
|||
done |
|||
- short=`head -1 <$tmpfile` |
|||
- description="`tail +2 <$tmpfile`" |
|||
+ short=`head -n1 <$tmpfile` |
|||
+ description="`tail -n+2 <$tmpfile`" |
|||
rm $tmpfile |
|||
if test -z "$short"; then |
|||
echo "internal error: no message for $id" >&2 |
|||
@@ -480,7 +480,7 @@ |
|||
if search -x xine "$PATH"; then |
|||
xine_executable1=`echo "$found"|sort|uniq` |
|||
if [ `echo "$xine_executable1" | wc -l` -gt 1 ]; then |
|||
- xine_executable=`echo "$xine_executable1" | head -1` |
|||
+ xine_executable=`echo "$xine_executable1" | head -n1` |
|||
msg several-xine-in-path 1 |
|||
else |
|||
xine_executable="$xine_executable1" |
|||
@@ -499,7 +499,7 @@ |
|||
xine_config=`echo "$found"|sort|uniq` |
|||
if [ `echo "$xine_config" | wc -l` -gt 1 ]; then |
|||
xine_configs="$xine_config" |
|||
- xine_config=`echo "$xine_configs" | head -1` |
|||
+ xine_config=`echo "$xine_configs" | head -n1` |
|||
msg several-xine-config 1 |
|||
else |
|||
msg xine-config-in-path 0 |
|||
@@ -509,7 +509,7 @@ |
|||
xine_config="$found"; |
|||
if [ `echo "$xine_config" | wc -l` -gt 1 ]; then |
|||
xine_configs="$xine_config" |
|||
- xine_config=`echo "$xine_configs" | head -1` |
|||
+ xine_config=`echo "$xine_configs" | head -n1` |
|||
msg several-xine-config 1 |
|||
else |
|||
msg xine-config-somewhere 0 |
|||
@@ -679,7 +679,7 @@ |
|||
|
|||
search -x hdparm "$PATH" || search -x bin/hdparm || search -x sbin/hdparm; |
|||
if test -n "$found"; then |
|||
- hdparm=`echo "$found"|head -1` |
|||
+ hdparm=`echo "$found"|head -n1` |
|||
fi |
|||
|
|||
case "$DVDROM" in |
|||
@@ -722,8 +722,8 @@ |
|||
# Xv extension |
|||
search -x xvinfo "$PATH" || search -x bin/xvinfo; |
|||
if test -n "$found"; then |
|||
- xvinfo=`echo "$found"|head -1` |
|||
- XVIDEO=`$xvinfo|head -1` |
|||
+ xvinfo=`echo "$found"|head -n1` |
|||
+ XVIDEO=`$xvinfo|head -n1` |
|||
msg have-xv 0 |
|||
YUV=false |
|||
YUY2=false |
|||
@@ -964,7 +964,7 @@ |
|||
echo "Subject: $subject" |
|||
|
|||
if search -x mail "$PATH" || search -x mailx "$PATH"; then |
|||
- mailer=`echo "$found"|head -1` |
|||
+ mailer=`echo "$found"|head -n1` |
|||
echo "Alternatively, I could try to send the bug report for you, using" |
|||
echo $mailer -s \""$subject"\" |
|||
echo 'Please make sure to add the additional description before saying "yes"!' |
|||
diff -dur xine-ui-0.99.2/po/POTFILES.in xine-ui-0.99.2-p/po/POTFILES.in |
|||
--- xine-ui-0.99.2/po/POTFILES.in 2004-06-18 23:12:07.000000000 +0200 |
|||
+++ xine-ui-0.99.2-p/po/POTFILES.in 2004-11-04 19:44:39.075738088 +0100 |
|||
@@ -1,5 +1,5 @@ |
|||
# For updating this file, look at the result of: |
|||
-# $ head -3 po/POTFILES.in > /tmp/POTFILES.in && grep -l '[^A-Za-z_]_(' src/xitk/*.[chy] | grep -v src/xitk/session_ctrl.c >> /tmp/POTFILES.in && cp /tmp/POTFILES.in po/ |
|||
+# $ head -n3 po/POTFILES.in > /tmp/POTFILES.in && grep -l '[^A-Za-z_]_(' src/xitk/*.[chy] | grep -v src/xitk/session_ctrl.c >> /tmp/POTFILES.in && cp /tmp/POTFILES.in po/ |
|||
|
|||
src/xitk/actions.c |
|||
src/xitk/config_wrapper.c |
|||
diff -dur xine-ui-0.99.2/src/xitk/xine-toolkit/po/POTFILES.in xine-ui-0.99.2-p/src/xitk/xine-toolkit/po/POTFILES.in |
|||
--- xine-ui-0.99.2/src/xitk/xine-toolkit/po/POTFILES.in 2002-05-31 14:34:03.000000000 +0200 |
|||
+++ xine-ui-0.99.2-p/src/xitk/xine-toolkit/po/POTFILES.in 2004-11-04 19:44:34.688405064 +0100 |
|||
@@ -1,5 +1,5 @@ |
|||
# For updating this file, look at the result of: |
|||
-# $ head -3 src/xitk/xine-toolkit/po/POTFILES.in > /tmp/POTFILES.in && grep -l '[^A-Za-z_]_(' src/xitk/xine-toolkit/*.[chy] >> /tmp/POTFILES.in && cp /tmp/POTFILES.in src/xitk/xine-toolkit/po/ |
|||
+# $ head -n3 src/xitk/xine-toolkit/po/POTFILES.in > /tmp/POTFILES.in && grep -l '[^A-Za-z_]_(' src/xitk/xine-toolkit/*.[chy] >> /tmp/POTFILES.in && cp /tmp/POTFILES.in src/xitk/xine-toolkit/po/ |
|||
|
|||
src/xitk/xine-toolkit/mrlbrowser.c |
|||
src/xitk/xine-toolkit/test.c |
@ -1,11 +0,0 @@ |
|||
--- ./po/Makefile.in.in.orig 2004-12-09 23:29:33.783069128 +0100 |
|||
+++ ./po/Makefile.in.in 2004-12-09 23:29:52.996148296 +0100 |
|||
@@ -31,7 +31,7 @@ |
|||
INSTALL = @INSTALL@ |
|||
INSTALL_DATA = @INSTALL_DATA@ |
|||
MKINSTALLDIRS = @MKINSTALLDIRS@ |
|||
-mkinstalldirs = `if test ! -z "$(mkdir_p)"; then echo "$(mkdir_p)"; else case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_srcdir)/$(MKINSTALLDIRS)" ;; esac; fi` |
|||
+mkinstalldirs = ../mkinstalldirs |
|||
|
|||
CC = @CC@ |
|||
GMSGFMT = @GMSGFMT@ |
@ -1,22 +0,0 @@ |
|||
--- ./misc/Makefile.am.orig 2004-12-01 22:15:59.768577368 +0100 |
|||
+++ ./misc/Makefile.am 2004-12-01 22:16:18.036800176 +0100 |
|||
@@ -27,7 +27,7 @@ |
|||
chmod a+x xine-check |
|||
|
|||
xine-bugreport: xine-check |
|||
- test ! -f xine-bugreport && $(LN_S) xine-check xine-bugreport |
|||
+ if test ! -f xine-bugreport ; then $(LN_S) xine-check xine-bugreport ; fi |
|||
|
|||
|
|||
debug: |
|||
--- ./misc/Makefile.in.orig 2004-12-01 22:17:13.376387280 +0100 |
|||
+++ ./misc/Makefile.in 2004-12-01 22:17:31.632611912 +0100 |
|||
@@ -623,7 +623,7 @@ |
|||
chmod a+x xine-check |
|||
|
|||
xine-bugreport: xine-check |
|||
- test ! -f xine-bugreport && $(LN_S) xine-check xine-bugreport |
|||
+ if test ! -f xine-bugreport ; then $(LN_S) xine-check xine-bugreport ; fi |
|||
|
|||
debug: |
|||
@list='$(SUBDIRS)'; for subdir in $$list; do \ |
@ -1,95 +0,0 @@ |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/rene/xine/xine.cache |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[TIMESTAMP] 1102108510 Fri Dec 3 22:15:10 2004 |
|||
[CONFIG-ID] 2.1.0-DEV-x86-reference-expert |
|||
[ROCKVER] 2.1.0-DEV |
|||
|
|||
[LOGS] 5-xine.err |
|||
|
|||
[BUILDTIME] 117200 (5) |
|||
[SIZE] 8.11 MB, 177 files |
|||
|
|||
[DEP] 00-dirtree aalib aalib:dev alsa alsa:dev arts arts:dev audiofile |
|||
[DEP] audiofile:dev autoconf automake17 automake19 bash2 binutils bison |
|||
[DEP] bzip2 coreutils curl curl:dev diffutils esound esound:dev expat file |
|||
[DEP] findutils flac flac:dev freetype freetype:dev gawk gcc34 gcc34:dev |
|||
[DEP] gconf:dev gettext glib glib12 glib:dev glibc23 glibc23:dev glut |
|||
[DEP] gnome-libs14 gnome-vfs gnome-vfs:dev gpm grep libbonobo libbonobo:dev |
|||
[DEP] libfame libjpeg libjpeg:dev libmng libmng:dev libpng libpng:dev |
|||
[DEP] libsdl libsdl:dev libxml2:dev linux26-header:dev lirc lirc:dev m4 |
|||
[DEP] make mktemp nas ncurses:dev net-tools ogg-vorbis ogg-vorbis:dev |
|||
[DEP] openssl orbit2 orbit2:dev patch perl5 pkgconfig popt:dev readline |
|||
[DEP] readline:dev rte sed slang sysfiles tar util-linux xfree86 |
|||
[DEP] xfree86:dev zlib:dev |
|||
|
|||
[5-ERROR] dists="Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gettext.h gettextP.h hash-string.h libgnuintl.h libgettext.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y localcharset.c intl-compat.c"; \ |
|||
[5-ERROR] for file in $dists; do \ |
|||
[5-ERROR] /ROCK/build/ref1129-2.1.0-DEV-x86-reference-expert/ROCK/tools.chroot/wrapper/install -c -m 644 ./$file \ |
|||
[5-ERROR] /usr/share/gettext/intl/$file; \ |
|||
[5-ERROR] done; \ |
|||
[5-ERROR] chmod a+x /usr/share/gettext/intl/config.charset; \ |
|||
[5-ERROR] dists="plural.c"; \ |
|||
[5-ERROR] for file in $dists; do \ |
|||
[5-ERROR] if test -f $file; then dir=.; else dir=.; fi; \ |
|||
[5-ERROR] /ROCK/build/ref1129-2.1.0-DEV-x86-reference-expert/ROCK/tools.chroot/wrapper/install -c -m 644 $dir/$file \ |
|||
[5-ERROR] /usr/share/gettext/intl/$file; \ |
|||
[5-ERROR] done; \ |
|||
[5-ERROR] dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c"; \ |
|||
[5-ERROR] for file in $dists; do \ |
|||
[5-ERROR] rm -f /usr/share/gettext/intl/$file; \ |
|||
[5-ERROR] done; \ |
|||
[5-ERROR] else \ |
|||
[5-ERROR] : ; \ |
|||
[5-ERROR] fi |
|||
[5-ERROR] make[1]: Leaving directory `/ROCK/src.xine.1102107244.23827.1380057988/xine-ui-0.99.2/intl' |
|||
[5-ERROR] Making install in po |
|||
[5-ERROR] make[1]: Entering directory `/ROCK/src.xine.1102107244.23827.1380057988/xine-ui-0.99.2/po' |
|||
[5-ERROR] `if test ! -z ""; then echo ""; else case ".././mkinstalldirs" in /*) echo ".././mkinstalldirs" ;; *) echo "../.././mkinstalldirs" ;; esac; fi` /usr/share |
|||
[5-ERROR] /bin/sh: line 1: ../.././mkinstalldirs: No such file or directory |
|||
[5-ERROR] make[1]: *** [install-data-yes] Error 127 |
|||
[5-ERROR] make[1]: Leaving directory `/ROCK/src.xine.1102107244.23827.1380057988/xine-ui-0.99.2/po' |
|||
[5-ERROR] make: *** [install-recursive] Error 1 |
|||
[5-ERROR] --- BUILD ERROR --- |
|||
[5-ERROR] Creating file list and doing final adaptions ... |
|||
[5-ERROR] Processing static lib corrections ... |
|||
[5-ERROR] Verifing the .la files ... |
|||
[5-ERROR] Found 271 files for this package. |
|||
[5-ERROR] Applying package split: 40 xine:dev (/lib/.*\.(la|a|o)$|/include/) |
|||
[5-ERROR] Applying package split: 42 xine:dev /pkgconfig/ |
|||
[5-ERROR] Applying package split: 60 xine:doc /share/doc/ |
|||
[5-ERROR] Calculating package dependencies ... |
|||
[5-ERROR] <xine> Creating flist file ... |
|||
[5-ERROR] <xine> Creating package dependencies file ... |
|||
[5-ERROR] <xine> Creating md5sum and cksum files ... |
|||
[5-ERROR] <xine> Creating package description ... |
|||
[5-ERROR] <xine:dev> Creating flist file ... |
|||
[5-ERROR] <xine:dev> Creating package dependencies file ... |
|||
[5-ERROR] <xine:dev> Creating md5sum and cksum files ... |
|||
[5-ERROR] <xine:dev> Creating package description ... |
|||
[5-ERROR] <xine:doc> Creating flist file ... |
|||
[5-ERROR] <xine:doc> Creating package dependencies file ... |
|||
[5-ERROR] <xine:doc> Creating md5sum and cksum files ... |
|||
[5-ERROR] <xine:doc> Creating package description ... |
|||
[5-ERROR] Making post-install adaptions. |
|||
[5-ERROR] Finished building xine=xine. |
|||
|
@ -1,28 +0,0 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/rene/xine/xine.conf |
|||
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; either version 2 of the License, or |
|||
# (at your option) any later version. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
|
|||
# we force -O2 or -Os, but xine want's to build some stuff with -O3. |
|||
# it looks like gcc produces wrong MMX code in some cases if it's not |
|||
# running with -O3 as passed by xine. |
|||
var_remove_regex GCC_WRAPPER_REMOVE " " "-O.*" |
|||
|
@ -1,53 +0,0 @@ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/rene/xine/xine.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] An open source DVD player |
|||
|
|||
[T] Xine is an open source media player for free OSs. Xine is capable of |
|||
[T] playing mpeg and libavifile supported media natively. The integrated DVD |
|||
[T] plugin plays unencrypted DVDs with full menu support. With the help of |
|||
[T] libdvdcss encrypted DVDs can be played as well. |
|||
[T] Other plugins for (S)VCD, CD-Audio and several streamed media available. |
|||
[T] It's also possible to install Windows DLLs for RealPlayer, Windows Media |
|||
[T] and QuickTime support on the x86 platform. |
|||
[T] Other frontends and themes can be found on the project's page. |
|||
|
|||
[U] http://xine.sourceforge.net |
|||
|
|||
[A] Guenter Bartsch <bartscgr@t-online.de> |
|||
[A] many more |
|||
[M] unmaintained |
|||
|
|||
[C] extra/multimedia |
|||
|
|||
[F] CORE |
|||
[L] GPL |
|||
[S] Stable |
|||
[V] 1-rc8 |
|||
[P] X -?---5---9 170.000 |
|||
|
|||
[SRC] . |
|||
|
|||
[D] 2274531976 xine-lib-1-rc8.tar.gz http://dl.sourceforge.net/xine/ |
|||
[D] 1173347734 xine-ui-0.99.2.tar.gz http://dl.sourceforge.net/xine/ |
|||
|