pacho 14/12/30 11:11:04 Modified: ChangeLog Added: libcanberra-0.30-r3.ebuild Removed: libcanberra-0.30-r2.ebuild Log: Fix file location (#520550#c3 by Joakim Tjernlund) (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.116 media-libs/libcanberra/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/ChangeLog?rev=1.116&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/ChangeLog?rev=1.116&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/ChangeLog?r1=1.115&r2=1.116 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libcanberra/ChangeLog,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- ChangeLog 30 Dec 2014 10:10:48 -0000 1.115 +++ ChangeLog 30 Dec 2014 11:11:04 -0000 1.116 @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libcanberra # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcanberra/ChangeLog,v 1.115 2014/12/30 10:10:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcanberra/ChangeLog,v 1.116 2014/12/30 11:11:04 pacho Exp $ + +*libcanberra-0.30-r3 (30 Dec 2014) + + 30 Dec 2014; Pacho Ramos <[email protected]> +libcanberra-0.30-r3.ebuild, + -libcanberra-0.30-r2.ebuild: + Fix file location (#520550#c3 by Joakim Tjernlund) 30 Dec 2014; Agostino Sarubbo <[email protected]> libcanberra-0.30-r2.ebuild: Stable for ppc64, wrt bug #529964 1.1 media-libs/libcanberra/libcanberra-0.30-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/libcanberra-0.30-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/libcanberra-0.30-r3.ebuild?rev=1.1&content-type=text/plain Index: libcanberra-0.30-r3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libcanberra/libcanberra-0.30-r3.ebuild,v 1.1 2014/12/30 11:11:04 pacho Exp $ EAPI="5" inherit eutils systemd DESCRIPTION="Portable sound event library" HOMEPAGE="http://git.0pointer.net/libcanberra.git/" SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="alsa gnome gstreamer +gtk +gtk3 oss pulseaudio +sound tdb udev" COMMON_DEPEND=" media-libs/libvorbis >=sys-devel/libtool-2.2.6b alsa? ( media-libs/alsa-lib:= udev? ( virtual/libudev:= ) ) gstreamer? ( media-libs/gstreamer:1.0 ) gtk? ( >=dev-libs/glib-2.32:2 >=x11-libs/gtk+-2.20.0:2 x11-libs/libX11 ) gtk3? ( >=dev-libs/glib-2.32:2 x11-libs/gtk+:3 x11-libs/libX11 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.11 ) tdb? ( sys-libs/tdb:= ) " RDEPEND="${COMMON_DEPEND} gnome? ( gnome-base/gsettings-desktop-schemas ) sound? ( x11-themes/sound-theme-freedesktop )" # Required for index.theme wrt #323379 DEPEND="${COMMON_DEPEND} app-arch/xz-utils virtual/pkgconfig" REQUIRED_USE="udev? ( alsa )" src_prepare() { # gtk: Don't assume all GdkDisplays are GdkX11Displays: broadway/wayland (from 'master') epatch "${FILESDIR}/${PN}-0.30-wayland.patch" } src_configure() { econf \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ $(use_enable alsa) \ $(use_enable oss) \ $(use_enable pulseaudio pulse) \ $(use_enable gstreamer) \ $(use_enable gtk) \ $(use_enable gtk3) \ $(use_enable tdb) \ $(use_enable udev) \ $(systemd_with_unitdir) \ --disable-lynx \ --disable-gtk-doc } src_install() { # Disable parallel installation until bug #253862 is solved MAKEOPTS="${MAKEOPTS} -j1" default prune_libtool_files --modules # This is needed for desktops different than GNOME, bug #520550 insinto /etc/X11/xinit/xinitrc.d newins "${FILESDIR}"/libcanberra-gtk-module.sh 40-libcanberra-gtk-module }
