forked from ports/contrib
[notify] gst-python: 1.14.2 -> 1.14.3 dependecies removed: pygtk, pygobject-gtk3 added: python-gobject python3-gobject
This commit is contained in:
parent
986dc0b866
commit
00b90cdfed
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user