mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 15:02:56 +02:00
gst-plugins-base1: update to 1.6.1.
This commit is contained in:
parent
640042c3dd
commit
ca2e9f63e1
1 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'gst-plugins-base1'.
|
# Template file for 'gst-plugins-base1'.
|
||||||
pkgname=gst-plugins-base1
|
pkgname=gst-plugins-base1
|
||||||
version=1:1.4.5
|
reverts="1:1.4.5_3"
|
||||||
revision=3
|
version=1.6.1
|
||||||
|
revision=1
|
||||||
wrksrc="${pkgname/1/}-${version#*:}"
|
wrksrc="${pkgname/1/}-${version#*:}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-experimental --disable-static
|
configure_args="--enable-experimental --disable-static
|
||||||
|
@ -19,11 +20,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://gstreamer.freedesktop.org/"
|
homepage="http://gstreamer.freedesktop.org/"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="http://gstreamer.freedesktop.org/src/${pkgname/1/}/${pkgname/1/}-${version#*:}.tar.xz"
|
distfiles="http://gstreamer.freedesktop.org/src/${pkgname/1/}/${pkgname/1/}-${version#*:}.tar.xz"
|
||||||
checksum=77bd8199e7a312d3d71de9b7ddf761a3b78560a2c2a80829d0815ca39cbd551d
|
checksum=9533dcfaa4ee32d435483d9fa88c06b1eba6e9bb234aacd7583f207199f44ba3
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
CFLAGS="-msse2"
|
i686*|x86_64*) CFLAGS="-msse2";;
|
||||||
fi
|
esac
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="cdparanoia gir"
|
build_options="cdparanoia gir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue