notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py3-gstreamer1 GStreamer python 3 bindings
1.12.3 multimedia Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.12.3Version of this port present on the latest quarterly branch.
Maintainer: multimedia@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2014-08-08 20:27:47
Last Update: 2017-11-30 15:50:34
SVN Revision: 455210
Also Listed In: python
License: LGPL21
WWW:
http://gstreamer.freedesktop.org/
Description:
gst-python provides a convenient wrapper for the GStreamer library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. WWW: http://gstreamer.freedesktop.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (11 items)
Collapse this list.
  1. /usr/local/share/licenses/py36-gstreamer1-1.12.3/catalog.mk
  2. /usr/local/share/licenses/py36-gstreamer1-1.12.3/LICENSE
  3. /usr/local/share/licenses/py36-gstreamer1-1.12.3/LGPL21
  4. lib/gstreamer-1.0/libgstpythonplugin.so
  5. lib/python3.6/site-packages/gi/overrides/__pycache__/Gst.cpython-36.pyc
  6. lib/python3.6/site-packages/gi/overrides/__pycache__/Gst.cpython-36.opt-1.pyc
  7. lib/python3.6/site-packages/gi/overrides/__pycache__/GstPbutils.cpython-36.pyc
  8. lib/python3.6/site-packages/gi/overrides/__pycache__/GstPbutils.cpython-36.opt-1.pyc
  9. lib/python3.6/site-packages/gi/overrides/Gst.py
  10. lib/python3.6/site-packages/gi/overrides/GstPbutils.py
  11. lib/python3.6/site-packages/gi/overrides/_gi_gst.so
Collapse this list.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}gstreamer1>0:multimedia/py3-gstreamer1@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py36-gstreamer1
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1506168993 SHA256 (gst-python-1.12.3.tar.xz) = c3f529dec1294633132690806703b80bad5752eff482eaf81f209c2aba012ba7 SIZE (gst-python-1.12.3.tar.xz) = 388220

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. python3.6 : lang/python36
  4. py3?-gobject3>=0 : devel/py3-gobject3
  5. gstreamer1-plugins>=1.4 : multimedia/gstreamer1-plugins
Runtime dependencies:
  1. python3.6 : lang/python36
  2. py3?-gobject3>=0 : devel/py3-gobject3
  3. gstreamer1-plugins>=1.4 : multimedia/gstreamer1-plugins
Library dependencies:
  1. libglib-2.0.so : devel/glib20
  2. libintl.so : devel/gettext-runtime
  3. libgstreamer-1.0.so : multimedia/gstreamer1
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
gmake libtool localbase pathfix pkgconfig python:3.6+ tar:xz gnome
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://gstreamer.freedesktop.org/src/gst-python/
Collapse this list.

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.12.3
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.12.3
23 Sep 2017 20:29:49
Revision:450470Original commit files touched by this commit
kwm search for other commits by this committer
Update GStreamer 1.x suite to 1.12.3.

ChangeLog: https://gstreamer.freedesktop.org/releases/1.12/#1.12.3
1.12.2
22 Jul 2017 11:35:44
Revision:446388Original commit files touched by this commit
kwm search for other commits by this committer
Update GStreamer1 ports to 1.12.2.

Rework the adding of dependancies in Mk/bsd.gstreamer.mk.
Previous when using USE_GSTREAMER[1] it would just add the request modules to
BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code
didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for
the libraries they carried, even if they where present via the plugins! The new
code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have
all the libraries included.

* The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding.
Switch over ports that used the gstreamer1 mad plugin.
* gtksink plugin renamed -> gtk
* Hook up the sndio plugin into the framework
* Add some indirect dependacies where needed
* Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When
changing plugins it doesn't result in multiple lines being changed.
* Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed.
* Depend on libunwind on i386/amd64, GStreamer links to it if it is present.

PR:		220753
Exp-run by:	antoine@
1.8.0
07 Jan 2017 21:42:28
Revision:430839Original commit files touched by this commit
sunpoet search for other commits by this committer
Add more PLIST_SUB to Mk/Uses/python.mk

- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX
- Add PYTHON2 and PYTHON3
- Respect PYTHON_VERSION
- Rename PYOEXTENSION to PYTHON_PYOEXTENSION

This change would help:
- Build databases/postgresql*-plpython with Python 3
  (It has PLIST issue since bsd.python.mk to Uses/python.mk transition)
- Simplify Makefile

