summaryrefslogtreecommitdiff
path: root/media-sound/asunder/asunder-2.9.3-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
commitdc7cbdfa65fd814b3b9aa3c56257da201109e807 (patch)
treec85d72f6f31f21f178069c9d41d41a7c1ff4b362 /media-sound/asunder/asunder-2.9.3-r1.ebuild
parent0706fc6986773f4e4d391deff4ad5143c464ea4e (diff)
gentoo resync : 05.04.2019
Diffstat (limited to 'media-sound/asunder/asunder-2.9.3-r1.ebuild')
-rw-r--r--media-sound/asunder/asunder-2.9.3-r1.ebuild30
1 files changed, 11 insertions, 19 deletions
diff --git a/media-sound/asunder/asunder-2.9.3-r1.ebuild b/media-sound/asunder/asunder-2.9.3-r1.ebuild
index 34f0aaa1ed75..df537f03bf42 100644
--- a/media-sound/asunder/asunder-2.9.3-r1.ebuild
+++ b/media-sound/asunder/asunder-2.9.3-r1.ebuild
@@ -1,27 +1,27 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit xdg-utils
+inherit xdg
-DESCRIPTION="A graphical Audio CD ripper and encoder with support for many output formats"
+DESCRIPTION="Graphical Audio CD ripper and encoder with support for many output formats"
HOMEPAGE="http://littlesvr.ca/asunder/"
SRC_URI="http://littlesvr.ca/${PN}/releases/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="flac mac mp3 musepack opus vorbis wavpack"
-COMMON_DEPEND=">=media-libs/libcddb-0.9.5
+BDEPEND="
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+DEPEND=">=media-libs/libcddb-0.9.5
media-sound/cdparanoia
x11-libs/gtk+:2"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
flac? ( media-libs/flac )
mac? ( media-sound/mac )
mp3? ( media-sound/lame )
@@ -34,11 +34,3 @@ src_prepare() {
default
sed -i -e 's:cd syslogng && $(MAKE) install:true:' Makefile.in || die
}
-
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}