[arch-commits] Commit in vlc/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Mon Feb 2 10:01:37 UTC 2009


    Date: Monday, February 2, 2009 @ 05:01:36
  Author: giovanni
Revision: 26024

upgpkg: vlc 0.9.8a-5

Modified:
  vlc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-02 09:48:37 UTC (rev 26023)
+++ PKGBUILD	2009-02-02 10:01:36 UTC (rev 26024)
@@ -4,7 +4,7 @@
 
 pkgname=vlc
 pkgver=0.9.8a
-pkgrel=4
+pkgrel=5
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
@@ -26,7 +26,7 @@
   sed -i -e 's:#include <vlc\/vlc.h>:#include <vlc/vlc.h> \n #include <locale.h>: ' modules/misc/freetype.c
   sed -i -e 's:/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf:/usr/share/fonts/TTF/VeraBd.ttf:' modules/misc/freetype.c
   [ "${CARCH}" = "i686" ] && EXTRAFEATURES="--enable-loader --enable-live555 --with-live555-tree=/usr/lib/live-media"
-  [ "${CARCH}" = "x86_64" ] && EXTRAFEATURES="--enable-fast-install"
+  [ "${CARCH}" = "x86_64" ] && EXTRAFEATURES="--enable-fast-install --enable-live555 --with-live555-tree=/usr/lib/live-media"
   ./configure --prefix=/usr \
               --enable-dvdread \
               --enable-dvdnav \
@@ -60,6 +60,7 @@
               --enable-release \
               --program-suffix= \
               --with-dv-raw1394=/usr/include/libraw1394 ${EXTRAFEATURES} || return 1
+  CFLAGS="-fPIC"
   make || return 1
   make DESTDIR=${pkgdir}/ install || return 1
   




More information about the arch-commits mailing list