mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/vlc to 2.0.4-5
This commit is contained in:
parent
e875d49f06
commit
084ef68db3
1 changed files with 7 additions and 4 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
pkgname=vlc
|
pkgname=vlc
|
||||||
pkgver=2.0.4
|
pkgver=2.0.4
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
|
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.videolan.org/vlc/"
|
url="http://www.videolan.org/vlc/"
|
||||||
license=('LGPL2.1' 'GPL2')
|
license=('LGPL2.1' 'GPL2')
|
||||||
depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy'
|
depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy'
|
||||||
'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
|
'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska'
|
||||||
'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
|
'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
|
||||||
'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass'
|
'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass'
|
||||||
'xcb-util-keysyms')
|
'xcb-util-keysyms')
|
||||||
|
@ -22,7 +22,8 @@ makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
|
||||||
'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
|
'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
|
||||||
'libcaca' 'librsvg' 'portaudio' 'libgme' 'xosd'
|
'libcaca' 'librsvg' 'portaudio' 'libgme' 'xosd'
|
||||||
'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
|
'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
|
||||||
'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2')
|
'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2'
|
||||||
|
'mesa')
|
||||||
optdepends=('avahi: for service discovery using bonjour protocol'
|
optdepends=('avahi: for service discovery using bonjour protocol'
|
||||||
'libnotify: for notification plugin'
|
'libnotify: for notification plugin'
|
||||||
'ncurses: for ncurses interface support'
|
'ncurses: for ncurses interface support'
|
||||||
|
@ -83,7 +84,9 @@ build() {
|
||||||
--enable-vcdx \
|
--enable-vcdx \
|
||||||
--enable-upnp \
|
--enable-upnp \
|
||||||
--enable-opus \
|
--enable-opus \
|
||||||
--enable-sftp
|
--enable-sftp \
|
||||||
|
LUAC=luac5.1
|
||||||
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue