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

Ionut Biru ibiru at archlinux.org
Thu Jan 14 14:26:19 UTC 2010


    Date: Thursday, January 14, 2010 @ 09:26:19
  Author: ibiru
Revision: 63083

upgpkg: vlc 1.0.4-3
    fix live-media path FS#17833

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-14 14:25:46 UTC (rev 63082)
+++ PKGBUILD	2010-01-14 14:26:19 UTC (rev 63083)
@@ -6,7 +6,7 @@
 pkgname=('vlc' 
          'vlc-plugin')
 pkgver=1.0.4
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
 license=('GPL')
@@ -24,8 +24,8 @@
   cd "${srcdir}/${pkgbase}-${pkgver}"
 
   sed -i -e 's:truetype/freefont:TTF:g' 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 --enable-live555 --with-live555-tree=/usr/lib/live-media"
+  [ "${CARCH}" = "i686" ] && EXTRAFEATURES="--enable-loader --enable-live555 --with-live555-tree=/usr/lib/live"
+  [ "${CARCH}" = "x86_64" ] && EXTRAFEATURES="--enable-fast-install --enable-live555 --with-live555-tree=/usr/lib/live"
   ./configure --prefix=/usr \
               --enable-libass \
               --enable-dvdread \




More information about the arch-commits mailing list