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

Giovanni Scafora giovanni at archlinux.org
Fri Jul 20 05:22:19 UTC 2012


    Date: Friday, July 20, 2012 @ 01:22:19
  Author: giovanni
Revision: 163785

upgpkg: vlc 2.0.3-1

upstream release

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-20 03:30:35 UTC (rev 163784)
+++ PKGBUILD	2012-07-20 05:22:19 UTC (rev 163785)
@@ -4,8 +4,8 @@
 # Contributor: Martin Sandsmark <martin.sandsmark at kde.org>
 
 pkgname=vlc
-pkgver=2.0.2
-pkgrel=2
+pkgver=2.0.3
+pkgrel=1
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
@@ -55,7 +55,7 @@
 options=('!libtool' '!emptydirs')
 install=vlc.install
 source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('93e729cc970a4535b3213dbef0e69528')
+md5sums=('a7e79565e3df07dcf9abc6cad3ac26bb')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -73,7 +73,8 @@
               --enable-realrtsp \
               --enable-xosd \
               --enable-aa \
-              --enable-vcdx
+              --enable-vcdx \
+              --enable-upnp
   make
 }
 




More information about the arch-commits mailing list