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

Giovanni Scafora giovanni at archlinux.org
Sun Oct 21 09:07:23 UTC 2012


    Date: Sunday, October 21, 2012 @ 05:07:23
  Author: giovanni
Revision: 169441

upgpkg: vlc 2.0.4-2

Fixed FS32065 - Added opus codec support

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-21 08:31:13 UTC (rev 169440)
+++ PKGBUILD	2012-10-21 09:07:23 UTC (rev 169441)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
@@ -19,7 +19,7 @@
              'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
              'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
              'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
-             'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager')
+             'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus')
 optdepends=('avahi: for service discovery using bonjour protocol'
             'libnotify: for notification plugin'
             'ncurses: for ncurses interface support'
@@ -49,7 +49,8 @@
             'smbclient: for SMB access plugin'
             'libcdio: for audio CD playback support'
             'ttf-freefont: for subtitle font '
-            'ttf-dejavu: for subtitle font')
+            'ttf-dejavu: for subtitle font'
+            'opus: for opus support')
 conflicts=('vlc-plugin')
 replaces=('vlc-plugin')
 backup=('usr/share/vlc/lua/http/.hosts'
@@ -78,7 +79,8 @@
               --enable-xosd \
               --enable-aa \
               --enable-vcdx \
-              --enable-upnp
+              --enable-upnp \
+              --enable-opus
   make
 }
 




More information about the arch-commits mailing list