diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-12-31 15:16:02 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-12-31 15:16:13 +0100 |
commit | 7a16304f48603371a9de922a42741420a7329fc9 (patch) | |
tree | 19c347d162c8419801091f9c8854195b64d428ad /media-sound | |
parent | profiles: Move media-libs/mlt[vdpau] package.use.mask from base to arch (diff) | |
download | gentoo-7a16304f48603371a9de922a42741420a7329fc9.tar.gz gentoo-7a16304f48603371a9de922a42741420a7329fc9.tar.bz2 gentoo-7a16304f48603371a9de922a42741420a7329fc9.zip |
Remove masked for removal packages
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/banshee/Manifest | 1 | ||||
-rw-r--r-- | media-sound/banshee/banshee-2.6.2-r1.ebuild | 118 | ||||
-rw-r--r-- | media-sound/banshee/metadata.xml | 19 | ||||
-rw-r--r-- | media-sound/christine/Manifest | 1 | ||||
-rw-r--r-- | media-sound/christine/christine-0.7.0.ebuild | 50 | ||||
-rw-r--r-- | media-sound/christine/files/christine-0.7.0-validate.patch | 33 | ||||
-rw-r--r-- | media-sound/christine/metadata.xml | 11 |
7 files changed, 0 insertions, 233 deletions
diff --git a/media-sound/banshee/Manifest b/media-sound/banshee/Manifest deleted file mode 100644 index bd0d3462453c..000000000000 --- a/media-sound/banshee/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST banshee-2.6.2.tar.xz 3372372 SHA256 f77c089b05e3dc956236d13ff02945fe560f56e402df57621a9196de39ba60f8 SHA512 70c8a1839b8f24565a52c79af0c6e908116d2fabff067406567c51f234b6c2a062c389d521ca3d70419a7c176b59b3e6742d494b1a8e23978467b7f548efd23f WHIRLPOOL 7d6b7f1925919f0805c08ee39f2fc598ad4ea9eb938a69291a2b50b12c9824a16f0c2aa331445c23663e463b22917560098bc5bb02fac4aca1dc7f260a71b7fb diff --git a/media-sound/banshee/banshee-2.6.2-r1.ebuild b/media-sound/banshee/banshee-2.6.2-r1.ebuild deleted file mode 100644 index f34db3cac13e..000000000000 --- a/media-sound/banshee/banshee-2.6.2-r1.ebuild +++ /dev/null @@ -1,118 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -inherit autotools eutils fdo-mime mono-env versionator gnome2 - -DESCRIPTION="Import, play and share your music using a simple and powerful interface" -HOMEPAGE="http://banshee.fm/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev youtube" - -RDEPEND=" - >=dev-lang/mono-2.4.3 - <dev-lang/mono-4 - dev-libs/glib:2[dbus] - gnome-base/gnome-settings-daemon - sys-apps/dbus - >=dev-dotnet/gtk-sharp-2.12:2 - >=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1 - >=media-libs/gstreamer-0.10.21-r3:0.10 - >=media-libs/gst-plugins-base-0.10.25.2:0.10 - media-libs/gst-plugins-bad:0.10 - media-libs/gst-plugins-good:0.10 - media-libs/gst-plugins-ugly:0.10 - >=media-plugins/gst-plugins-meta-0.10-r2:0.10 - media-plugins/gst-plugins-gio:0.10 - >=dev-dotnet/gconf-sharp-2.24.0:2 - media-plugins/gst-plugins-gconf:0.10 - cdda? ( - || ( - media-plugins/gst-plugins-cdparanoia:0.10 - media-plugins/gst-plugins-cdio:0.10 - ) - ) - media-libs/musicbrainz:3 - dev-dotnet/dbus-sharp:1.0 - dev-dotnet/dbus-sharp-glib:1.0 - >=dev-dotnet/mono-addins-0.6.2[gtk] - >=dev-dotnet/taglib-sharp-2.0.3.7 - >=dev-db/sqlite-3.4:3 - karma? ( >=media-libs/libkarma-0.1.0-r1 ) - aac? ( media-plugins/gst-plugins-faad:0.10 ) - bpm? ( media-plugins/gst-plugins-soundtouch:0.10 ) - daap? ( >=dev-dotnet/mono-zeroconf-0.8.0-r1 ) - doc? ( >=app-text/gnome-doc-utils-0.17.3 ) - encode? ( - media-plugins/gst-plugins-lame:0.10 - media-plugins/gst-plugins-taglib:0.10 - ) - ipod? ( >=media-libs/libgpod-0.8.2[mono] ) - mtp? ( >=media-libs/libmtp-0.3.0:= ) - youtube? ( >=dev-dotnet/google-gdata-sharp-1.4 ) - udev? ( - app-misc/media-player-info - dev-dotnet/gudev-sharp - dev-dotnet/gkeyfile-sharp - dev-dotnet/gtk-sharp-beans - dev-dotnet/gio-sharp - ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -src_prepare () { - # Don't build BPM extension when not wanted - if ! use bpm; then - sed -i -e 's:Banshee.Bpm:$(NULL):g' src/Extensions/Makefile.am || die - fi - - # Don't append -ggdb, bug #458632, upstream bug #698217 - sed -i -e 's:-ggdb3:$(NULL):g' libbanshee/Makefile.am || die - sed -i -e 's:-ggdb3::g' src/Core/Banshee.WebBrowser/libossifer/Makefile.am || die - - AT_M4DIR="-I build/m4/banshee -I build/m4/shamrock -I build/m4/shave" \ - eautoreconf - gnome2_src_prepare -} - -src_configure() { - # soundmenu needs a properly maintained and updated indicate-sharp - # webkit disabled due to bug #584178 - local myconf=" - --disable-static - --enable-gnome - --enable-schemas-install - --with-gconf-schema-file-dir=/etc/gconf/schemas - --with-vendor-build-id=Gentoo/${PN}/${PVR} - --enable-gapless-playback - --disable-boo - --disable-gst-sharp - --disable-torrent - --disable-shave - --disable-ubuntuone - --disable-soundmenu - --disable-upnp - --disable-webkit" - - gnome2_src_configure \ - $(use_enable doc docs) \ - $(use_enable doc user-help) \ - $(use_enable mtp) \ - $(use_enable daap) \ - $(use_enable ipod appledevice) \ - $(use_enable karma) \ - $(use_enable youtube) \ - $(use_enable udev gio) \ - $(use_enable udev gio_hardware) \ - ${myconf} -} - -src_compile() { - gnome2_src_compile MCS=/usr/bin/gmcs -} diff --git a/media-sound/banshee/metadata.xml b/media-sound/banshee/metadata.xml deleted file mode 100644 index 3cb9df3b0be6..000000000000 --- a/media-sound/banshee/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dotnet@gentoo.org</email> - <name>Gentoo Dotnet Project</name> - </maintainer> - <maintainer type="project"> - <email>gstreamer@gentoo.org</email> - <name>GStreamer package maintainers</name> - </maintainer> - <use> - <flag name="bpm">Build beats per minute detection extension</flag> - <flag name="cdda">Build with audio CD support</flag> - <flag name="daap">Build with Daap support</flag> - <flag name="karma">Build with karma support</flag> - <flag name="youtube">Enable the Youtube plugin</flag> - </use> -</pkgmetadata> diff --git a/media-sound/christine/Manifest b/media-sound/christine/Manifest deleted file mode 100644 index d1ab874ea272..000000000000 --- a/media-sound/christine/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST christine-0.7.0.tar.bz2 421633 SHA256 de146b950b73692361ff3fcb8122ed2445d5aae07ad6a016117548bfbfe24660 SHA512 c43000dc536ecc876eee199908b940b4f447f7b765cc4e188e78a34138655658c70a82292d80523e3287dab6cd488316af0befe4462ce0b440b818b6bc577e33 WHIRLPOOL 60c7dd9dafd4713c87be1113fedc019c65be75f9a5301b7a75e451f0d13940ce5c1292cb9c9bb5d23ca748420a8d372a55f56b74d094a2bebdfdc0fb32e3f8fd diff --git a/media-sound/christine/christine-0.7.0.ebuild b/media-sound/christine/christine-0.7.0.ebuild deleted file mode 100644 index d4e1cb825f3f..000000000000 --- a/media-sound/christine/christine-0.7.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -PYTHON_DEPEND="2:2.7" -PYTHON_USE_WITH="sqlite" - -inherit autotools eutils python - -DESCRIPTION="A simple gstreamer based media player" -HOMEPAGE="http://christine-project.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libnotify nls readline" - -COMMON_DEPEND="=dev-python/gst-python-0.10* - dev-python/pycairo - dev-python/pygobject:2 - =dev-python/pygtk-2* - media-libs/mutagen - libnotify? ( dev-python/notify-python ) - readline? ( sys-libs/readline )" -RDEPEND="${COMMON_DEPEND} - =media-plugins/gst-plugins-meta-0.10*" -DEPEND="${COMMON_DEPEND} - virtual/pkgconfig - nls? ( dev-util/intltool )" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-validate.patch - find . -name 'Makefile.*' -exec sed -i -e 's:mkdir_p:MKDIR_P:g' {} + #423113 - eautoreconf -} - -src_configure() { - econf $(use_enable nls) $(use_with readline) -} - -pkg_postinst() { python_mod_optimize libchristine; } -pkg_postrm() { python_mod_cleanup libchristine; } diff --git a/media-sound/christine/files/christine-0.7.0-validate.patch b/media-sound/christine/files/christine-0.7.0-validate.patch deleted file mode 100644 index 76d5b146c345..000000000000 --- a/media-sound/christine/files/christine-0.7.0-validate.patch +++ /dev/null @@ -1,33 +0,0 @@ -error: value "0.7.0" for key "Version" in group "Desktop Entry" is not a known version -warning: key "Encoding" in group "Desktop Entry" is deprecated -error: value "GTK;Application;AudioVideo" for string list key "Categories" in group "Desktop Entry" does not have a semicolon (';') as trailing character -error: value "application/x-ogg;application/ogg;audio/x-mp3;audio/x-scpls;audio/x-mp3;audio/x-mpeg;audio/mpeg;audio/x-mpegurl;application/x-flac;video/mpeg;video/x-avi;video/x-ms-wmv;video/quicktime;video/x-ms-asf;video/x-msvideo" for string list key "MimeType" in group "Desktop Entry" does not have a semicolon (';') as trailing character - ---- christine.desktop.in -+++ christine.desktop.in -@@ -6,10 +6,8 @@ - TryExec=@programname@ - Terminal=false - Type=Application --Version=@VERSION@ --Encoding=UTF-8 --Categories=GTK;Application;AudioVideo --MimeType=application/x-ogg;application/ogg;audio/x-mp3;audio/x-scpls;audio/x-mp3;audio/x-mpeg;audio/mpeg;audio/x-mpegurl;application/x-flac;video/mpeg;video/x-avi;video/x-ms-wmv;video/quicktime;video/x-ms-asf;video/x-msvideo -+Categories=GTK;AudioVideo; -+MimeType=application/x-ogg;application/ogg;audio/x-mp3;audio/x-scpls;audio/x-mpeg;audio/mpeg;audio/x-mpegurl;application/x-flac;video/mpeg;video/x-avi;video/x-ms-wmv;video/quicktime;video/x-ms-asf;video/x-msvideo; - StartupNotify=true - Name[es]=Reproductor Multimedia Christine --Comment[es]= Reproductor multimedia basado en gstreamer -+Comment[es]=Reproductor multimedia basado en gstreamer ---- Makefile.am -+++ Makefile.am -@@ -53,8 +53,7 @@ - -e 's,@datadir\@,$(pkgdatadir),g' \ - -e 's,@prefix\@,$(prefix),g' \ - -e 's,@sysconfdir\@,$(pkgsysconfdir),g' \ -- -e 's,@programname\@,$(PROGRAM_NAME),g' \ -- -e 's,@VERSION\@,$(VERSION),g' -+ -e 's,@programname\@,$(PROGRAM_NAME),g' - - clean-local: - rm -rf christine.desktop diff --git a/media-sound/christine/metadata.xml b/media-sound/christine/metadata.xml deleted file mode 100644 index e7025b5c8512..000000000000 --- a/media-sound/christine/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sound@gentoo.org</email> - <name>Gentoo Sound project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">christine</remote-id> - </upstream> -</pkgmetadata> |