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

Giovanni Scafora giovanni at archlinux.org
Thu Feb 23 23:36:20 UTC 2012


    Date: Thursday, February 23, 2012 @ 18:36:20
  Author: giovanni
Revision: 150928

upgpkg: vlc 2.0.0-5

Added some modules, and improved PKGBUILD

Modified:
  vlc/trunk/PKGBUILD

----------+
 PKGBUILD |   51 ++++++++++++++++++++++++++++++++-------------------
 1 file changed, 32 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-23 21:53:17 UTC (rev 150927)
+++ PKGBUILD	2012-02-23 23:36:20 UTC (rev 150928)
@@ -5,21 +5,23 @@
 
 pkgname=vlc
 pkgver=2.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
-license=('GPL')
+license=('LGPL2.1' 'GPL2')
 depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
-         'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa'
-         'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi'
-         'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
-         'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'  'xcb-util-keysyms'
-         'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
+         'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' 'aalib'
+         'libxinerama' 'libtar' 'libtiger' 'lua' 'v4l-utils' 'smbclient' 
+         'libmatroska' 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 
+         'libupnp' 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass'
+         'xcb-util-keysyms' 'ttf-freefont')
 makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify' 'libbluray'
-             'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
+             'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'libgcrypt'
              'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
-             'lirc-utils' 'gnutls' 'libcaca' 'oss')
+             'lirc-utils' 'gnutls' 'libcaca' 'librsvg' 'portaudio' 'oss' 
+             'ncurses' 'libgme' 'schroedinger' 'udev' 'projectm' 'twolame' 
+             'libdvdcss' 'gnome-vfs' 'libgoom2' 'vcdimager')
 optdepends=('avahi: for service discovery using bonjour protocol'
             'libnotify: for notification plugin'
             'ncurses: for ncurses interface support'
@@ -31,8 +33,19 @@
             'libpulse: PulseAudio support'
             'vdpau-video: vdpau back-end for nvidia'
             'libva-driver-intel: back-end for intel cards'
-            'libbluray: for Blu-Ray disks' 
-            'oss: for OSS audio')
+            'libbluray: for Blu-Ray support' 
+            'oss: for OSS audio support'
+            'portaudio: for portaudio support'
+            'twolame: for TwoLAME mpeg2 encoder plugin'
+            'projectm: for ProjectM visualisation plugin'
+            'udev: for service discovery using udev'
+            'libcaca: for colored ASCII art video output'
+            'libgme: for libgme plugin'
+            'librsvg: for SVG plugin'
+            'libgcrypt: support for some plugins'
+            'gnome-vfs: for GNOME Virtual File System support'
+            'libgoom2: for libgoom plugin'
+            'vcdimager: navigate VCD with libvcdinfo')
 conflicts=('vlc-plugin')
 replaces=('vlc-plugin')
 backup=('usr/share/vlc/lua/http/.hosts'
@@ -40,7 +53,7 @@
 options=('!libtool')
 install=vlc.install
 source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"
-        access_smb_link_to_smbclient.patch)
+        'access_smb_link_to_smbclient.patch')
 md5sums=('8806bff2ea9c76791123d444a92f708c'
          '5f510fdea99cdb7941423eb40045968a')
 
@@ -55,23 +68,23 @@
   ./configure --prefix=/usr \
               --disable-rpath \
               --enable-faad \
-              --enable-dbus-control \
               --enable-nls \
               --enable-lirc \
               --enable-pvr \
               --enable-ncurses \
-              --enable-upnp \
-              --enable-oss \
-              --enable-bluray \
-              --enable-live555 \
-              --enable-realrtsp
+              --enable-real \
+              --enable-realrtsp \
+              --enable-xosd \
+              --enable-aa \
+              --enable-vcdx \
+              --enable-media-library
   make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  make DESTDIR="${pkgdir}/" install
+  make DESTDIR="${pkgdir}" install
 
   for res in 16 32 48 128; do
     install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \




More information about the arch-commits mailing list