2013-05-27 20:29:35 +00:00
|
|
|
# $Id$
|
2012-10-09 21:31:10 +00:00
|
|
|
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
|
|
|
|
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
|
|
|
|
# Contributor: Martin Sandsmark <martin.sandsmark@kde.org>
|
|
|
|
|
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
|
|
# - drop oss support
|
|
|
|
|
|
|
|
pkgname=vlc
|
2013-08-02 12:56:33 +00:00
|
|
|
pkgver=2.0.8.a
|
2013-08-01 12:59:00 +00:00
|
|
|
pkgrel=1
|
2012-10-09 21:31:10 +00:00
|
|
|
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
|
|
|
|
arch=('i686' 'x86_64')
|
|
|
|
url="http://www.videolan.org/vlc/"
|
|
|
|
license=('LGPL2.1' 'GPL2')
|
2013-03-01 14:17:43 +00:00
|
|
|
depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
|
2013-05-27 20:29:35 +00:00
|
|
|
'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska'
|
2013-08-01 12:59:00 +00:00
|
|
|
'zvbi' 'taglib' 'libmpcdec' 'ffmpeg-compat' 'faad2' 'libupnp'
|
2013-05-27 20:29:35 +00:00
|
|
|
'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms')
|
2012-10-09 21:31:10 +00:00
|
|
|
makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
|
2013-05-27 20:29:35 +00:00
|
|
|
'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca'
|
|
|
|
'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
|
|
|
|
'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
|
|
|
|
'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' 'mesa')
|
2012-10-09 21:31:10 +00:00
|
|
|
optdepends=('avahi: for service discovery using bonjour protocol'
|
|
|
|
'libnotify: for notification plugin'
|
|
|
|
'ncurses: for ncurses interface support'
|
|
|
|
'libdvdcss: for decoding encrypted DVDs'
|
|
|
|
'lirc-utils: for lirc plugin'
|
|
|
|
'libavc1394: for devices using the 1394ta AV/C'
|
|
|
|
'libdc1394: for IEEE 1394 plugin'
|
|
|
|
'kdelibs: KDE Solid hardware integration'
|
2013-05-27 20:29:35 +00:00
|
|
|
'libva-vdpau-driver: vdpau back-end for nvidia'
|
|
|
|
'libva-intel-driver: back-end for intel cards'
|
2012-10-09 21:31:10 +00:00
|
|
|
'libbluray: for Blu-Ray support'
|
|
|
|
'flac: for Free Lossless Audio Codec plugin'
|
|
|
|
'portaudio: for portaudio support'
|
|
|
|
'twolame: for TwoLAME mpeg2 encoder plugin'
|
|
|
|
'projectm: for ProjectM visualisation plugin'
|
|
|
|
'libcaca: for colored ASCII art video output'
|
|
|
|
'libgme: for libgme plugin'
|
|
|
|
'librsvg: for SVG plugin'
|
|
|
|
'gnome-vfs: for GNOME Virtual File System support'
|
|
|
|
'libgoom2: for libgoom plugin'
|
|
|
|
'vcdimager: navigate VCD with libvcdinfo'
|
|
|
|
'xosd: for xosd support'
|
|
|
|
'aalib: for ASCII art plugin'
|
|
|
|
'libmtp: for MTP devices support'
|
|
|
|
'smbclient: for SMB access plugin'
|
|
|
|
'libcdio: for audio CD playback support'
|
|
|
|
'ttf-freefont: for subtitle font '
|
2012-10-22 12:42:28 +00:00
|
|
|
'ttf-dejavu: for subtitle font'
|
2012-11-03 18:42:45 +00:00
|
|
|
'opus: for opus support'
|
|
|
|
'libssh2: for sftp support')
|
2012-10-09 21:31:10 +00:00
|
|
|
conflicts=('vlc-plugin')
|
|
|
|
replaces=('vlc-plugin')
|
|
|
|
backup=('usr/share/vlc/lua/http/.hosts'
|
|
|
|
'usr/share/vlc/lua/http/dialogs/.hosts')
|
|
|
|
options=('!libtool' '!emptydirs')
|
|
|
|
install=vlc.install
|
2013-08-02 12:56:33 +00:00
|
|
|
source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver/.a}/${pkgname}-${pkgver/.a/a}.tar.xz"
|
|
|
|
vlc-2.0.7-vaapi-compat.patch
|
|
|
|
vlc-2.0.8-Fix-live555-breakage-in-last-update.patch)
|
|
|
|
md5sums=('e5000677181406d026ffe448633d1ca0'
|
|
|
|
'6df10774bb7acf20e09d6139e5c7839e'
|
|
|
|
'e592efe7bb65291a84f99cfaa3a9f8a2')
|
2012-10-09 21:31:10 +00:00
|
|
|
|
2013-08-01 12:59:00 +00:00
|
|
|
prepare() {
|
2013-08-02 13:20:37 +00:00
|
|
|
cd "${srcdir}/${pkgname}-${pkgver/.a}"
|
2012-10-09 21:31:10 +00:00
|
|
|
|
2013-08-01 12:59:00 +00:00
|
|
|
patch -Np1 -i ../vlc-2.0.7-vaapi-compat.patch
|
2013-08-02 12:56:33 +00:00
|
|
|
patch -Np1 -i ../vlc-2.0.8-Fix-live555-breakage-in-last-update.patch
|
2013-08-01 12:59:00 +00:00
|
|
|
|
2012-10-09 21:31:10 +00:00
|
|
|
sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
|
|
|
|
sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
|
2013-08-01 12:59:00 +00:00
|
|
|
}
|
2012-10-09 21:31:10 +00:00
|
|
|
|
2013-08-01 12:59:00 +00:00
|
|
|
build() {
|
2013-08-02 14:11:57 +00:00
|
|
|
cd "${srcdir}/${pkgname}-${pkgver/.a}"
|
2013-06-09 14:28:37 +00:00
|
|
|
|
2013-05-27 20:29:35 +00:00
|
|
|
CFLAGS+="-I/usr/include/samba-4.0" CPPFLAGS+="-I/usr/include/samba-4.0" \
|
2013-08-01 12:59:00 +00:00
|
|
|
PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
|
2012-10-09 21:31:10 +00:00
|
|
|
./configure --prefix=/usr \
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
--disable-rpath \
|
2013-05-27 20:29:35 +00:00
|
|
|
--disable-oss \
|
2012-10-09 21:31:10 +00:00
|
|
|
--enable-faad \
|
|
|
|
--enable-nls \
|
|
|
|
--enable-lirc \
|
|
|
|
--enable-pvr \
|
|
|
|
--enable-ncurses \
|
|
|
|
--enable-realrtsp \
|
|
|
|
--enable-xosd \
|
|
|
|
--enable-aa \
|
|
|
|
--enable-vcdx \
|
2012-10-22 12:42:28 +00:00
|
|
|
--enable-upnp \
|
2012-11-03 18:42:45 +00:00
|
|
|
--enable-opus \
|
2012-12-12 01:13:36 +00:00
|
|
|
--enable-sftp \
|
2013-03-28 01:02:30 +00:00
|
|
|
LUAC=luac5.1 \
|
|
|
|
RCC=/usr/bin/rcc-qt4
|
2012-12-12 01:13:36 +00:00
|
|
|
|
2012-10-09 21:31:10 +00:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2013-08-02 14:11:57 +00:00
|
|
|
cd "${srcdir}/${pkgname}-${pkgver/.a}"
|
2012-10-09 21:31:10 +00:00
|
|
|
|
|
|
|
make DESTDIR="${pkgdir}" install
|
|
|
|
|
|
|
|
for res in 16 32 48 128; do
|
2013-08-02 14:11:57 +00:00
|
|
|
install -D -m644 "${srcdir}/vlc-${pkgver/.a}/share/icons/${res}x${res}/vlc.png" \
|
2012-10-09 21:31:10 +00:00
|
|
|
"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png"
|
|
|
|
done
|
|
|
|
}
|