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

Ionut Biru ibiru at archlinux.org
Sun Apr 11 16:39:00 UTC 2010


    Date: Sunday, April 11, 2010 @ 12:39:00
  Author: ibiru
Revision: 77254

upgpkg: vlc 1.0.5-6
x264 rebuild and added xulrunner dependency to vlc-plugin

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-11 16:38:46 UTC (rev 77253)
+++ PKGBUILD	2010-04-11 16:39:00 UTC (rev 77254)
@@ -6,7 +6,7 @@
 pkgname=('vlc' 
          'vlc-plugin')
 pkgver=1.0.5
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
 license=('GPL')
@@ -96,7 +96,7 @@
 
 package_vlc-plugin() {
   pkgdesc="VLC mozilla browser plugin"
-  depends=("${pkgbase}=${pkgver}" 'nspr')
+  depends=("${pkgbase}=${pkgver}" 'nspr' 'xulrunner')
   cd "${srcdir}/${pkgbase}-${pkgver}"
   install -Dm755 projects/mozilla/.libs/libvlcplugin.so ${pkgdir}/usr/lib/mozilla/plugins/libvlcplugin.so || return 1
 }




More information about the arch-commits mailing list