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

Giovanni Scafora giovanni at archlinux.org
Sun Feb 26 12:16:34 UTC 2012


    Date: Sunday, February 26, 2012 @ 07:16:33
  Author: giovanni
Revision: 151462

upgpkg: vlc 2.0.0-8

Improved PKGBUILD, fixed deps and makedeps

Modified:
  vlc/trunk/PKGBUILD

----------+
 PKGBUILD |   37 ++++++++++++++++++-------------------
 1 file changed, 18 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-26 11:41:49 UTC (rev 151461)
+++ PKGBUILD	2012-02-26 12:16:33 UTC (rev 151462)
@@ -5,23 +5,21 @@
 
 pkgname=vlc
 pkgver=2.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
 license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
-         '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'
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' 
+         'sdl_image' 'libdvdnav' 'libtiger' 'lua' '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' 'libgcrypt'
-             'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
-             'lirc-utils' 'gnutls' 'libcaca' 'librsvg' 'portaudio' 'oss' 
-             'ncurses' 'libgme' 'schroedinger' 'udev' 'projectm' 'twolame' 
-             'libdvdcss' 'gnome-vfs' 'libgoom2' 'vcdimager' 'xosd')
+makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
+             'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
+             'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
+             'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
+             'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager')
 optdepends=('avahi: for service discovery using bonjour protocol'
             'libnotify: for notification plugin'
             'ncurses: for ncurses interface support'
@@ -30,28 +28,30 @@
             'libavc1394: for devices using the 1394ta AV/C'
             'libdc1394: for IEEE 1394 plugin'
             'kdelibs: KDE Solid hardware integration'
-            'libpulse: PulseAudio support'
             'vdpau-video: vdpau back-end for nvidia'
             'libva-driver-intel: back-end for intel cards'
-            'libbluray: for Blu-Ray support' 
+            'libbluray: for Blu-Ray support'
+            'flac: for Free Lossless Audio Codec plugin'
             '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'
-            'xosd: for xosd support')
+            'xosd: for xosd support'
+            'aalib: for ASCII art plugin'
+            'libmtp: for MTP devices support'
+            'fluidsynth: for synthesizer MIDI FluidSynth'
+            'smbclient: for SMB access plugin')
 conflicts=('vlc-plugin')
 replaces=('vlc-plugin')
 backup=('usr/share/vlc/lua/http/.hosts'
         'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool')
+options=('!libtool' '!emptydirs')
 install=vlc.install
 source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"
         'access_smb_link_to_smbclient.patch')
@@ -74,7 +74,6 @@
               --enable-lirc \
               --enable-pvr \
               --enable-ncurses \
-              --enable-real \
               --enable-realrtsp \
               --enable-xosd \
               --enable-aa \




More information about the arch-commits mailing list