diff options
-rw-r--r-- | community/py-gst/APKBUILD (renamed from community/py-gst1/APKBUILD) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py-gst1/APKBUILD b/community/py-gst/APKBUILD index 12c2d69262..7030252120 100644 --- a/community/py-gst1/APKBUILD +++ b/community/py-gst/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: -pkgname=py-gst1 +pkgname=py-gst pkgver=1.10.4 pkgrel=0 pkgdesc="GStreamer Python binding" url="https://cgit.freedesktop.org/gstreamer/gst-python/" arch="all" license="LGPL-2.1" -depends="py-gobject3 gst-plugins-base1" +depends="py-gobject3 gst-plugins-base" depends_dev="" -makedepends="gstreamer1-dev py-gobject3-dev python2-dev gst-plugins-base1-dev +makedepends="gstreamer-dev py-gobject3-dev python2-dev gst-plugins-base-dev python3-dev automake autoconf libtool " install="" |