vlc: enable V4L support.
This commit is contained in:
parent
7bc04f147e
commit
a831585caf
1 changed files with 9 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'vlc'
|
# Template file for 'vlc'
|
||||||
pkgname=vlc
|
pkgname=vlc
|
||||||
version=1.1.11
|
version=1.1.11
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.bz2"
|
distfiles="http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-gme --disable-libtar --enable-snapshot
|
configure_args="--disable-gme --disable-libtar --enable-snapshot
|
||||||
--disable-telepathy --disable-lua --disable-live555
|
--disable-telepathy --disable-lua --disable-live555
|
||||||
--enable-dvdread --enable-flac --disable-gnomevfs"
|
--enable-dvdread --enable-flac --disable-gnomevfs --enable-v4l"
|
||||||
short_desc="VideoLan Client"
|
short_desc="VideoLan Client"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.videolan.org/vlc/"
|
homepage="http://www.videolan.org/vlc/"
|
||||||
|
@ -102,6 +102,12 @@ Add_dependency run libpostproc
|
||||||
Add_dependency run libswscale
|
Add_dependency run libswscale
|
||||||
Add_dependency run libmodplug
|
Add_dependency run libmodplug
|
||||||
Add_dependency run libva
|
Add_dependency run libva
|
||||||
|
Add_dependency run v4l-utils
|
||||||
|
|
||||||
|
Add_dependency run pulseaudio
|
||||||
|
Add_dependency run freefont-ttf
|
||||||
|
Add_dependency run hicolor-icon-theme
|
||||||
|
Add_dependency run desktop-file-utils
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build glibc-devel
|
Add_dependency build glibc-devel
|
||||||
|
@ -175,11 +181,7 @@ Add_dependency build pulseaudio-devel
|
||||||
Add_dependency build samba-devel
|
Add_dependency build samba-devel
|
||||||
Add_dependency build libmodplug-devel
|
Add_dependency build libmodplug-devel
|
||||||
Add_dependency build libva-devel
|
Add_dependency build libva-devel
|
||||||
|
Add_dependency build v4l-utils-devel
|
||||||
Add_dependency full pulseaudio
|
|
||||||
Add_dependency full freefont-ttf
|
|
||||||
Add_dependency full hicolor-icon-theme
|
|
||||||
Add_dependency full desktop-file-utils
|
|
||||||
|
|
||||||
pre_configure()
|
pre_configure()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue