summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-08-02 16:58:37 +0200
committerMichał Górny <mgorny@gentoo.org>2016-08-02 18:09:47 +0200
commit4a912f90b89636120ed891158092c0acb69a42ce (patch)
tree98710ef48cbfec3f2adc985be58fe1304d54d53f /media-sound
parentmedia-gfx/ristretto: Prune old (diff)
downloadgentoo-4a912f90b89636120ed891158092c0acb69a42ce.tar.gz
gentoo-4a912f90b89636120ed891158092c0acb69a42ce.tar.bz2
gentoo-4a912f90b89636120ed891158092c0acb69a42ce.zip
media-sound/pragha: Prune old
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/pragha/Manifest2
-rw-r--r--media-sound/pragha/pragha-1.1.2.1.ebuild59
-rw-r--r--media-sound/pragha/pragha-1.3.0.ebuild85
3 files changed, 0 insertions, 146 deletions
diff --git a/media-sound/pragha/Manifest b/media-sound/pragha/Manifest
index c750ef29928e..cbc9ad280243 100644
--- a/media-sound/pragha/Manifest
+++ b/media-sound/pragha/Manifest
@@ -1,3 +1 @@
-DIST pragha-1.1.2.1.tar.bz2 533694 SHA256 0d687f6b4b5adc325ac1114833bd2d206a5c23063ba2b6e8f323831c0f3bc9bb SHA512 bd0fb6bea10c932f76d12b56aeea16b5503ce67ffa1c00e0c1fa50628336d41437584fb9f3568221f84ab58cdb150c37c9c8762a41b1673a71659091f1def5be WHIRLPOOL db0a1a62bd2bea563bf17801bf46040682d17d5ac0c1bcc7a98f082b93dccb2e69e569c95a2af642006267f2b449c6365e19c203a752516f2a180561aa4275e8
-DIST pragha-1.3.0.tar.gz 360328 SHA256 2f268b6e2d9c6678e9370a90a5a54fb52d0d035c9cc22f8bdb2a7e13f5a2ee8f SHA512 126c1bcbfc724c1a61adf5239a0d5f68c88d88ea3f79fbd1269900a7a315d7f3e5cc69a5b52a35c431c44e6d7d9085e130a66cdfe45c98da793d958c4b9d09f8 WHIRLPOOL c0ee8a02ee86c60eb75ffe932be32293ef930ad872eba64a38764254a831f935bcba1e0019b19696b39e90d39ea474e918a7bf48f3981302c8c2b8186a1bf623
DIST pragha-1.3.1.tar.bz2 621106 SHA256 49287152f59e5d62b57620f94b228517caaca001873c30c7abd426afacfc8a78 SHA512 17d086d84382c8e417e513c8803ea90612ca9d5c665384299362b3197978a8697faef531996b078e4ce12c52b7fad3be377083622c923775c6c738d5ae6acb93 WHIRLPOOL 1d531e588723623b99aa0bde1d2e1d8407e15cce89112847893ecf50f1fce4709ffb3bb1b5d88ce14a616db2809e81991228262fc12227cacf213d0c85a9c0ae
diff --git a/media-sound/pragha/pragha-1.1.2.1.ebuild b/media-sound/pragha/pragha-1.1.2.1.ebuild
deleted file mode 100644
index 274af40f98ce..000000000000
--- a/media-sound/pragha/pragha-1.1.2.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit flag-o-matic xfconf
-
-DESCRIPTION="A lightweight music player (with support for the Xfce desktop environment)"
-HOMEPAGE="http://pragha.wikispaces.com/ https://github.com/matiasdelellis/pragha"
-SRC_URI="https://dissonance.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug +glyr lastfm +playlist"
-
-COMMON_DEPEND="dev-db/sqlite:3
- >=dev-libs/dbus-glib-0.100
- >=dev-libs/glib-2.28
- >=dev-libs/keybinder-0.2.2:0
- dev-libs/libcdio-paranoia
- media-libs/gst-plugins-base:0.10
- >=media-libs/libcddb-1.3.2
- >=media-libs/taglib-1.7.1
- >=x11-libs/gtk+-2.24:2
- x11-libs/libX11
- >=x11-libs/libnotify-0.7
- >=xfce-base/libxfce4ui-4.10
- playlist? ( >=dev-libs/totem-pl-parser-2.26 )
- glyr? ( >=media-libs/glyr-1.0.1 )
- lastfm? ( >=media-libs/libclastfm-0.5 )"
-RDEPEND="${COMMON_DEPEND}
- media-plugins/gst-plugins-meta:0.10"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable debug)
- $(use_enable lastfm libclastfm)
- $(use_enable glyr libglyr)
- $(use_enable playlist totem-plparser)
- )
-}
-
-src_prepare() {
- sed -i -e '/CFLAGS/s:-g -ggdb -O0::' configure || die
- xfconf_src_prepare
-}
-
-src_configure() {
- # src/cdda.h should #include config.h to get this defined:
- # https://github.com/matiasdelellis/pragha/issues/46
- append-cppflags -DHAVE_PARANOIA_NEW_INCLUDES
- xfconf_src_configure
-}
diff --git a/media-sound/pragha/pragha-1.3.0.ebuild b/media-sound/pragha/pragha-1.3.0.ebuild
deleted file mode 100644
index 16ee67a6482b..000000000000
--- a/media-sound/pragha/pragha-1.3.0.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools xfconf
-
-DESCRIPTION="A lightweight music player (with support for the Xfce desktop environment)"
-HOMEPAGE="http://pragha.wikispaces.com/ https://github.com/matiasdelellis/pragha"
-SRC_URI="https://github.com/matiasdelellis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +glyr +keybinder lastfm libnotify mtp +peas +playlist +udev"
-
-COMMON_DEPEND=">=dev-db/sqlite-3.4:3
- >=dev-libs/glib-2.32
- >=dev-libs/libcdio-0.90
- >=dev-libs/libcdio-paranoia-0.90
- media-libs/gst-plugins-base:1.0
- >=media-libs/libcddb-1.3.0
- >=media-libs/taglib-1.7.0
- >=x11-libs/gtk+-3.4:3
- x11-libs/libX11
- >=xfce-base/libxfce4ui-4.11[gtk3(+)]
- glyr? ( >=media-libs/glyr-1.0.1 )
- keybinder? ( >=dev-libs/keybinder-0.2.0:3 )
- lastfm? ( >=media-libs/libclastfm-0.5 )
- libnotify? ( >=x11-libs/libnotify-0.7 )
- mtp? ( >=media-libs/libmtp-1.1.0 )
- peas? ( >=dev-libs/libpeas-1.0.0[gtk] )
- playlist? ( >=dev-libs/totem-pl-parser-2.26 )
- udev? ( virtual/libgudev:= )"
-RDEPEND="${COMMON_DEPEND}
- media-plugins/gst-plugins-meta:1.0"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- >=dev-util/xfce4-dev-tools-4.10
- sys-devel/gettext
- virtual/pkgconfig"
-REQUIRED_USE="glyr? ( peas )
- libnotify? ( peas )
- mtp? ( udev )
- udev? ( peas )"
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable debug)
- $(use_enable peas libpeas-1.0)
- $(use_enable glyr libglyr)
- $(use_enable lastfm libclastfm)
- $(use_enable playlist totem-plparser)
- --with-gstreamer=1.0
- )
-
- if use peas; then
- XFCONF+=(
- $(use_enable libnotify)
- $(use_enable keybinder)
- $(use_enable udev gudev-1.0)
- $(use_enable mtp libmtp)
- )
- else
- XFCONF+=(
- --disable-libnotify
- --disable-keybinder
- --disable-gudev-1.0
- --disable-libmtp
- )
- fi
-}
-
-src_prepare() {
- sed -i -e '/CFLAGS/s:-g -ggdb -O0::' configure.ac || die
-
- # Prevent glib-gettextize from running wrt #423115
- export AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros
- intltoolize --automake --copy --force
- _elibtoolize --copy --force --install
- eaclocal; eautoconf; eautoheader; eautomake
-
- xfconf_src_prepare
-}