PR:		205807
Differential Revision:	https://reviews.FreeBSD.org/D4758
Exp-run by:	antoine
1.8.0
19 May 2016 10:57:35
Revision:415501Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in Makefiles

Approved by:	portmgr blanket
1.8.0
25 Mar 2016 15:47:46
Revision:411860Original commit files touched by this commit
kwm search for other commits by this committer
Update GStreamer1 ports to 1.8.0.

ChangeLog: https://gstreamer.freedesktop.org/releases/1.8/
1.6.2
06 Mar 2016 22:09:23
Revision:410491Original commit files touched by this commit
rm search for other commits by this committer
multimedia/py3-gstreamer1: fix packaging with python 3.5

PR:     204519
With hat:   gnome
1.6.2
04 Jan 2016 14:21:57
Revision:405242Original commit files touched by this commit
kwm search for other commits by this committer
Update GStreamer1 to 1.6.2.
Update GStreamer1-vaapi to 0.7.0.

* Spell GStreamer consistently. [1]
* Fix typo in py3kplist in py3-gstreamer1 [1]
* Improve plugins COMMENTS (more improvements welcome)
* Actually include the gstreamer1-libav update this time.

PR:		204204 [1] (based on)
Submitted by:	olivierd@ [1]
1.6.1
21 Nov 2015 23:04:40
Revision:402206Original commit files touched by this commit
kwm search for other commits by this committer
Update Gstreamer suite to 1.6.1.
1.6.0
26 Sep 2015 14:36:23
Revision:397984Original commit files touched by this commit
kwm search for other commits by this committer
Update gstreamer1 ports to 1.6.0.

* gstreamer1-libav now uses ffmpeg from ports.
* New ports:
  * gstreamer1-validate: Tools to detect if elements are not behaving
    as expected, mainly aimed at developers, or advanced debugging.
  * gstreamer1-rtsp-server: Base foundation for building a rtsp
    server ontop of GStreamer
 * Bunch of new plugins like: mpg123, rsvg, libde265, openh264, x265 and dtls.

Release announcement:
 
http://lists.freedesktop.org/archives/gstreamer-announce/2015-September/000357.html

Obtained from:	gnome devel repo
1.4.0_1
21 Jul 2015 12:51:20
Revision:392629Original commit files touched by this commit
tijl search for other commits by this committer
Set PORTSCOUT on gstreamer ports
1.4.0_1
10 Jan 2015 23:15:28
Revision:376731Original commit files touched by this commit
demon search for other commits by this committer
Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.

Exp-run by:	antoine
1.4.0
16 Dec 2014 13:35:02
Revision:374804Original commit files touched by this commit
kwm search for other commits by this committer
Big Gstreamer update:

Update gstreamer, gstreamer-plugins, -good, -bad and -ugly ports to 1.4.4.
Update gstreamer1-plugins-gnonlin to 1.4.0.
Update py-gstreamer1 and py3-gstreamer1 to 1.4.0.

Add multimedia/gstreamer1-editing-services. GES is a high-level library
for facilitating the creation of audio/video non-linear editors.

Add pulseaudio plugin now that pulseaudio is updated and add the gl plugin.

Drop :keepla from USES=libtool.
Drop @dirrm[try] from plists and drop gnomehier from USE_GNOME
Switch to optionhelpers in multimedia/gstreamer1.

PR:		194922 (merged with my own WIP)
Submitted by:	olivierd
1.2.1_1
08 Sep 2014 13:28:04
Revision:367623Original commit files touched by this commit
tijl search for other commits by this committer
Add USES=libtool and USES=python:3
1.2.1
15 Aug 2014 20:03:21
Revision:365032Original commit files touched by this commit
kwm search for other commits by this committer
Add missing /libs in LDFLAGS, this should fix the build in some cases.

While here, remove PTHREAD_* from CPPFLAGS and LDFLAGS.

PR:		192432
Submitted by:	sascha@root-login.org (PR), troyax@pholos.eu (fix)
1.2.1
08 Aug 2014 20:27:39
Revision:364378Original commit files touched by this commit
kwm search for other commits by this committer
Add Gstreamer python bindings for Gstreamer 1.x.

Add python2 and python3 flavors.
USE_GSTREAMER1 entries will be made when I figure out how adapt
bsd.gstreamer.mk to the dual python flavors.

PR:	ports/187647 (merged/based on)
Submitted by:	Olivier Duchateau

Number of commits found: 16