mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
gst-plugins-good1: enable libvpx for all targets
This commit is contained in:
parent
2eb48db39d
commit
655990c682
1 changed files with 2 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=gst-plugins-good1
|
pkgname=gst-plugins-good1
|
||||||
reverts="1:1.4.5_3"
|
reverts="1:1.4.5_3"
|
||||||
version=1.10.4
|
version=1.10.4
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname/1/}-${version}"
|
wrksrc="${pkgname/1/}-${version}"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -16,8 +16,7 @@ makedepends="
|
||||||
libXdamage-devel gtk+-devel aalib-devel libcaca-devel
|
libXdamage-devel gtk+-devel aalib-devel libcaca-devel
|
||||||
taglib-devel libsoup-gnome-devel gst-plugins-base1-devel
|
taglib-devel libsoup-gnome-devel gst-plugins-base1-devel
|
||||||
GConf-devel pulseaudio-devel orc-devel libXv-devel wavpack-devel
|
GConf-devel pulseaudio-devel orc-devel libXv-devel wavpack-devel
|
||||||
v4l-utils-devel jack-devel speex-devel
|
v4l-utils-devel jack-devel speex-devel libvpx-devel"
|
||||||
$(vopt_if vpx libvpx-devel)"
|
|
||||||
depends="gst-plugins-base1>=${version}"
|
depends="gst-plugins-base1>=${version}"
|
||||||
short_desc="GStreamer set of well-maintained good plug-ins (1.x)"
|
short_desc="GStreamer set of well-maintained good plug-ins (1.x)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -25,10 +24,3 @@ homepage="https://gstreamer.freedesktop.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${homepage}/src/${pkgname/1/}/${pkgname/1/}-${version}.tar.xz"
|
distfiles="${homepage}/src/${pkgname/1/}/${pkgname/1/}-${version}.tar.xz"
|
||||||
checksum=8a86c61434a8c44665365bd0b3557a040937d1f44bf69caee4e9ea816ce74d7e
|
checksum=8a86c61434a8c44665365bd0b3557a040937d1f44bf69caee4e9ea816ce74d7e
|
||||||
|
|
||||||
build_options="vpx"
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
armv6*) ;;
|
|
||||||
*) build_options_default+=" vpx" ;;
|
|
||||||
esac
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue