* [gentoo-commits] repo/gentoo:master commit in: media-sound/gst123/
@ 2023-08-16 13:42 Miroslav Šulc
0 siblings, 0 replies; 5+ messages in thread
From: Miroslav Šulc @ 2023-08-16 13:42 UTC (permalink / raw
To: gentoo-commits
commit: baa426cd3e709b8532d20ef9c4d10de4a433b486
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 06:38:27 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 13:42:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa426cd
media-sound/gst123: bump to 0.4.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/gst123/Manifest | 1 +
media-sound/gst123/gst123-0.4.1.ebuild | 25 +++++++++++++++++++++++++
media-sound/gst123/metadata.xml | 3 +++
3 files changed, 29 insertions(+)
diff --git a/media-sound/gst123/Manifest b/media-sound/gst123/Manifest
index 0d875d4ed19a..c0958002c6b7 100644
--- a/media-sound/gst123/Manifest
+++ b/media-sound/gst123/Manifest
@@ -1 +1,2 @@
DIST gst123-0.3.5.tar.bz2 125468 BLAKE2B c8e6d9956f4371fc70d43768f0cf537b1c7281b49b3426be4d7b16f6f4c80057e50068f26546a93050d9e0c08284a33264e2a61aeaddab34ec1e09188f2145e3 SHA512 a967e4ba00b9ef744aa7a80e24fb7aa452c29b0b024a3bb446570ae9254ea295563deae1a000e9d363f57ce7aa11e537b124ccc672a98bf3230d371dcfb7e4ee
+DIST gst123-0.4.1.tar.bz2 121588 BLAKE2B 216c0058de19237697f5a139d627aead79b094d335590b0edffa3aaf968a7ae6a2531eb4f750f4d75e9b94ca555d582a1df3e840c0055c6558bc9e370c0d6b45 SHA512 c25c7ad545ed8b17248c26d51ff1d81ca5112ecbdfe3262c4ded38a9ae93dbdbfdc476d9893042ab97b4e4a0b15445aa2a03070d11d4d3562a006db56ed3b23b
diff --git a/media-sound/gst123/gst123-0.4.1.ebuild b/media-sound/gst123/gst123-0.4.1.ebuild
new file mode 100644
index 000000000000..f58f952c9d20
--- /dev/null
+++ b/media-sound/gst123/gst123-0.4.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="GStreamer based command line media player"
+HOMEPAGE="https://space.twc.de/~stefan/gst123.php"
+SRC_URI="https://github.com/swesterfeld/gst123/releases/download/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="
+ dev-libs/glib:2
+ media-libs/gst-plugins-base:1.0
+ media-libs/gstreamer:1.0
+ sys-libs/ncurses:0=
+ x11-libs/gtk+:2
+ x11-libs/libX11
+"
+RDEPEND="${CDEPEND}
+ media-plugins/gst-plugins-meta:1.0"
+DEPEND="${CDEPEND}"
+BDEPEND="virtual/pkgconfig"
diff --git a/media-sound/gst123/metadata.xml b/media-sound/gst123/metadata.xml
index b69a849fd57e..9664b0075b93 100644
--- a/media-sound/gst123/metadata.xml
+++ b/media-sound/gst123/metadata.xml
@@ -5,4 +5,7 @@
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
</maintainer>
+<upstream>
+ <remote-id type="github">swesterfeld/gst123</remote-id>
+</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gst123/
@ 2021-03-20 8:14 Miroslav Šulc
0 siblings, 0 replies; 5+ messages in thread
From: Miroslav Šulc @ 2021-03-20 8:14 UTC (permalink / raw
To: gentoo-commits
commit: 8d8582efaacac520c2bef3019bd823d6f67c0ade
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Mar 19 17:26:03 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 08:12:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8582ef
media-sound/gst123: EAPI7 bump
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/20010
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/gst123/gst123-0.3.5.ebuild | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/media-sound/gst123/gst123-0.3.5.ebuild b/media-sound/gst123/gst123-0.3.5.ebuild
index d62b71ae8d3..89f6a151b33 100644
--- a/media-sound/gst123/gst123-0.3.5.ebuild
+++ b/media-sound/gst123/gst123-0.3.5.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-DESCRIPTION="A GStreamer based command line media player"
-HOMEPAGE="http://space.twc.de/~stefan/gst123.php"
-SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2"
+DESCRIPTION="GStreamer based command line media player"
+HOMEPAGE="https://space.twc.de/~stefan/gst123.php"
+SRC_URI="https://space.twc.de/~stefan/gst123/${P}.tar.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -21,5 +21,5 @@ CDEPEND="
"
RDEPEND="${CDEPEND}
media-plugins/gst-plugins-meta:1.0"
-DEPEND="${CDEPEND}
- virtual/pkgconfig"
+DEPEND="${CDEPEND}"
+BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gst123/
@ 2020-02-06 3:46 Tim Harder
0 siblings, 0 replies; 5+ messages in thread
From: Tim Harder @ 2020-02-06 3:46 UTC (permalink / raw
To: gentoo-commits
commit: c337a90db85814849a24aeba43f5ee77fc3cb04f
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 03:34:20 2020 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 03:45:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c337a90d
media-sound/gst123: remove old
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
media-sound/gst123/Manifest | 1 -
media-sound/gst123/gst123-0.3.4.ebuild | 25 -------------------------
2 files changed, 26 deletions(-)
diff --git a/media-sound/gst123/Manifest b/media-sound/gst123/Manifest
index 3eb5cd049d7..0d875d4ed19 100644
--- a/media-sound/gst123/Manifest
+++ b/media-sound/gst123/Manifest
@@ -1,2 +1 @@
-DIST gst123-0.3.4.tar.bz2 123399 BLAKE2B 3d772affc5d1c8c16daad98ac9a2ef0794cf808391dbf5bb486a33d39bd2bab3d6fe077307a9b8c8cfeb15899b8d2d7b95bf954d5b0e5ae3e0b6c9e40dcd0b6f SHA512 7a5afddd4337b9d843949f49231b64bbc0390b97c40caa3cdac1fe0fd2a7e8a0ce01a77817735770b7a524459daa7e61e79e25c2e3e33769fd29e535d39d866f
DIST gst123-0.3.5.tar.bz2 125468 BLAKE2B c8e6d9956f4371fc70d43768f0cf537b1c7281b49b3426be4d7b16f6f4c80057e50068f26546a93050d9e0c08284a33264e2a61aeaddab34ec1e09188f2145e3 SHA512 a967e4ba00b9ef744aa7a80e24fb7aa452c29b0b024a3bb446570ae9254ea295563deae1a000e9d363f57ce7aa11e537b124ccc672a98bf3230d371dcfb7e4ee
diff --git a/media-sound/gst123/gst123-0.3.4.ebuild b/media-sound/gst123/gst123-0.3.4.ebuild
deleted file mode 100644
index 961e5e14b28..00000000000
--- a/media-sound/gst123/gst123-0.3.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A GStreamer based command line media player"
-HOMEPAGE="http://space.twc.de/~stefan/gst123.php"
-SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="
- dev-libs/glib:2
- media-libs/gst-plugins-base:1.0
- media-libs/gstreamer:1.0
- sys-libs/ncurses:0=
- x11-libs/gtk+:2
- x11-libs/libX11
-"
-RDEPEND="${CDEPEND}
- media-plugins/gst-plugins-meta:1.0"
-DEPEND="${CDEPEND}
- virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gst123/
@ 2018-07-01 4:45 Tim Harder
0 siblings, 0 replies; 5+ messages in thread
From: Tim Harder @ 2018-07-01 4:45 UTC (permalink / raw
To: gentoo-commits
commit: b1a31909d9af3950d6b169f439b03de854d884d4
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 1 04:29:31 2018 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Jul 1 04:29:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a31909
media-sound/gst123: version bump to 0.3.5
media-sound/gst123/Manifest | 1 +
media-sound/gst123/gst123-0.3.5.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/media-sound/gst123/Manifest b/media-sound/gst123/Manifest
index f08372060ff..3eb5cd049d7 100644
--- a/media-sound/gst123/Manifest
+++ b/media-sound/gst123/Manifest
@@ -1 +1,2 @@
DIST gst123-0.3.4.tar.bz2 123399 BLAKE2B 3d772affc5d1c8c16daad98ac9a2ef0794cf808391dbf5bb486a33d39bd2bab3d6fe077307a9b8c8cfeb15899b8d2d7b95bf954d5b0e5ae3e0b6c9e40dcd0b6f SHA512 7a5afddd4337b9d843949f49231b64bbc0390b97c40caa3cdac1fe0fd2a7e8a0ce01a77817735770b7a524459daa7e61e79e25c2e3e33769fd29e535d39d866f
+DIST gst123-0.3.5.tar.bz2 125468 BLAKE2B c8e6d9956f4371fc70d43768f0cf537b1c7281b49b3426be4d7b16f6f4c80057e50068f26546a93050d9e0c08284a33264e2a61aeaddab34ec1e09188f2145e3 SHA512 a967e4ba00b9ef744aa7a80e24fb7aa452c29b0b024a3bb446570ae9254ea295563deae1a000e9d363f57ce7aa11e537b124ccc672a98bf3230d371dcfb7e4ee
diff --git a/media-sound/gst123/gst123-0.3.5.ebuild b/media-sound/gst123/gst123-0.3.5.ebuild
new file mode 100644
index 00000000000..d62b71ae8d3
--- /dev/null
+++ b/media-sound/gst123/gst123-0.3.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A GStreamer based command line media player"
+HOMEPAGE="http://space.twc.de/~stefan/gst123.php"
+SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="
+ dev-libs/glib:2
+ media-libs/gst-plugins-base:1.0
+ media-libs/gstreamer:1.0
+ sys-libs/ncurses:0=
+ x11-libs/gtk+:2
+ x11-libs/libX11
+"
+RDEPEND="${CDEPEND}
+ media-plugins/gst-plugins-meta:1.0"
+DEPEND="${CDEPEND}
+ virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gst123/
@ 2016-06-19 4:54 Tim Harder
0 siblings, 0 replies; 5+ messages in thread
From: Tim Harder @ 2016-06-19 4:54 UTC (permalink / raw
To: gentoo-commits
commit: 6ba1a209abd1d927b062f8ae6f2a605a8ca83a30
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 04:45:09 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 04:53:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba1a209
media-sound/gst123: version bump to 0.3.4
media-sound/gst123/Manifest | 1 +
media-sound/gst123/gst123-0.3.4.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/media-sound/gst123/Manifest b/media-sound/gst123/Manifest
index b9cb487..5c5a7d2 100644
--- a/media-sound/gst123/Manifest
+++ b/media-sound/gst123/Manifest
@@ -1,3 +1,4 @@
DIST gst123-0.3.1.tar.bz2 110925 SHA256 89d1de025eca0466c125dcd6a11b64341bdf98ee4c03c3e5a12321d77cb8b0ce SHA512 d31177fe4ec20db5b6a9a2a35be149ebf6682d00a8163b8fee3953f60b39b2a33e3fbc468b3d0864f059d95bb820ee998dcb8a8b47c8aa1c68ea583e434cb8af WHIRLPOOL b642042b745c601850a9438f7ac19d442bf2db5b88c483f83b1459c97ae8c43e4301967279fb19d83c8a55018758daf455cb91ea58d1793a94508f1dc7c3d976
DIST gst123-0.3.2.tar.bz2 112709 SHA256 51033261967da4cf1beb512e156e9f647572689202a1c2aceb8cd2beb427f53d SHA512 4ab1039e912fe02d2802b4a289bdb6061710f2d16188e538d833aeef39300594f98c29c13df2a4546befd87730e3e097941dc5f96271524c3dd31ae0a81386e9 WHIRLPOOL 1c39366c18c601783a46c1a9278519c98753d1cfef858046c6d6e515c8e54371b51d59ca579275a40127f10048d0abb3ad4806db596b34aac3e6fa5c073c37a8
DIST gst123-0.3.3.tar.bz2 113344 SHA256 45359410c99a622790dd2b6efdc2d1a94748da3763242d95da79c633b5dfbce9 SHA512 8c6b23ee66ef983874268a41c00aa431df5daeb9daf995663c9b9ab72b7df16a0e55c949b5602b50de324b58cd75b7bb734cdbeae0ad56d2059d9d1100630c47 WHIRLPOOL e4171f7a7f29ed379445fa42ec12812a5b9bd4fe8dc1e06141e2b36dac67dee1aa04aa2fc562f50e44210469470cfbb57fff71bf69629e5de1ae319fd4e5ae41
+DIST gst123-0.3.4.tar.bz2 123399 SHA256 cbf0741ff63d5bc335ef3ef9278d1c6edd800193ffbdd0e56ad7c902d6643d02 SHA512 7a5afddd4337b9d843949f49231b64bbc0390b97c40caa3cdac1fe0fd2a7e8a0ce01a77817735770b7a524459daa7e61e79e25c2e3e33769fd29e535d39d866f WHIRLPOOL 8a73b4677870260b8555c8162217e811d77845958ef131e7017faf4f216401c9547389e30f2574c37c2e292c0f63522f97bdcb91a31f1c50221da96e7d98909f
diff --git a/media-sound/gst123/gst123-0.3.4.ebuild b/media-sound/gst123/gst123-0.3.4.ebuild
new file mode 100644
index 0000000..3b32dfe
--- /dev/null
+++ b/media-sound/gst123/gst123-0.3.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A GStreamer based command line media player"
+HOMEPAGE="http://space.twc.de/~stefan/gst123.php"
+SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="
+ dev-libs/glib:2
+ media-libs/gst-plugins-base:1.0
+ media-libs/gstreamer:1.0
+ sys-libs/ncurses:0=
+ x11-libs/gtk+:2
+ x11-libs/libX11
+"
+RDEPEND="${CDEPEND}
+ media-plugins/gst-plugins-meta:1.0"
+DEPEND="${CDEPEND}
+ virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-08-16 13:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-16 13:42 [gentoo-commits] repo/gentoo:master commit in: media-sound/gst123/ Miroslav Šulc
-- strict thread matches above, loose matches on Subject: below --
2021-03-20 8:14 Miroslav Šulc
2020-02-06 3:46 Tim Harder
2018-07-01 4:45 Tim Harder
2016-06-19 4:54 Tim Harder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox