summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Lubineau2012-09-30 10:53:30 +0200
committerAntoine Lubineau2012-09-30 10:53:30 +0200
commit7c486f7e8bd8824d38bac4bfc27401fe73ce0dae (patch)
tree02c9aa32fc133e2c058d0696339f338be17403be
parenta9014f6fdd4119a11987dbe04fbe580b4e6777ab (diff)
downloadaur-7c486f7e8bd8824d38bac4bfc27401fe73ce0dae.tar.gz
vlc-decklink: 2.0.3-1 -> 2.0.3-4
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49124683d548..0b00d0f95bb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vlc-decklink
pkgdesc = A multi-platform MPEG, VCD/DVD, and DivX player (with decklink module)
pkgver = 2.0.3
- pkgrel = 1
+ pkgrel = 4
url = http://www.videolan.org/vlc/
install = vlc.install
arch = i686
@@ -56,7 +56,6 @@ pkgbase = vlc-decklink
depends = libmodplug
depends = libass
depends = xcb-util-keysyms
- depends = ttf-freefont
optdepends = avahi: for service discovery using bonjour protocol
optdepends = libnotify: for notification plugin
optdepends = ncurses: for ncurses interface support
@@ -85,6 +84,8 @@ pkgbase = vlc-decklink
optdepends = fluidsynth: for synthesizer MIDI FluidSynth
optdepends = smbclient: for SMB access plugin
optdepends = libcdio: for audio CD playback support
+ optdepends = ttf-freefont: for subtitle font
+ optdepends = ttf-dejavu: for subtitle font
provides = vlc
conflicts = vlc-plugin
conflicts = vlc
diff --git a/PKGBUILD b/PKGBUILD
index ea54c268d920..2636a66aa97f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: PKGBUILD 167285 2012-09-30 02:21:52Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Contributor: Martin Sandsmark <martin.sandsmark@kde.org>
@@ -6,7 +6,7 @@
_pkgname=vlc
pkgname=vlc-decklink
pkgver=2.0.3
-pkgrel=1
+pkgrel=4
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player (with decklink module)"
arch=('i686' 'x86_64')
url="http://www.videolan.org/vlc/"
@@ -15,7 +15,7 @@ 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')
+ 'xcb-util-keysyms')
makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
@@ -49,7 +49,9 @@ optdepends=('avahi: for service discovery using bonjour protocol'
'libmtp: for MTP devices support'
'fluidsynth: for synthesizer MIDI FluidSynth'
'smbclient: for SMB access plugin'
- 'libcdio: for audio CD playback support')
+ 'libcdio: for audio CD playback support'
+ 'ttf-freefont: for subtitle font '
+ 'ttf-dejavu: for subtitle font')
conflicts=('vlc-plugin' 'vlc')
provides=('vlc')
replaces=('vlc-plugin')
@@ -68,8 +70,10 @@ build() {
ln -sf /usr/src/decklink-sdk decklink-sdk/include
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
./configure --prefix=/usr \
+ --sysconfdir=/etc \
--disable-rpath \
--enable-oss \
--enable-faad \