author | Giovanni Scafora
<giovanni@archlinux.org> 2012-02-23 23:36:20 UTC |
committer | Giovanni Scafora
<giovanni@archlinux.org> 2012-02-23 23:36:20 UTC |
parent | 8da78bdf20afe4333f3a98f6bcd69126ff917a28 |
PKGBUILD | +32 | -19 |
diff --git a/PKGBUILD b/PKGBUILD index 3da6969..169d26d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,21 +4,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' @@ -30,8 +32,19 @@ optdepends=('avahi: for service discovery using bonjour protocol' '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' @@ -39,7 +52,7 @@ backup=('usr/share/vlc/lua/http/.hosts' 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') @@ -54,23 +67,23 @@ build() { ./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" \