Author: alexlan
Update of /cvs/free/rpms/xbmc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6300
Modified Files:
xbmc-generate-tarball-xz.sh
Log Message:
Added glx-utils and xorg-x11-utils as Requires, so selecting minimal install works out of
the box (#1844)
Grrr, *still* have to keep in ffmpeg for now (2011-12-28) since upstream seems to require
files within
that subdirectory <sigh>, filed
http://trac.xbmc.org/ticket/12370
Index: xbmc-generate-tarball-xz.sh
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc-generate-tarball-xz.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xbmc-generate-tarball-xz.sh 28 Dec 2011 21:08:39 -0000 1.10
+++ xbmc-generate-tarball-xz.sh 28 Dec 2011 21:49:06 -0000 1.11
@@ -21,7 +21,10 @@
cd xbmc-$VERSION
# remove bundled libraries, saves space and forces using external versions
-for i in cximage-6.0/zlib libid3tag/zlib libhdhomerun libmpeg2 ffmpeg
+# grrr, *still* have to keep in ffmpeg for now (2011-12-28) since upstream
+# seems to require files within that subdirectory <sigh>, filed
+#
http://trac.xbmc.org/ticket/12370
+for i in cximage-6.0/zlib libid3tag/zlib libhdhomerun libmpeg2
do
rm -r lib/$i
done