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

Giovanni Scafora giovanni at archlinux.org
Sat Oct 25 19:03:35 UTC 2008


    Date: Saturday, October 25, 2008 @ 15:02:25
  Author: giovanni
Revision: 17144

upgpkg: vlc 0.9.5-1
    New version 0.9.5

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-25 16:22:54 UTC (rev 17143)
+++ PKGBUILD	2008-10-25 19:02:25 UTC (rev 17144)
@@ -3,8 +3,8 @@
 # Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
 
 pkgname=vlc
-pkgver=0.9.4
-pkgrel=2
+pkgver=0.9.5
+pkgrel=1
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
@@ -18,7 +18,7 @@
 makedepends=('pkgconfig' 'live-media>=2008.09.02')
 options=('!libtool')
 source=(http://download.videolan.org/pub/videolan/vlc/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('786628aaf8f30a9b812975b67c88b971')
+md5sums=('e5be36243e75fff5476c01cc6083d43d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -35,7 +35,7 @@
               --enable-flac --enable-snapshot --enable-hal --enable-dbus \
               --enable-ogg --enable-dbus-control --enable-shared \
               --enable-nls --enable-lirc --enable-shout \
-              --enable-debug --program-suffix= \
+              --enable-release --program-suffix= \
               --with-dv-raw1394=/usr/include/libraw1394 ${EXTRAFEATURES} || return 1
   make || return 1
   make DESTDIR=${pkgdir}/ install || return 1




More information about the arch-commits mailing list