ports/contrib (3.4): [notify] gst-python: 1.14.2 -> 1.14.3 dependecies removed: pygtk, pygobject-gtk3 added: python-gobject python3-gobject
commit 00b90cdfede251dd7054e227c9cfb23577a29c75 Author: Danny Rawlins <monster.romster@gmail.com> Date: Fri Sep 28 00:06:44 2018 +1000 [notify] gst-python: 1.14.2 -> 1.14.3 dependecies removed: pygtk, pygobject-gtk3 added: python-gobject python3-gobject diff --git a/gst-python/.signature b/gst-python/.signature index fd27753d..c4d6ca3a 100644 --- a/gst-python/.signature +++ b/gst-python/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33GHaGbr6eh1LDU65IAMAm9bbpLTLNgFEZbNg2xYxRGEJP41gCOiYNINebxcIz8BSuPq77tPdsf/qCsbwSbfEQg= -SHA256 (Pkgfile) = d277ab2e4f9f8e3804b8212245730a7c1cf18fbb8ff962fb114e046fdd746fd1 +RWSagIOpLGJF31HD/BwiNY+wu9+N/s8zpIyRy8KCVYYNtmRy1Hf/zd83/PKe7/ce/dkxkMsLwf6M7dJ+4DHhSDyEQhzPkLjsVAc= +SHA256 (Pkgfile) = 34b26dbad412434f3b3ab72ec8db859057295bc0585d740ff95fa5c7f5b292e2 SHA256 (.footprint) = a2f99d8526a848ec0a458fa4fa981df274f1785f0944c7492215e14404c79a63 -SHA256 (gst-python-1.14.2.tar.xz) = dc40be5ab4f1a433ff3f0af2b3d2d79a363009020c41ec10f9747ba64200cb22 +SHA256 (gst-python-1.14.3.tar.xz) = 4fc3e76c965384e54fb6be819d606ab304988eb677cf0c5dcc0dd555e3ad8307 diff --git a/gst-python/Pkgfile b/gst-python/Pkgfile index 1eaf9d30..94a73194 100644 --- a/gst-python/Pkgfile +++ b/gst-python/Pkgfile @@ -1,16 +1,18 @@ # Description: Python bindings for gstreamer. # URL: https://gstreamer.freedesktop.org/modules/gst-python.html # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: gst-plugins-base pygtk pygobject-gtk3 +# Depends on: gst-plugins-base python-gobject python3-gobject + +## python3-gobject is required for pkgconfig and headers name=gst-python -version=1.14.2 +version=1.14.3 release=1 source=(https://gstreamer.freedesktop.org/src/gst-python/gst-python-$version.tar.xz) build() { cd gst-python-$version - ./configure --prefix=/usr + PYTHON=/usr/bin/python ./configure --prefix=/usr make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu