mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
vlc: build with pulseaudio and speex support, bumprev.
This commit is contained in:
parent
e1123458e7
commit
e606feef9d
1 changed files with 9 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'vlc'
|
# Template file for 'vlc'
|
||||||
pkgname=vlc
|
pkgname=vlc
|
||||||
version=1.1.5
|
version=1.1.5
|
||||||
|
revision=1
|
||||||
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-pulse
|
--disable-telepathy --disable-lua --disable-live555
|
||||||
--enable-dvdread --disable-smb --enable-flac --disable-gnomevfs"
|
--enable-dvdread --disable-smb --enable-flac --disable-gnomevfs"
|
||||||
short_desc="VideoLan Client"
|
short_desc="VideoLan Client"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -19,7 +20,7 @@ long_desc="
|
||||||
over unicast or multicast and IPv4 or IPv6. It doesn't need any external
|
over unicast or multicast and IPv4 or IPv6. It doesn't need any external
|
||||||
codec, program or codec pack to work."
|
codec, program or codec pack to work."
|
||||||
|
|
||||||
# XXX Add missing deps: gme, telepathy, lua, live555, pulse
|
# XXX Add missing deps: gme, telepathy, lua, live555,
|
||||||
# smbclient, libtar (for skins2).
|
# smbclient, libtar (for skins2).
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
@ -88,6 +89,8 @@ Add_dependency run libmtp
|
||||||
Add_dependency run sqlite
|
Add_dependency run sqlite
|
||||||
Add_dependency run librsvg
|
Add_dependency run librsvg
|
||||||
Add_dependency run libtheora
|
Add_dependency run libtheora
|
||||||
|
Add_dependency run libspeex
|
||||||
|
Add_dependency run libpulseaudio
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build glibc-devel
|
Add_dependency build glibc-devel
|
||||||
|
@ -156,6 +159,10 @@ Add_dependency build sqlite-devel
|
||||||
Add_dependency build librsvg-devel
|
Add_dependency build librsvg-devel
|
||||||
Add_dependency build libtheora-devel
|
Add_dependency build libtheora-devel
|
||||||
Add_dependency build coreutils
|
Add_dependency build coreutils
|
||||||
|
Add_dependency build speex-devel
|
||||||
|
Add_dependency build pulseaudio-devel
|
||||||
|
|
||||||
|
Add_dependency full pulseaudio
|
||||||
Add_dependency full freefont-ttf
|
Add_dependency full freefont-ttf
|
||||||
|
|
||||||
pre_configure()
|
pre_configure()
|
||||||
|
|
Loading…
Add table
Reference in a new issue