media-plugins/gst-plugins-mpg123: bump to 1.12.4, no code changes compared to 1.12.3
authorMart Raudsepp <leio@gentoo.org>
Sun, 4 Feb 2018 11:07:39 +0000 (13:07 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sun, 4 Feb 2018 11:47:13 +0000 (13:47 +0200)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

media-plugins/gst-plugins-mpg123/Manifest
media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.12.4.ebuild [new file with mode: 0644]

index 337d2659c6f9e04221de8de03bb6c0b318deb5a7..76ff824adef719085f2c3639e877cf018b52b183 100644 (file)
@@ -1 +1,2 @@
 DIST gst-plugins-ugly-1.12.3.tar.xz 903784 BLAKE2B f0a9538f8d3c2500470a721a998d385af3611aaa003e1f0f315747f8df1680529c4c0332c5b4130eadfbcbd57d18b7fa1deb794e07cc9b0d8db22b98e27d9cee SHA512 9ca5769c325df3d2d97ba83d785fab08da5119f6d26c4ac4db72853af143477ea8fb7087464a8614b6e59f384463ac01087ee76cec2af8acd80a4dc15e392e34
+DIST gst-plugins-ugly-1.12.4.tar.xz 904592 BLAKE2B 6ec59cea23ba45e705fc3140530576232c758884cc7cdcc293022233f4aeb440918c147563706a7309253dab318190bd6484fe2ac21af4b54af61ede349a1e82 SHA512 920f5be5a060293319f4c45bf7f28e14953e897473a04e1c83bce61261365198a6dc2d7ad6cf5396b2bbdc35a5f77014741e902e67c00c3c6596680ab9924e8a
diff --git a/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.12.4.ebuild b/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.12.4.ebuild
new file mode 100644 (file)
index 0000000..e1e5223
--- /dev/null
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer
+
+DESCRIPTION="MP3 decoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+       >=media-sound/mpg123-1.23[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"