* [gentoo-commits] repo/gentoo:master commit in: media-libs/gnonlin/
@ 2015-12-26 17:16 Gilles Dartiguelongue
0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2015-12-26 17:16 UTC (permalink / raw
To: gentoo-commits
commit: b6b3405e525eefbca37b874f7206bc9661d33553
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 16:53:39 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 17:15:21 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b3405e
media-libs/gnonlin: drop old revisions
Package-Manager: portage-2.2.26
media-libs/gnonlin/Manifest | 2 --
media-libs/gnonlin/gnonlin-0.10.9.ebuild | 24 -------------------
media-libs/gnonlin/gnonlin-1.2.1.ebuild | 40 --------------------------------
3 files changed, 66 deletions(-)
diff --git a/media-libs/gnonlin/Manifest b/media-libs/gnonlin/Manifest
index be58dfb..63f103f 100644
--- a/media-libs/gnonlin/Manifest
+++ b/media-libs/gnonlin/Manifest
@@ -1,4 +1,2 @@
DIST gnonlin-0.10.17.tar.bz2 468711 SHA256 e4a2dd8af1c0c97f2f63e918a25c26e871c896e88b7ee85948509f68f29e8935 SHA512 e7e7c7999a1886641cf327ad75ba63171c2f9e74fe7a18c4e7c0a5ca69ea3926d4de21f92b01c7896591d2fb48a5c040be2fe05d4d8d43237948c9fe8e4d0f74 WHIRLPOOL a959d5779a5c4f9ee5ca7e608ae3b15c0a89e5c6f3691666370db01e4992c9e8c225d1a9d2e6334b4f157ae365583bfab86cff97d731319f5952817f5a6623c3
-DIST gnonlin-0.10.9.tar.bz2 366567 SHA256 99633d7ddb2c261030eb82567ff7f39ca75c94110cbfc6fe384889b23f2d1dae SHA512 31763d460b249b6f7e3aacc51e84c57f7d8a866f564aa56be6ee410292024b9da4b9c3383b42149bc8776b0daafd431ad2a610cdcfa8f34d5e6969eef56860a3 WHIRLPOOL e2d2b40cf4a8629cdcb92e27112fc1d54d97085659387eeb8740bccc8ea27fb4ec3eb7b12f9e95e643acc28785f6c932047299bbd958e8da525a2d21ef00ff92
-DIST gnonlin-1.2.1.tar.xz 401620 SHA256 787006231184753f8330b4b6d63d37979d937355291c6da75080d83efe1aeb93 SHA512 7e2579b77f6901cd14a57c849a97cc0915a439c11ea1f8989f52f2087926df49577b84866d81161a70de637241de76846373f9af2436eaab73d4573cc3dad792 WHIRLPOOL 2f183214fdca82e6405dcef201a250e5ed651eaba602d792a557a40440ae02b56d5cc57911cd16d4ae996690288f0d8e6d0a0dca16e91f54dc7097720d3040a1
DIST gnonlin-1.4.0.tar.xz 404096 SHA256 2d667e1632816ea8a6ff7c8b75b29241b6542e1f6ab41d9d51661c287006667f SHA512 22734a8cbc648811467a3a161fdf86997fff682007b57849b253618663d30996a787734df8caff56f0b4b24e98f8cbd073d4c48557b8d09091ab27b72851b055 WHIRLPOOL 37988b6a83c9a7c3a565be412dd5d7b52fb62da51317a8dd135bafce299124cef230b4fcabd0f1f74e931cc72a11fef9c5177f2944082f8a518640a06f1e3123
diff --git a/media-libs/gnonlin/gnonlin-0.10.9.ebuild b/media-libs/gnonlin/gnonlin-0.10.9.ebuild
deleted file mode 100644
index fef4d1d..0000000
--- a/media-libs/gnonlin/gnonlin-0.10.9.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors"
-HOMEPAGE="http://gnonlin.sourceforge.net"
-SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0.10"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=media-libs/gstreamer-0.10.9:0.10
- >=media-libs/gst-plugins-base-0.10.9:0.10"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README RELEASE
-}
diff --git a/media-libs/gnonlin/gnonlin-1.2.1.ebuild b/media-libs/gnonlin/gnonlin-1.2.1.ebuild
deleted file mode 100644
index 268b217..0000000
--- a/media-libs/gnonlin/gnonlin-1.2.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-inherit gst-plugins10
-
-DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors"
-HOMEPAGE="http://gnonlin.sourceforge.net"
-
-LICENSE="LGPL-2"
-SLOT="1.0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-libs/glib-2.34:2
- >=media-libs/gstreamer-1.2:1.0
- >=media-libs/gst-plugins-base-1.2:1.0
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=dev-util/gtk-doc-am-1.13
- test? (
- dev-libs/check
- >=media-libs/gst-plugins-good-1.2:1.0 )
-" # videomixer
-
-src_configure() {
- econf --disable-gtk-doc
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- default
- prune_libtool_files --all
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/gnonlin/
@ 2016-09-19 18:44 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-09-19 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 899b2d09321e9b3e71ad68891b045fda4af5baa4
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 18:41:19 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 18:43:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899b2d09
media-libs/gnonlin: Stop using deprecated eclass (#587816)
Package-Manager: portage-2.3.0
media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild | 37 ++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild b/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild
new file mode 100644
index 00000000..12a9273
--- /dev/null
+++ b/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors"
+HOMEPAGE="http://gnonlin.sourceforge.net"
+SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"
+
+LICENSE="LGPL-2"
+SLOT="1.0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-libs/glib-2.32:2
+ >=media-libs/gstreamer-1.4.0:1.0
+ >=media-libs/gst-plugins-base-1.4.0:1.0
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ >=dev-util/gtk-doc-am-1.13
+ test? (
+ dev-libs/check
+ >=media-libs/gst-plugins-good-1.4.0:1.0 )
+" # videomixer
+
+src_configure() {
+ econf --disable-gtk-doc
+}
+
+src_install() {
+ default
+ prune_libtool_files --modules
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/gnonlin/
@ 2016-09-19 18:44 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-09-19 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 56442e25a5c52f4e6306caa46d90275ab5644e8f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 18:43:28 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 18:43:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56442e25
media-libs/gnonlin: Make DESCRIPTION shorter
Package-Manager: portage-2.3.0
media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild b/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild
index 12a9273..9651484 100644
--- a/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild
+++ b/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild
@@ -5,7 +5,7 @@
EAPI=6
inherit eutils
-DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors"
+DESCRIPTION="Set of GStreamer elements to ease the creation of non-linear multimedia editors"
HOMEPAGE="http://gnonlin.sourceforge.net"
SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/gnonlin/
@ 2017-02-11 18:31 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2017-02-11 18:31 UTC (permalink / raw
To: gentoo-commits
commit: eabe16344ca66946a9b87bda86e13cc7098e763e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 18:11:37 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 18:30:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabe1634
media-libs/gnonlin: x86 stable, bug 606818
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild b/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild
index bb8f4407cd..0b0a100ca7 100644
--- a/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild
+++ b/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"
LICENSE="LGPL-2"
SLOT="1.0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/gnonlin/
@ 2017-02-16 0:17 Mart Raudsepp
0 siblings, 0 replies; 6+ messages in thread
From: Mart Raudsepp @ 2017-02-16 0:17 UTC (permalink / raw
To: gentoo-commits
commit: 15bd235c8eb0445662dcd7d7849fc9c98e166583
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 00:00:16 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 00:15:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15bd235c
media-libs/gnonlin: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/gnonlin/gnonlin-1.4.0.ebuild | 40 ---------------------------------
1 file changed, 40 deletions(-)
diff --git a/media-libs/gnonlin/gnonlin-1.4.0.ebuild b/media-libs/gnonlin/gnonlin-1.4.0.ebuild
deleted file mode 100644
index e26beb0797..0000000000
--- a/media-libs/gnonlin/gnonlin-1.4.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-inherit gst-plugins10
-
-DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors"
-HOMEPAGE="http://gnonlin.sourceforge.net"
-
-LICENSE="LGPL-2"
-SLOT="1.0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-libs/glib-2.32:2
- >=media-libs/gstreamer-1.4.0:1.0
- >=media-libs/gst-plugins-base-1.4.0:1.0
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=dev-util/gtk-doc-am-1.13
- test? (
- dev-libs/check
- >=media-libs/gst-plugins-good-1.4.0:1.0 )
-" # videomixer
-
-src_configure() {
- econf --disable-gtk-doc
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- default
- prune_libtool_files --modules
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/gnonlin/
@ 2023-12-11 16:57 Ulrich Müller
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2023-12-11 16:57 UTC (permalink / raw
To: gentoo-commits
commit: f976adecea45ad425a1f40dfba531b65f9e6ef4a
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 16:55:41 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 16:55:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f976adec
media-libs/gnonlin: treeclean
Bug: https://bugs.gentoo.org/916870
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
media-libs/gnonlin/Manifest | 1 -
media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild | 37 ------------------------------
media-libs/gnonlin/metadata.xml | 11 ---------
3 files changed, 49 deletions(-)
diff --git a/media-libs/gnonlin/Manifest b/media-libs/gnonlin/Manifest
deleted file mode 100644
index 48320c4280ab..000000000000
--- a/media-libs/gnonlin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gnonlin-1.4.0.tar.xz 404096 BLAKE2B 858f6813470893dfdd9c92d8ea84d11c511e92033588e9de2e849806727b80b9be84f0fa08265f5cd98bd701108c18f3f4fc423cc74aa4426cd2e221222a1443 SHA512 22734a8cbc648811467a3a161fdf86997fff682007b57849b253618663d30996a787734df8caff56f0b4b24e98f8cbd073d4c48557b8d09091ab27b72851b055
diff --git a/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild b/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild
deleted file mode 100644
index 1439e16f9f35..000000000000
--- a/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-DESCRIPTION="Set of GStreamer elements to ease the creation of non-linear multimedia editors"
-HOMEPAGE="http://gnonlin.sourceforge.net"
-SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2"
-SLOT="1.0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-libs/glib-2.32:2
- >=media-libs/gstreamer-1.4.0:1.0
- >=media-libs/gst-plugins-base-1.4.0:1.0
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=dev-util/gtk-doc-am-1.13
- test? (
- dev-libs/check
- >=media-libs/gst-plugins-good-1.4.0:1.0 )
-" # videomixer
-
-src_configure() {
- econf --disable-gtk-doc
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/media-libs/gnonlin/metadata.xml b/media-libs/gnonlin/metadata.xml
deleted file mode 100644
index 97b6416b6506..000000000000
--- a/media-libs/gnonlin/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gstreamer@gentoo.org</email>
- <name>GStreamer package maintainers</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">gnonlin</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-12-11 16:57 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19 18:44 [gentoo-commits] repo/gentoo:master commit in: media-libs/gnonlin/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2023-12-11 16:57 Ulrich Müller
2017-02-16 0:17 Mart Raudsepp
2017-02-11 18:31 Pacho Ramos
2016-09-19 18:44 Pacho Ramos
2015-12-26 17:16 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox