Files
@ 7f52fc52f33b
Branch filter:
Location: ohnobinki_overlay/media-sound/sound-juicer/sound-juicer-2.22.0.ebuild - annotation
7f52fc52f33b
1.6 KiB
application/vnd.gentoo.ebuild
added libgphoto2-2.4.2 with a file listing length increase
A future version (beyond libgphoto2-2.4.3) will have this constant limit fixed: see https://sourceforge.net/tracker2/index.php?func=detail&aid=2055906&group_id=8874&atid=108874
libgphoto2-2.4.3 does not have this fix yet and libgphoto2-2.4.3 has EAPI="2", which requires =portage-2*
Increasing the constant number of images listable is the most practial way of fixing this. For an example, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425515
A future version (beyond libgphoto2-2.4.3) will have this constant limit fixed: see https://sourceforge.net/tracker2/index.php?func=detail&aid=2055906&group_id=8874&atid=108874
libgphoto2-2.4.3 does not have this fix yet and libgphoto2-2.4.3 has EAPI="2", which requires =portage-2*
Increasing the constant number of images listable is the most practial way of fixing this. For an example, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425515
5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 | # Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0.ebuild,v 1.5 2008/04/24 18:19:58 corsair Exp $
EAPI="1"
inherit gnome2
DESCRIPTION="CD ripper for GNOME 2"
HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86"
IUSE="test"
RDEPEND=">=dev-libs/glib-2.14
>=gnome-extra/nautilus-cd-burner-2.15.3
>=x11-libs/gtk+-2.8
>=gnome-base/libglade-2
>=gnome-base/gconf-2
>=gnome-base/libgnomeui-2.13
>=gnome-base/gnome-vfs-2.9
dev-libs/dbus-glib
>=media-libs/gstreamer-0.10.5
>=gnome-extra/gnome-media-2.11.91
>=media-libs/musicbrainz-2.1.3:1
>=dev-libs/libcdio-0.70
media-libs/taglib
>=media-libs/gst-plugins-base-0.10
>=media-plugins/gst-plugins-gconf-0.10
>=media-plugins/gst-plugins-gnomevfs-0.10
|| (
>=media-plugins/gst-plugins-cdparanoia-0.10
>=media-plugins/gst-plugins-cdio-0.10
)
>=media-plugins/gst-plugins-meta-0.10-r2:0.10"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9
>=dev-util/intltool-0.35
>=app-text/scrollkeeper-0.3.5
app-text/gnome-doc-utils
test? ( ~app-text/docbook-xml-dtd-4.3 )"
DOCS="AUTHORS ChangeLog NEWS README TODO"
# needed to get around some sandboxing checks
export GST_INSPECT=/bin/true
pkg_setup() {
G2CONF="${G2CONF} --disable-scrollkeeper"
}
pkg_postinst() {
gnome2_pkg_postinst
ewarn
ewarn "If ${PN} does not rip to some music format, please check your"
ewarn "USE flags on media-plugins/gst-plugins-meta"
ewarn
}
|