From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7B4821381F3 for ; Wed, 19 Dec 2012 08:39:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ADF3E068F; Wed, 19 Dec 2012 08:38:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78C04E068F for ; Wed, 19 Dec 2012 08:38:25 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6757233DB38 for ; Wed, 19 Dec 2012 08:38:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3140BE5448 for ; Wed, 19 Dec 2012 08:38:22 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1355904917.bdfc692df0f9ee8038b9ddd3950d99d679f35e1a.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-libs/libcanberra/ X-VCS-Repository: proj/gnome X-VCS-Files: media-libs/libcanberra/libcanberra-0.30.ebuild media-libs/libcanberra/metadata.xml X-VCS-Directories: media-libs/libcanberra/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: bdfc692df0f9ee8038b9ddd3950d99d679f35e1a X-VCS-Branch: master Date: Wed, 19 Dec 2012 08:38:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b1168a4d-240a-47f8-8e56-1c495dd1294a X-Archives-Hash: f35cb8c2e99c9669eff5f705d1caf4c9 commit: bdfc692df0f9ee8038b9ddd3950d99d679f35e1a Author: Alexandre Rostovtsev gentoo org> AuthorDate: Wed Dec 19 08:15:08 2012 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Wed Dec 19 08:15:17 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bdfc692d media-libs/libcanberra: moved to gx86 --- media-libs/libcanberra/libcanberra-0.30.ebuild | 62 ------------------------ media-libs/libcanberra/metadata.xml | 32 ------------ 2 files changed, 0 insertions(+), 94 deletions(-) diff --git a/media-libs/libcanberra/libcanberra-0.30.ebuild b/media-libs/libcanberra/libcanberra-0.30.ebuild deleted file mode 100644 index 4f7f908..0000000 --- a/media-libs/libcanberra/libcanberra-0.30.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -inherit eutils systemd - -DESCRIPTION="Portable Sound Event Library" -HOMEPAGE="http://0pointer.de/lennart/projects/libcanberra/" -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 ~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/udev-160 ) ) - gstreamer? ( media-libs/gstreamer:1.0 ) - gtk? ( - >=dev-libs/glib-2.32:2 - >=x11-libs/gtk+-2.20.0:2 ) - gtk3? ( - >=dev-libs/glib-2.32:2 - x11-libs/gtk+:3 ) - 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_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 -} diff --git a/media-libs/libcanberra/metadata.xml b/media-libs/libcanberra/metadata.xml deleted file mode 100644 index ee92d3b..0000000 --- a/media-libs/libcanberra/metadata.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - gnome - sound - - A small and lightweight implementation of the XDG Sound Theme Specification - (http://0pointer.de/public/sound-theme-spec.html) - - - Enables ALSA sound driver. - Enables gstreamer sound driver. Not useful when - alsa or pulseaudio is available. - Enables building of gtk+ helper library, gtk+ runtime - sound effects and the canberra-gtk-play utility. To enable the gtk+ - sound effects add canberra-gtk-module to the colon separated list of - modules in the GTK_MODULES environment variable. - Enables building of gtk+3 helper library, gtk+3 - runtime sound effects and the canberra-gtk-play utility. To enable - the gtk+3 sound effects add canberra-gtk-module to the colon - separated list of modules in the GTK_MODULES environment - variable. - Enables PulseAudio sound driver that should be - able to support positional event sounds. This is the preferred - choice for best sound events experience and picked by default if - compiled in and possible to use at runtime. - Install x11-themes/sound-theme-freedesktop to get - sounds on Gnome and Xfce. - Enables Trivial Database support for caching - purposes. - -