mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
gst1-python: update to 1.10.2
This commit is contained in:
parent
2abd3e1690
commit
91e7075697
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gst1-python'.
|
# Template file for 'gst1-python'.
|
||||||
pkgname=gst1-python
|
pkgname=gst1-python
|
||||||
version=1.10.1
|
version=1.10.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="gst-python-${version}"
|
wrksrc="gst-python-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -12,9 +12,9 @@ depends="python-gobject"
|
||||||
short_desc="Python bindings for GStreamer 1.x"
|
short_desc="Python bindings for GStreamer 1.x"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://gstreamer.freedesktop.org"
|
homepage="https://gstreamer.freedesktop.org"
|
||||||
distfiles="$homepage/src/gst-python/gst-python-${version}.tar.xz"
|
distfiles="${homepage}/src/gst-python/gst-python-${version}.tar.xz"
|
||||||
checksum=5305b34af74a182fd72de0e6093eb6f206ea4d26dad53d0f564603063e80b013
|
checksum=e1680a8296a99978e67b5070a414ba2b039a63e15765f8be373d0ad727b692ea
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue