summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/gst-python: amd64 stable wrt bug #728940Mikle Kolyada2020-06-291-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-python/gst-python: x86 stable (bug #728940)Thomas Deutschmann2020-06-211-1/+1
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/gst-python: bump to 1.16.2, add py3.8 supportMart Raudsepp2020-05-033-0/+104
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-111-7/+7
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/gst-python: support python 3.7Mart Raudsepp2019-08-181-1/+1
| | | | | | Closes: https://bugs.gentoo.org/692380 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-python/gst-python: arm64 keywordedAaron Bauman2019-08-031-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.70, Repoman-2.3.16
* dev-python/gst-python: remove gstreamer 0.10Mart Raudsepp2019-06-213-110/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/gst-python: remove oldMart Raudsepp2018-09-302-50/+0
| | | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-python/gst-python: stable 1.14.1-r1 for ia64, bug #661288Sergei Trofimovich2018-09-191-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* dev-python/gst-python-1.14.1-r1: ppc64 stable, bug 661288Matt Turner2018-09-171-1/+1
|
* dev-python/gst-python-1.14.1-r1: ppc stable, bug 661288Matt Turner2018-09-171-1/+1
|
* dev-python/gst-python: arm stable, bug #661288Markus Meier2018-08-221-1/+1
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="arm"
* dev-python/gst-python: x86 stable (bug #661288)Thomas Deutschmann2018-07-311-1/+1
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-python/gst-python: fix fresh install testsMart Raudsepp2018-07-301-5/+2
| | | | | Closes: https://bugs.gentoo.org/659714 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* dev-python/gst-python-1.14.1-r0: alpha stableTobias Klausmann2018-07-211-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/661288
* dev-python/gst-python: amd64 stable wrt bug #661288Mikle Kolyada2018-07-161-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/gst-python: bump to 1.14.1, run tests, don't install pluginMart Raudsepp2018-06-212-0/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | The plugin must be single-python, otherwise multiple plugin files (due to different python plugin naming suffixes) get installed, gst-inspect-1.0 and co will load both into memory, end up with multiple libpython.so's loaded in, causing ABI issues and crashes from clashing symbols. python-r1 and python-single-r1 can't co-exist, so stop building and installing the plugin in this package, as this package is mainly about the GI overrides for things like correct Gst.Fraction, and is consumed as such. The plugin is of limited use, as that's about supporting writing and using gstreamer plugins in python, but GIL gets in the way of writing good plugins, so it's not used much in practice. Debian didn't even build the plugin before 1.14 either. If it's ever requested/needed, we'll package it as media-plugins/gst-plugins-python that build and installs just the plugin/ directory. Fix tests to work in the multibuild setup and properly xdg_environment_reset, which was missing and made apparent by tests printing an ERROR about it (though passing). Remove redundant IUSE=test Use ltprune.eclass instead of eutils.eclass Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/gst-python: fix licenseMart Raudsepp2018-06-181-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/gst-python: remove oldMart Raudsepp2018-01-062-50/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-python/gst-python: arm stable, bug #635900Markus Meier2017-12-251-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* dev-python/gst-python: remove oldMart Raudsepp2017-12-172-50/+0
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-python/gst-python-1.12.3-r0: amd64 stableTobias Klausmann2017-12-161-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/635900
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-4/+4
|
* dev-python/gst-python: x86 stable (bug #635900)Thomas Deutschmann2017-11-111-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* dev-python/gst-python-1.12.3-r0: alpha stableTobias Klausmann2017-11-081-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/635900
* dev-python/gst-python: stable 1.12.3 for hppa, bug #635900Sergei Trofimovich2017-11-071-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="hppa"
* dev-python/gst-python: stable 1.12.3 for ppc64, bug #635900Sergei Trofimovich2017-11-011-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ppc64"
* dev-python/gst-python: stable 1.12.3 for ppc, bug #635900Sergei Trofimovich2017-11-011-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ppc"
* dev-python/gst-python: stable 1.12.3 for ia64, bug #635900Sergei Trofimovich2017-11-011-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ia64"
* dev-python/gst-python: stable 1.10.5 for ppc/ppc64, bug #624180Sergei Trofimovich2017-10-261-1/+1
| | | | | Package-Manager: Portage-2.3.12, Repoman-2.3.4 RepoMan-Options: --include-arches="ppc ppc64"
* dev-python/gst-python: x86 stable (bug #624180)Thomas Deutschmann2017-10-101-1/+1
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* dev-python/gst-python: remove oldMart Raudsepp2017-09-192-50/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/gst-python: bump to 1.12.3 for upstream bug fixesMart Raudsepp2017-09-192-0/+50
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/gst-python: bump to 1.12.2Mart Raudsepp2017-09-162-0/+50
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/gst-python: remove oldMart Raudsepp2017-09-022-50/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/gst-python: Drop sparc stable keywordsMart Raudsepp2017-09-021-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/gst-python: arm stable, bug #624180Markus Meier2017-07-201-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-python/gst-python-1.10.5-r0: alpha stableTobias Klausmann2017-07-161-1/+1
| | | | Gentoo-Bug: 624180
* dev-python/gst-python-1.10.5-r0: add amd64 keywordTobias Klausmann2017-07-151-1/+1
| | | | Gentoo-Bug: 624180
* dev-python/gst-python: ia64 stable, bug #624180Sergei Trofimovich2017-07-081-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64"
* dev-python/gst-python: Support python:3.6, bump to 1.10.5Mart Raudsepp2017-06-182-0/+50
| | | | | | 1.10.5 upstream bump has no changes compared to 1.10.3, other than version number. Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-python/gst-python: ia64 stable, bug #601354Sergei Trofimovich2017-06-101-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/gst-python: [QA] Add missing python metadata variablesDavid Seifert2017-04-203-3/+8
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-python/gst-python-1.10.3-r0: add alpha keywordTobias Klausmann2017-04-051-1/+1
| | | | Gentoo-Bug: 601354
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>