* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/
@ 2022-10-29 23:21 Matt Turner
0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2022-10-29 23:21 UTC (permalink / raw
To: gentoo-commits
commit: 49c9e303493703d7cf71b1fc01c35bbdbeafbffa
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 21:19:41 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 23:20:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c9e303
dev-cpp/gstreamermm: Set remote-id
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-cpp/gstreamermm/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-cpp/gstreamermm/metadata.xml b/dev-cpp/gstreamermm/metadata.xml
index c6e394b17a27..79ee74f2fa98 100644
--- a/dev-cpp/gstreamermm/metadata.xml
+++ b/dev-cpp/gstreamermm/metadata.xml
@@ -5,4 +5,7 @@
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
+ <upstream>
+ <remote-id type="gnome-gitlab">GNOME/gstreamermm</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/
@ 2024-06-08 12:01 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2024-06-08 12:01 UTC (permalink / raw
To: gentoo-commits
commit: b8392461748b972a4d5c054d8f7986a9f678c2be
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 8 12:01:32 2024 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jun 8 12:01:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8392461
dev-cpp/gstreamermm: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
....10.0-r1.ebuild => gstreamermm-1.10.0-r2.ebuild} | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.10.0-r2.ebuild
similarity index 92%
rename from dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild
rename to dev-cpp/gstreamermm/gstreamermm-1.10.0-r2.ebuild
index a950c1971927..e9ba634485f7 100644
--- a/dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild
+++ b/dev-cpp/gstreamermm/gstreamermm-1.10.0-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit gnome2 virtualx
@@ -19,21 +19,22 @@ RDEPEND="
>=media-libs/gst-plugins-base-${PV}:1.0
>=dev-cpp/glibmm-2.47.6:2
>=dev-cpp/libxmlpp-2.14:2.6
- >=dev-libs/libsigc++-2:2
-"
+ >=dev-libs/libsigc++-2:2"
DEPEND="${RDEPEND}
+ test? (
+ dev-cpp/gtest
+ >=media-libs/gst-plugins-base-${PV}:1.0[X,ogg,theora,vorbis]
+ >=media-libs/gst-plugins-good-${PV}:1.0
+ >=media-plugins/gst-plugins-jpeg-${PV}:1.0
+ )"
+BDEPEND="
dev-cpp/mm-common
virtual/pkgconfig
doc? (
app-text/doxygen
dev-libs/libxslt
- media-gfx/graphviz )
- test? (
- dev-cpp/gtest
- >=media-libs/gst-plugins-base-${PV}:1.0[X,ogg,theora,vorbis]
- >=media-libs/gst-plugins-good-${PV}:1.0
- >=media-plugins/gst-plugins-jpeg-${PV}:1.0 )
-"
+ media-gfx/graphviz
+ )"
# eautoreconf:
# dev-cpp/mm-common
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/
@ 2021-11-12 11:51 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2021-11-12 11:51 UTC (permalink / raw
To: gentoo-commits
commit: 79e3875a2984d2f9457a224a98dc1c89ccb3b9f3
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 11:50:54 2021 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 11:50:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e3875a
Revert "dev-cpp/gstreamermm: It needs to set docdir to proper path"
This reverts commit 54e315dafb2e826ee1fe57b4a55e377146377645.
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild
index f3fb2fe3d56..8f28a2ec3d9 100644
--- a/dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild
+++ b/dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild
@@ -58,7 +58,6 @@ src_prepare() {
src_configure() {
gnome2_src_configure \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
$(use_enable doc documentation) \
$(use_enable test unittests)
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/
@ 2021-11-11 17:03 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2021-11-11 17:03 UTC (permalink / raw
To: gentoo-commits
commit: 54e315dafb2e826ee1fe57b4a55e377146377645
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 17:03:22 2021 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 17:03:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e315da
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 <AT> gentoo.org>
dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild
index 8f28a2ec3d9..f3fb2fe3d56 100644
--- a/dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild
+++ b/dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild
@@ -58,6 +58,7 @@ src_prepare() {
src_configure() {
gnome2_src_configure \
+ --docdir="${EPREFIX}/usr/share/doc/${PF}" \
$(use_enable doc documentation) \
$(use_enable test unittests)
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/
@ 2021-11-11 10:44 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2021-11-11 10:44 UTC (permalink / raw
To: gentoo-commits
commit: 114ccd9d59b9472265277c2a5359afcbf725b3a8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 10:19:55 2021 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 10:44:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114ccd9d
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 <AT> gentoo.org>
.../{gstreamermm-1.10.0.ebuild => gstreamermm-1.10.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/gstreamermm/gstreamermm-1.10.0.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild
similarity index 97%
rename from dev-cpp/gstreamermm/gstreamermm-1.10.0.ebuild
rename to dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild
index fced073bba0..8f28a2ec3d9 100644
--- a/dev-cpp/gstreamermm/gstreamermm-1.10.0.ebuild
+++ b/dev-cpp/gstreamermm/gstreamermm-1.10.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/
@ 2017-11-20 19:33 Manuel Rüger
0 siblings, 0 replies; 12+ messages in thread
From: Manuel Rüger @ 2017-11-20 19:33 UTC (permalink / raw
To: gentoo-commits
commit: 8511b625400efe4b101b48e6728684e8d376c751
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 19:32:50 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 19:33:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8511b625
dev-cpp/gstreamermm: Stable on amd64
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-cpp/gstreamermm/gstreamermm-1.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/gstreamermm/gstreamermm-1.10.0.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.10.0.ebuild
index 6df516dbe24..42aeb6b5158 100644
--- a/dev-cpp/gstreamermm/gstreamermm-1.10.0.ebuild
+++ b/dev-cpp/gstreamermm/gstreamermm-1.10.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gstreamer.freedesktop.org/bindings/cplusplus.html"
LICENSE="LGPL-2.1"
SLOT="1.0/1"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="doc examples test"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/
@ 2017-11-01 15:41 Mart Raudsepp
0 siblings, 0 replies; 12+ messages in thread
From: Mart Raudsepp @ 2017-11-01 15:41 UTC (permalink / raw
To: gentoo-commits
commit: 4efe8bc44a429648bc71786bddc98f5f431652c6
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 1 15:37:38 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Nov 1 15:40:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efe8bc4
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
dev-cpp/gstreamermm/Manifest | 1 +
dev-cpp/gstreamermm/gstreamermm-1.10.0.ebuild | 63 +++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/dev-cpp/gstreamermm/Manifest b/dev-cpp/gstreamermm/Manifest
index cb59f55d544..419a9ac1e2a 100644
--- a/dev-cpp/gstreamermm/Manifest
+++ b/dev-cpp/gstreamermm/Manifest
@@ -1,3 +1,4 @@
DIST gstreamermm-0.10.11.tar.xz 5840552 SHA256 12b5f377363594a69cb79f2f5cd0a8b1813ca6553680c3216e6354cfd682ebc6 SHA512 2ad370f6902dcb4663ea801bdbbf744a98de9e24fc04f27b5044a4a95337168e2bb195761a07ac9c1011f9ed4936287fcc5f4c2b984f0a362b429d05be7d3909 WHIRLPOOL d9be72d4691b9b0769b75819ca9403a2df7f1dbdad4974e4b26e4fd87d4b7ea0503fb2ba6a500a008ec9d1c29f6677e61649798801e6babf7e4d7b8562cc72f2
+DIST gstreamermm-1.10.0.tar.xz 3529640 SHA256 be58fe9ef7d7e392568ec85e80a84f4730adbf91fb0355ff7d7c616675ea8d60 SHA512 34eeb9eec5958c96acf7c7791eef80138e5d55fea6ddf1bf9ace6b1ec7f052da2abf04d87089e4c9ead51c631ef7afceaf9fceb946ec3d105da522187c69e429 WHIRLPOOL 52fee9b7934e93dac6df8214bb7d3ba9e83b55d556bf8e6ccd041d98a742094e3ca2f0ef34b38ec089a08198d360fd153b666fcfea6e70c34364990ff71d1a02
DIST gstreamermm-1.4.3.tar.xz 5886048 SHA256 f1c11ee1cf7537d77de7f8d486e09c5140cc4bb78882849718cd88959a55462e SHA512 ea4d281a4f3b79113fc3a0474e23d82442facac6eaf66215de412310b9c306aa5d586ee5570087d94d90acbfc09c5766edba1414b50f0fd9a3111cda610f5671 WHIRLPOOL b8bee1e9672c5ca527718e1826a4b486ea47fd772b079dddb532716c2082bb4cca55823a8b3dcd5eabe8819ee944b0cb68740c6b986ff329b71dad47240fe904
DIST gstreamermm-1.8.0.tar.xz 3848488 SHA256 3ee3c1457ea2c32c1e17b784faa828f414ba27a9731532bf26d137a2ad999a44 SHA512 4d458c8a2efde683dabd00308ddde6fbf732788fb9282cb2eeab9f3a01dc9b4a03bfbbe9991cd50ef3092cec861034b3a34a6c5e364582dbfc6b1a0d5bb935fe WHIRLPOOL 77b7bf6c3f6d96e26e41a80116b417e6012cacaaf884e7705218c694bc55aceeb7d065996ec02c2c3744975f146cced365974d853ef98195b069b9d6982b71ae
diff --git a/dev-cpp/gstreamermm/gstreamermm-1.10.0.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.10.0.ebuild
new file mode 100644
index 00000000000..23613926130
--- /dev/null
+++ b/dev-cpp/gstreamermm/gstreamermm-1.10.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2 virtualx
+
+DESCRIPTION="C++ interface for GStreamer"
+HOMEPAGE="https://gstreamer.freedesktop.org/bindings/cplusplus.html"
+
+LICENSE="LGPL-2.1"
+SLOT="1.0/1"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc examples test"
+
+RDEPEND="
+ >=media-libs/gstreamer-${PV}:1.0
+ >=media-libs/gst-plugins-base-${PV}:1.0
+ >=dev-cpp/glibmm-2.47.6:2
+ >=dev-cpp/libxmlpp-2.14:2.6
+ >=dev-libs/libsigc++-2:2
+"
+DEPEND="${RDEPEND}
+ dev-cpp/mm-common
+ virtual/pkgconfig
+ doc? (
+ app-doc/doxygen
+ dev-libs/libxslt
+ media-gfx/graphviz )
+ test? (
+ dev-cpp/gtest
+ >=media-libs/gst-plugins-base-${PV}:1.0[X,ogg,theora,vorbis]
+ >=media-libs/gst-plugins-good-${PV}:1.0
+ >=media-plugins/gst-plugins-jpeg-${PV}:1.0 )
+"
+# eautoreconf:
+# dev-cpp/mm-common
+
+# Installs reference docs into /usr/share/doc/gstreamermm-1.0/
+# but that's okay, because the rest of dev-cpp/*mm stuff does the same
+
+src_prepare() {
+ if ! use examples; then
+ # don't waste time building examples
+ sed -e 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \
+ -i Makefile.am Makefile.in || die
+ fi
+
+ sed -e 's/ -Werror/ /' -i tests/Makefile.am tests/Makefile.in || die
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ $(use_enable doc documentation) \
+ $(use_enable test unittests)
+}
+
+src_test() {
+ # running tests in parallel fails
+ virtx emake -j1 check
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/
@ 2017-08-24 22:47 Gilles Dartiguelongue
0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-24 22:47 UTC (permalink / raw
To: gentoo-commits
commit: 28b177a2b8737b2d8720275f7b7e9c5918ae5888
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 21:33:11 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 22:47:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b177a2
dev-cpp/gstreamermm: add missing mm-common dependency, bug #628448
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild
index 489ace0faa6..f2f2934ea4e 100644
--- a/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild
+++ b/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
>=dev-libs/libsigc++-2:2
"
DEPEND="${RDEPEND}
+ dev-cpp/mm-common
virtual/pkgconfig
doc? (
app-doc/doxygen
@@ -35,8 +36,8 @@ DEPEND="${RDEPEND}
>=media-libs/gst-plugins-good-${PV}:1.0
>=media-plugins/gst-plugins-jpeg-${PV}:1.0 )
"
-# dev-cpp/mm-common"
-# eautoreconf needs mm-common
+# eautoreconf:
+# dev-cpp/mm-common
# Installs reference docs into /usr/share/doc/gstreamermm-1.0/
# but that's okay, because the rest of dev-cpp/*mm stuff does the same
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/
@ 2017-08-20 22:47 Gilles Dartiguelongue
0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-20 22:47 UTC (permalink / raw
To: gentoo-commits
commit: 8f9e43cdb351ba5ca8672bcade38060f45fefc69
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 21:35:05 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 22:47:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9e43cd
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
dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild
index b5e27e10b28..489ace0faa6 100644
--- a/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild
+++ b/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild
@@ -12,12 +12,13 @@ HOMEPAGE="https://gstreamer.freedesktop.org/bindings/cplusplus.html"
LICENSE="LGPL-2.1"
SLOT="1.0/1"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc examples opengl test"
+IUSE="doc examples test"
+# module is experimental:
+# >=media-libs/gst-plugins-bad-${PV}:1.0[opengl?]
RDEPEND="
>=media-libs/gstreamer-${PV}:1.0
>=media-libs/gst-plugins-base-${PV}:1.0
- >=media-libs/gst-plugins-bad-${PV}:1.0[opengl?]
>=dev-cpp/glibmm-2.47.6:2
>=dev-cpp/libxmlpp-2.14:2.6
>=dev-libs/libsigc++-2:2
@@ -61,8 +62,8 @@ src_prepare() {
src_configure() {
gnome2_src_configure \
+ --disable-plugins-bad \
$(use_enable doc documentation) \
- $(use_enable opengl gl) \
$(use_enable test unittests)
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/
@ 2016-01-02 19:59 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2016-01-02 19:59 UTC (permalink / raw
To: gentoo-commits
commit: 0528c206da18a27c7ef4e1f7bc163c22aacb0a55
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 19:58:51 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 19:59:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0528c206
dev-cpp/gstreamermm: Move to gnome-mm herd
Package-Manager: portage-2.2.26
dev-cpp/gstreamermm/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/gstreamermm/metadata.xml b/dev-cpp/gstreamermm/metadata.xml
index 2c5fea7..0a65f18 100644
--- a/dev-cpp/gstreamermm/metadata.xml
+++ b/dev-cpp/gstreamermm/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>gnome</herd>
+ <herd>gnome-mm</herd>
<maintainer>
<email>eva@gentoo.org</email>
<name>Gilles Dartiguelongue</name>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/
@ 2015-12-15 20:16 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2015-12-15 20:16 UTC (permalink / raw
To: gentoo-commits
commit: f5aafc43385e5cf9caa08e377f0b09216dbab182
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 15 19:53:07 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Dec 15 20:16:25 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5aafc43
dev-cpp/gstreamermm: Fix building with latest glibmm/libsigc++ (#568254)
Package-Manager: portage-2.2.26
dev-cpp/gstreamermm/gstreamermm-0.10.11.ebuild | 8 ++++++--
dev-cpp/gstreamermm/gstreamermm-1.4.3.ebuild | 6 +++---
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-cpp/gstreamermm/gstreamermm-0.10.11.ebuild b/dev-cpp/gstreamermm/gstreamermm-0.10.11.ebuild
index aca693a..08447b9 100644
--- a/dev-cpp/gstreamermm/gstreamermm-0.10.11.ebuild
+++ b/dev-cpp/gstreamermm/gstreamermm-0.10.11.ebuild
@@ -5,7 +5,7 @@
EAPI="5"
GNOME2_LA_PUNT="yes"
-inherit gnome2
+inherit flag-o-matic gnome2
DESCRIPTION="C++ interface for GStreamer"
HOMEPAGE="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
@@ -30,6 +30,10 @@ DEPEND="${RDEPEND}
media-plugins/gst-plugins-x:0.10 )
"
-DOCS="AUTHORS ChangeLog NEWS README"
# Installs reference docs into /usr/share/doc/gstreamermm-0.10/
# but that's okay, because the rest of dev-cpp/*mm stuff does the same
+
+src_prepare() {
+ gnome2_src_prepare
+ append-cxxflags -std=c++11 #568254
+}
diff --git a/dev-cpp/gstreamermm/gstreamermm-1.4.3.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.4.3.ebuild
index 945242a..fbedd8d 100644
--- a/dev-cpp/gstreamermm/gstreamermm-1.4.3.ebuild
+++ b/dev-cpp/gstreamermm/gstreamermm-1.4.3.ebuild
@@ -3,8 +3,7 @@
# $Id$
EAPI="5"
-
-inherit gnome2
+inherit flag-o-matic gnome2
DESCRIPTION="C++ interface for GStreamer"
HOMEPAGE="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
@@ -47,6 +46,7 @@ src_prepare() {
fi
gnome2_src_prepare
+ append-cxxflags -std=c++11 #568254 , fixed in master
}
src_configure() {
@@ -55,5 +55,5 @@ src_configure() {
src_test() {
# running tests in parallel fails
- emake -j1 check || die
+ emake -j1 check
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/
@ 2015-12-15 20:16 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2015-12-15 20:16 UTC (permalink / raw
To: gentoo-commits
commit: 29268d6db0aa13b0644a5ef66ca9c9763d2d6224
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 15 19:54:40 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Dec 15 20:16:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29268d6d
dev-cpp/gstreamermm: Drop old
Package-Manager: portage-2.2.26
dev-cpp/gstreamermm/Manifest | 1 -
dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild | 65 ---------------------------
2 files changed, 66 deletions(-)
diff --git a/dev-cpp/gstreamermm/Manifest b/dev-cpp/gstreamermm/Manifest
index bc133a9..a31a9ce 100644
--- a/dev-cpp/gstreamermm/Manifest
+++ b/dev-cpp/gstreamermm/Manifest
@@ -1,3 +1,2 @@
DIST gstreamermm-0.10.11.tar.xz 5840552 SHA256 12b5f377363594a69cb79f2f5cd0a8b1813ca6553680c3216e6354cfd682ebc6 SHA512 2ad370f6902dcb4663ea801bdbbf744a98de9e24fc04f27b5044a4a95337168e2bb195761a07ac9c1011f9ed4936287fcc5f4c2b984f0a362b429d05be7d3909 WHIRLPOOL d9be72d4691b9b0769b75819ca9403a2df7f1dbdad4974e4b26e4fd87d4b7ea0503fb2ba6a500a008ec9d1c29f6677e61649798801e6babf7e4d7b8562cc72f2
-DIST gstreamermm-1.0.10.tar.xz 4649144 SHA256 dd9e9b2d2bc7f52ab9196f4613b99700e1c9f2ab7c076bd87c657f3f435f1dc6 SHA512 6f67e823b9f4d1384b139cef47c3de5f28df437452cbba54369973c00f675d40ce9937f38e063b31f5a824f0facdc53d54a2ec4c04e03ed8eee89ad39f9e1229 WHIRLPOOL cf045345fed45d94aa61b5a4c75f1149f9ae280476d284c00bdd3cb33be9369215be3fe540443f6c015ae1e9c25558173d86775b5fbd9d821cb7f8616197c8b0
DIST gstreamermm-1.4.3.tar.xz 5886048 SHA256 f1c11ee1cf7537d77de7f8d486e09c5140cc4bb78882849718cd88959a55462e SHA512 ea4d281a4f3b79113fc3a0474e23d82442facac6eaf66215de412310b9c306aa5d586ee5570087d94d90acbfc09c5766edba1414b50f0fd9a3111cda610f5671 WHIRLPOOL b8bee1e9672c5ca527718e1826a4b486ea47fd772b079dddb532716c2082bb4cca55823a8b3dcd5eabe8819ee944b0cb68740c6b986ff329b71dad47240fe904
diff --git a/dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild
deleted file mode 100644
index f890052..0000000
--- a/dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="C++ interface for GStreamer"
-HOMEPAGE="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
-
-LICENSE="LGPL-2.1"
-SLOT="1.0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc examples test"
-
-RDEPEND="
- >=media-libs/gstreamer-1.0.10:1.0
- >=media-libs/gst-plugins-base-1.0.10:1.0
- >=dev-cpp/glibmm-2.36:2
- >=dev-cpp/libxmlpp-2.14:2.6
- >=dev-libs/libsigc++-2:2
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? (
- app-doc/doxygen
- dev-libs/libxslt
- media-gfx/graphviz )
- test? (
- dev-cpp/gtest
- media-libs/gst-plugins-base:1.0[X,ogg,theora,vorbis]
- media-libs/gst-plugins-good:1.0
- media-plugins/gst-plugins-jpeg:1.0 )
-"
-# dev-cpp/mm-common"
-# eautoreconf needs mm-common
-
-# Installs reference docs into /usr/share/doc/gstreamermm-1.0/
-# but that's okay, because the rest of dev-cpp/*mm stuff does the same
-
-src_prepare() {
- if ! use examples; then
- # don't waste time building examples
- sed -e 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \
- -i Makefile.am Makefile.in || die
- fi
-
- # FIXME: disable endless unittests, report upstream
- sed -e '/test-regression-rewritefile$(EXEEXT) \\/d' \
- -e '/test-regression-seekonstartup$(EXEEXT) \\/d' \
- -i tests/Makefile.in || die
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure $(use_enable doc documentation)
-}
-
-src_test() {
- # running tests in parallel fails
- emake -j1 check || die
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-06-08 12:01 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-29 23:21 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2024-06-08 12:01 David Seifert
2021-11-12 11:51 Pacho Ramos
2021-11-11 17:03 Pacho Ramos
2021-11-11 10:44 Pacho Ramos
2017-11-20 19:33 Manuel Rüger
2017-11-01 15:41 Mart Raudsepp
2017-08-24 22:47 Gilles Dartiguelongue
2017-08-20 22:47 Gilles Dartiguelongue
2016-01-02 19:59 Pacho Ramos
2015-12-15 20:16 Pacho Ramos
2015-12-15 20:16 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox