public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "NP Hardass" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-media/
Date: Sat,  6 Aug 2016 02:12:40 +0000 (UTC)	[thread overview]
Message-ID: <1470449525.ba48b7172707340b5784edb83ae67e606b02259c.np-hardass@gentoo> (raw)

commit:     ba48b7172707340b5784edb83ae67e606b02259c
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 02:00:24 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 02:12:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba48b717

mate-extra/mate-media: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-extra/mate-media/Manifest                |  1 -
 mate-extra/mate-media/mate-media-1.8.0.ebuild | 93 ---------------------------
 mate-extra/mate-media/metadata.xml            |  3 -
 3 files changed, 97 deletions(-)

diff --git a/mate-extra/mate-media/Manifest b/mate-extra/mate-media/Manifest
index 4df66c9..74714ca 100644
--- a/mate-extra/mate-media/Manifest
+++ b/mate-extra/mate-media/Manifest
@@ -1,2 +1 @@
 DIST mate-media-1.10.1.tar.xz 488532 SHA256 2b3e64d0b2db00382dccabf739b5d43d32ff244c320ea17feacb7192a5f36d66 SHA512 7183bf0ac695d562ec64c0b4ad6b3db6550aef7c0dd5c378be32f42d9682cde61f6f7db7039c913e162a4295ade6a03179d28c26aefe4779eed20b983939f5ec WHIRLPOOL 64c59a7a375d6443c0128d65c91b9c90c04f9b4115bc4b3b61e24f8ef2cbb69509997e3bfa47970af8450af839092ae7c673029d9cced69a5cf945cec6765ecb
-DIST mate-media-1.8.0.tar.xz 939728 SHA256 a264f9afcae7dff50aefb813616857db10ed62ac30c4071e690485ee9c6e5f61 SHA512 c41f35e3827246f16eea8887f9e3226c32dad260af478b8923d9d80ea4b9eb0e6ab87f975e2ad4838bf567494d5c5c1039f325033d5244dd677f73ef00ef865a WHIRLPOOL 771705bebee18c901c0def8bcc3b0a843cace5ce7c88558d8f008c520c46aa695ca6dd1071edbdf9bc7246aa72eb41e5e8c427805806bad7866bfcfc0969bca9

diff --git a/mate-extra/mate-media/mate-media-1.8.0.ebuild b/mate-extra/mate-media/mate-media-1.8.0.ebuild
deleted file mode 100644
index 8795cbe..0000000
--- a/mate-extra/mate-media/mate-media-1.8.0.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
-DESCRIPTION="Multimedia related programs for the MATE desktop"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="LGPL-2 GPL-2 FDL-1.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="aac flac mp3 pulseaudio speex twolame vorbis"
-
-# FIXME: automagic dev-util/glade:3 support
-COMMON_DEPEND="app-text/rarian:0
-	dev-libs/libxml2:2
-	>=dev-libs/glib-2.18.2:2
-	>=x11-libs/gtk+-2.24:2
-	>=mate-base/mate-panel-1.8:0
-	>=mate-base/mate-desktop-1.8:0
-	>=media-libs/gstreamer-0.10.23:0.10
-	>=media-libs/gst-plugins-base-0.10.23:0.10
-	>=media-libs/gst-plugins-good-0.10:0.10
-	>=media-libs/libcanberra-0.13:0[gtk]
-	>=media-plugins/gst-plugins-meta-0.10-r2:0.10
-	>=media-plugins/gst-plugins-gconf-0.10.1:0.10
-	>=dev-libs/libunique-1:1
-	x11-libs/cairo:0
-	x11-libs/pango:0
-	virtual/libintl:0
-	pulseaudio? ( >=media-sound/pulseaudio-0.9.16:0[glib] )"
-
-# Specific gst plugins are used by the default audio encoding profiles
-RDEPEND="${COMMON_DEPEND}
-	>=media-plugins/gst-plugins-meta-0.10:0.10[flac?,vorbis?]
-	aac? (
-		>=media-plugins/gst-plugins-faac-0.10.23:0.10
-		>=media-plugins/gst-plugins-ffmpeg-0.10:0.10
-	)
-	mp3? (
-		>=media-libs/gst-plugins-ugly-0.10:0.10
-		>=media-plugins/gst-plugins-taglib-0.10.23:0.10
-		>=media-plugins/gst-plugins-lame-0.10:0.10
-	)
-	speex? (
-		>=media-plugins/gst-plugins-ogg-0.10.23:0.10
-		>=media-plugins/gst-plugins-speex-0.10.23:0.10
-	)
-	twolame? (
-		>=media-plugins/gst-plugins-taglib-0.10.23:0.10
-		>=media-plugins/gst-plugins-twolame-0.10:0.10
-	)"
-
-DEPEND="${COMMON_DEPEND}
-	app-text/docbook-xml-dtd:4.1.2
-	app-text/yelp-tools:0
-	>=app-text/scrollkeeper-dtd-1:1.0
-	>=dev-util/intltool-0.35.0:*
-	sys-devel/gettext:*
-	virtual/pkgconfig:*
-	!!<mate-base/mate-applets-1.8:*"
-
-src_configure() {
-	gnome2_src_configure \
-		$(use_enable pulseaudio) \
-		$(use_enable !pulseaudio gstmix) \
-		$(use_enable !pulseaudio gst-mixer-applet)
-}
-
-DOCS="AUTHORS ChangeLog* NEWS README"
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-
-	ewarn
-	ewarn "If you cannot play some music format, please check your"
-	ewarn "USE flags on media-plugins/gst-plugins-meta"
-	ewarn
-
-	if use pulseaudio ; then
-		ewarn "You have enabled pulseaudio support, gstmixer will not be built"
-		ewarn "If you do not use pulseaudio, you do not want this"
-	fi
-}

diff --git a/mate-extra/mate-media/metadata.xml b/mate-extra/mate-media/metadata.xml
index baf1065..c4a24e4 100644
--- a/mate-extra/mate-media/metadata.xml
+++ b/mate-extra/mate-media/metadata.xml
@@ -5,9 +5,6 @@
         <email>mate@gentoo.org</email>
         <name>Gentoo MATE Desktop</name>
     </maintainer>
-	<use>
-		<flag name="twolame">Bring in twolame gstreamer support</flag>
-	</use>
     <upstream>
         <remote-id type="github">mate-desktop/mate-media</remote-id>
     </upstream>


             reply	other threads:[~2016-08-06  2:12 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-06  2:12 NP Hardass [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06  7:17 [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-media/ Sam James
2024-09-17 17:50 Andreas Sturmlechner
2024-06-18  8:06 Joonas Niilola
2024-06-16  6:06 Joonas Niilola
2024-01-01 20:35 Sam James
2024-01-01 20:35 Sam James
2023-12-22  6:46 Sam James
2022-12-21 10:00 Andreas Sturmlechner
2022-12-16 20:39 Arthur Zamarin
2022-09-10 11:21 Sam James
2022-06-28  2:03 WANG Xuerui
2020-09-25 20:32 Adam Feldman
2020-09-02  6:02 Adam Feldman
2019-07-07 18:48 Göktürk Yüksek
2019-07-07 18:48 Göktürk Yüksek
2019-05-12 21:04 Göktürk Yüksek
2019-04-14 21:24 Mikle Kolyada
2019-04-14 16:24 Mikle Kolyada
2019-04-14 15:27 Mikle Kolyada
2019-03-17 11:11 Mikle Kolyada
2018-10-06 20:24 Mart Raudsepp
2018-09-10 16:19 Mikle Kolyada
2018-09-09 23:53 Thomas Deutschmann
2018-02-11 15:03 Ettore Di Giacinto
2017-09-27  3:23 NP Hardass
2017-06-04 15:18 Ettore Di Giacinto
2016-12-08 15:31 Ettore Di Giacinto
2016-11-24 22:22 Ettore Di Giacinto
2016-11-21 11:02 Ettore Di Giacinto
2016-08-12  5:13 NP Hardass
2016-07-25 18:36 NP Hardass
2016-05-30 19:18 Mikle Kolyada
2016-02-09  2:49 NP Hardass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470449525.ba48b7172707340b5784edb83ae67e606b02259c.np-hardass@gentoo \
    --to=np-hardass@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox