Versions
v1.10.0-r2 :: 1.0/1 :: gentoo
- Modified
- License
- LGPL-2.1
- Keywords
- amd64 x86 ~ppc
- USE flags
- doc examples test
USE flags
General
Dependencies
dev-cpp / glibmm : C++ interface for glib2
dev-cpp / gtest : Google C++ Testing Framework
dev-cpp / libxmlpp : C++ wrapper for the libxml2 XML parser library
dev-libs / libsigc++ : Typesafe callback system for standard C++
media-libs / gst-plugins-base : Basepack of plugins for gstreamer
media-libs / gst-plugins-good : Basepack of plugins for GStreamer
media-libs / gstreamer : Open source multimedia framework
media-plugins / gst-plugins-jpeg : JPEG image encoder/decoder plugin for GStreamer
Runtime Dependencies
dev-cpp / glibmm : C++ interface for glib2
dev-cpp / libxmlpp : C++ wrapper for the libxml2 XML parser library
dev-libs / libsigc++ : Typesafe callback system for standard C++
media-libs / gst-plugins-base : Basepack of plugins for gstreamer
media-libs / gstreamer : Open source multimedia framework
Depending packages
media-video / subtitleeditor : GTK+3 subtitle editing tool
Bugs
- 791958
- dev-cpp/gstreamermm-1.10.0 always builds examples regrardless of the USE=examples
- 806462
- dev-cpp/gstreamermm-1.10.0 fails to compile: test-bin.cc:27:112: error: parameter ‘element_name’ may not appear in this context
- 813013
- dev-cpp/gstreamermm-1.10.0: libxml++ dependency is redundant
- 823245
- dev-cpp/gstreamermm-1.10.0-r1 fails tests: test-bin.cc:27:112: error: parameter ‘element_name’ may not appear in this context
- 823257
- dev-cpp/gstreamermm-1.10.0-r2 [doc] installs files into unexpected paths
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
dev-cpp/gstreamermm: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {app-doc → app-text}/doxygen
Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
Revert "dev-cpp/gstreamermm: It needs to set docdir to proper path"
This reverts commit 54e315dafb2e826ee1fe57b4a55e377146377645. Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
dev-cpp/gstreamermm: It needs to set docdir to proper path
Closes: https://bugs.gentoo.org/823080 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
dev-cpp/gstreamermm: Patch for newer glib needed a revbump
To ensure fixed gstreamermm is installed Closes: https://bugs.gentoo.org/818685 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
dev-cpp/gstreamermm: Add patch to build with gcc-11
Closes: https://bugs.gentoo.org/786444 Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
dev-cpp/gstreamermm: remove gstreamer 0.10
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Mart Raudsepp · gentoo
dev-cpp/gstreamermm: remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Manuel Rüger · gentoo
dev-cpp/gstreamermm: Stable on amd64
Package-Manager: Portage-2.3.14, Repoman-2.3.6 - Thomas Deutschmann · gentoo
dev-cpp/gstreamermm: x86 stable (bug #635900)
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Mart Raudsepp · gentoo
dev-cpp/gstreamermm: remove old
Package-Manager: Portage-2.3.8, Repoman-2.3.2 - Mart Raudsepp · gentoo
dev-cpp/gstreamermm: bump to 1.10.0 for gstreamer-1.12 compatibility
Closes: https://bugs.gentoo.org/633344 Package-Manager: Portage-2.3.8, Repoman-2.3.2 - Gilles Dartiguelongue · gentoo
dev-cpp/gstreamermm: add missing mm-common dependency, bug #628448
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Gilles Dartiguelongue · gentoo
dev-cpp/gstreamermm: disable gst-bad wrapping as it is experimental
http://gstreamer-devel.966125.n4.nabble.com/Gstreamermm-and-abilities-to-use-different-plugins-td4680615.html Also upstream default changed in its repository. Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Gilles Dartiguelongue · gentoo
dev-cpp/gstreamermm: version bump 1.4.3 → 1.8.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Mart Raudsepp · gentoo
dev-cpp/gstreamermm: fix compilation with newer gcc
Also filter out -Werror for tests compilation, but those fail to compile further along then. Gentoo-bug: 600296 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Justin Lecher · gentoo
Merge branch 'anthonyryan1-freedesktop'
* anthonyryan1-freedesktop: HTTPS for *.freedesktop.org - Anthony Ryan · gentoo
HTTPS for *.freedesktop.org
* Excluding xorg.freedesktop.org * Excluding tango.freedesktop.org The following modified ebuilds were found to have problems after modification but the problems were determined to not be a regression. Upstream tarball has a new hash: * app-misc/evtest-1.29 * app-misc/evtest-1.30 * dev-embedded/scratchbox2-2.0-r1 * dev-ml/cairo-ocaml-1.2.0 * net-libs/libqmi-1.0.0 * sys-auth/libfprint-0.4.0 * sys-auth/libfprint-0.5.0 * sys-auth/libfprint-0.5.1 Upstream tarball has been deleted: * dev-libs/liblazy-0.2 * dev-util/pkgconfig-openbsd-20130507-r1 * x11-libs/xvba-video-0.8.0-r3 * x11-misc/driconf-0.9.1-r1 * x11-misc/xdg-utils-1.1.0_rc2-r1 - Patrice Clement · gentoo
Merge remote-tracking branch 'github/pr/478'. - Pacho Ramos · gentoo
dev-cpp/gstreamermm: Drop old
Package-Manager: portage-2.2.26 - Pacho Ramos · gentoo
dev-cpp/gstreamermm: Fix building with latest glibmm/libsigc++ (#568254)
Package-Manager: portage-2.2.26 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed