summaryrefslogtreecommitdiff
path: root/extra/vlc
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-27 16:20:12 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-27 16:20:12 +0100
commit9258c99db2372a721e51201063d90b32adf7527a (patch)
treea72948d68750b4f8eac89cf30c01a1eb2f3ab360 /extra/vlc
parent258bafde6bf3c83e4108230457073e8136719a73 (diff)
Build some vlc dependencies, avoid the rest.
Diffstat (limited to 'extra/vlc')
-rw-r--r--extra/vlc/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD
index a2e4d8131..629efbdd8 100644
--- a/extra/vlc/PKGBUILD
+++ b/extra/vlc/PKGBUILD
@@ -19,10 +19,10 @@ depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify' 'libbluray'
'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'libgcrypt'
'libraw1394' 'libdc1394' 'libavc1394' 'libpulse'
- 'gnutls' 'libcaca' 'librsvg' 'portaudio' 'oss'
- 'ncurses' 'libgme' 'schroedinger' 'udev' 'projectm' 'twolame'
+ 'gnutls' 'libcaca' 'librsvg' 'portaudio'
+ 'ncurses' 'libgme' 'schroedinger' 'udev' 'twolame'
'libdvdcss' 'gnome-vfs' 'libgoom2' 'vcdimager' 'xosd')
-[ "$CARCH" = "mips64el" ] || makedepends+=('libva' 'lirc-utils')
+[ "$CARCH" = "mips64el" ] || makedepends+=('libva' 'lirc-utils' 'oss' 'projectm')
optdepends=('avahi: for service discovery using bonjour protocol'
'libnotify: for notification plugin'
'ncurses: for ncurses interface support'
@@ -33,12 +33,12 @@ optdepends+=('libavc1394: for devices using the 1394ta AV/C'
'kdelibs: KDE Solid hardware integration'
'libpulse: PulseAudio support')
[ "$CARCH" = "mips64el" ] || optdepends+=('libva-driver-intel: back-end for intel cards')
-optdepends+=('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'
+optdepends+=('libbluray: for Blu-Ray support')
+[ "$CARCH" = "mips64el" ] || optdepends+=('oss: for OSS audio support')
+optdepends+=('portaudio: for portaudio support'
+ 'twolame: for TwoLAME mpeg2 encoder plugin')
+[ "$CARCH" = "mips64el" ] || optdepends+=('projectm: for ProjectM visualisation plugin')
+optdepends+=('udev: for service discovery using udev'
'libcaca: for colored ASCII art video output'
'libgme: for libgme plugin'
'librsvg: for SVG plugin'