From c56b2c50f5748090efb9f10f2a021e57a2455764 Mon Sep 17 00:00:00 2001 From: Nicolas Reynolds Date: Thu, 20 Oct 2011 10:51:13 -0300 Subject: VLC disable lirc --- extra/vlc/PKGBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'extra') diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD index 9a5f9ee98..7dc7b5e01 100644 --- a/extra/vlc/PKGBUILD +++ b/extra/vlc/PKGBUILD @@ -30,6 +30,21 @@ optdepends=('avahi: for service discovery using bonjour protocol' 'kdelibs: KDE Solid hardware integration' 'vdpau-video: VDPAU backend for VA API (for GPU acceleration on Nvidia cards)' 'libpulse: PulseAudio support') +[ "$CARCH" = "mips64el" ] && { +makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify' + 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev' + 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse' + 'gnutls' 'libcaca') +optdepends=('avahi: for service discovery using bonjour protocol' + 'libnotify: for notification plugin' + 'ncurses: for ncurses interface support' + 'libdvdcss: for decoding encrypted DVDs' + 'libavc1394: for devices using the 1394ta AV/C' + 'libdc1394: for IEEE 1394 plugin' + 'kdelibs: KDE Solid hardware integration' + 'vdpau-video: VDPAU backend for VA API (for GPU acceleration on Nvidia cards)' + 'libpulse: PulseAudio support') +} conflicts=('vlc-plugin') replaces=('vlc-plugin') backup=('usr/share/vlc/http/.hosts' @@ -46,6 +61,21 @@ build() { sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c + if [ "$CARCH" = "mips64el" ]; then + ./configure --prefix=/usr \ + --disable-rpath \ + --enable-faad \ + --enable-v4l \ + --enable-snapshot \ + --enable-dbus-control \ + --enable-nls \ + --disable-lirc \ + --enable-pvr \ + --enable-ncurses \ + --with-live555-tree=/usr/lib/live \ + --enable-upnp \ + --enable-realrtsp + else ./configure --prefix=/usr \ --disable-rpath \ --enable-faad \ @@ -59,6 +89,7 @@ build() { --with-live555-tree=/usr/lib/live \ --enable-upnp \ --enable-realrtsp + fi make } package() { -- cgit v1.2.3-54-g00ecf