[arch-commits] Commit in vlc/repos (extra-i686 extra-i686/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Mon Feb 2 10:30:58 UTC 2009


    Date: Monday, February 2, 2009 @ 05:30:58
  Author: giovanni
Revision: 26027

Merged revisions 26024 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/vlc/trunk

........
  r26024 | giovanni | 2009-02-02 02:01:36 -0800 (lun, 02 feb 2009) | 1 line
  
  upgpkg: vlc 0.9.8a-5
........

Modified:
  vlc/repos/extra-i686/	(properties)
  vlc/repos/extra-i686/PKGBUILD

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


Property changes on: vlc/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /vlc/trunk:1-24073
   + /vlc/trunk:1-26026

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-02-02 10:16:29 UTC (rev 26026)
+++ extra-i686/PKGBUILD	2009-02-02 10:30:58 UTC (rev 26027)
@@ -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