pacho 14/10/14 08:23:21 Modified: ChangeLog Added: libcanberra-0.30-r2.ebuild Log: Desktops different than GNOME need a xinit.d file (#520550 by ssuominen), add a fix from upstream for wayland, drop old (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.110 media-libs/libcanberra/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/ChangeLog?rev=1.110&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/ChangeLog?rev=1.110&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/ChangeLog?r1=1.109&r2=1.110 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libcanberra/ChangeLog,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- ChangeLog 22 Aug 2014 14:33:17 -0000 1.109 +++ ChangeLog 14 Oct 2014 08:23:21 -0000 1.110 @@ -1,6 +1,16 @@ # 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.109 2014/08/22 14:33:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcanberra/ChangeLog,v 1.110 2014/10/14 08:23:21 pacho Exp $ + +*libcanberra-0.30-r2 (14 Oct 2014) + + 14 Oct 2014; Pacho Ramos <[email protected]> + +files/libcanberra-0.30-wayland.patch, +files/libcanberra-gtk-module.sh, + +libcanberra-0.30-r2.ebuild, -files/gconf-2.m4, + -files/libcanberra-0.28-underlinking.patch, + -files/libcanberra-0.28-workaround-hang.patch: + Desktops different than GNOME need a xinit.d file (#520550 by ssuominen), add + a fix from upstream for wayland, drop old 22 Aug 2014; Samuli Suominen <[email protected]> libcanberra-0.30-r1.ebuild: 1.1 media-libs/libcanberra/libcanberra-0.30-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/libcanberra-0.30-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcanberra/libcanberra-0.30-r2.ebuild?rev=1.1&content-type=text/plain Index: libcanberra-0.30-r2.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-r2.ebuild,v 1.1 2014/10/14 08:23:21 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.d/ doins "${FILESDIR}"/libcanberra-gtk-module.sh }
