diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-06-01 12:16:15 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-06-01 12:16:15 +0000 |
commit | 0f03c2e875b49fe6a5cc112b7d52ba760ad56b44 (patch) | |
tree | 6d13c30ccde447df902c224396cd4156e4dc4d34 /media-sound | |
parent | Cleanup due bug #151880 (diff) | |
download | gentoo-2-0f03c2e875b49fe6a5cc112b7d52ba760ad56b44.tar.gz gentoo-2-0f03c2e875b49fe6a5cc112b7d52ba760ad56b44.tar.bz2 gentoo-2-0f03c2e875b49fe6a5cc112b7d52ba760ad56b44.zip |
Cleanup due bug #151880
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audicle/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/audicle/audicle-1.0.0.6-r1.ebuild | 90 | ||||
-rw-r--r-- | media-sound/audicle/metadata.xml | 3 |
3 files changed, 7 insertions, 95 deletions
diff --git a/media-sound/audicle/ChangeLog b/media-sound/audicle/ChangeLog index e7e902f975b7..58eaf4363cc3 100644 --- a/media-sound/audicle/ChangeLog +++ b/media-sound/audicle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/audicle -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audicle/ChangeLog,v 1.9 2012/05/05 08:11:27 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audicle/ChangeLog,v 1.10 2013/06/01 12:16:15 pacho Exp $ + + 01 Jun 2013; Pacho Ramos <pacho@gentoo.org> -audicle-1.0.0.6-r1.ebuild, + metadata.xml: + Cleanup due bug #151880 05 May 2012; Michał Górny <mgorny@gentoo.org> audicle-1.0.0.6-r1.ebuild, audicle-1.0.0.7.ebuild: @@ -43,4 +47,3 @@ +files/audicle-1.0.0.6-font.patch, +files/audicle-1.0.0.6-hid-smc.patch, +metadata.xml, +audicle-1.0.0.6.ebuild: New ebuild for bug #144667 - diff --git a/media-sound/audicle/audicle-1.0.0.6-r1.ebuild b/media-sound/audicle/audicle-1.0.0.6-r1.ebuild deleted file mode 100644 index 415d2cc36c7a..000000000000 --- a/media-sound/audicle/audicle-1.0.0.6-r1.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audicle/audicle-1.0.0.6-r1.ebuild,v 1.4 2012/05/05 08:11:27 mgorny Exp $ - -EAPI=2 -inherit eutils toolchain-funcs flag-o-matic - -DESCRIPTION="A Context-sensitive, On-the-fly Audio Programming Environ/mentality" -HOMEPAGE="http://audicle.cs.princeton.edu/" -SRC_URI="http://audicle.cs.princeton.edu/release/files/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="+alsa jack oss truetype" - -RDEPEND="jack? ( media-sound/jack-audio-connection-kit ) - alsa? ( >=media-libs/alsa-lib-0.9 ) - media-libs/libsndfile - media-libs/freeglut - virtual/opengl - virtual/glu - x11-libs/gtk+:2 - truetype? ( media-libs/ftgl - media-fonts/corefonts ) - app-admin/eselect-audicle" -DEPEND="${RDEPEND} - sys-devel/bison - sys-devel/flex - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}/${P}-font.patch" - epatch "${FILESDIR}/${P}-hid-smc.patch" - epatch "${FILESDIR}/${P}-gcc43.patch" - - sed -i \ - -e "s@../ftgl_lib/FTGL/include@/usr/include/FTGL@" \ - -e "s@../ftgl_lib/FTGL/mac/build@/usr/lib@" \ - -e "s/gcc -o/\$(CC) -o/" \ - -e "s/-O3 -c/-c \$(CFLAGS)/" \ - src/makefile.{alsa,jack,oss} || die "sed failed" -} - -pkg_setup() { - if ! use alsa && ! use jack && ! use oss; then - eerror "One of the following USE flags is needed: jack, alsa or oss" - die "Please set one audio engine type" - fi -} - -compile_backend() { - backend=$1 - local config - use truetype && config="USE_FREETYPE_LIBS=1" - einfo "Compiling against ${backend}" - cd "${S}/src" - emake -f "makefile.${backend}" CC=$(tc-getCC) CXX=$(tc-getCXX) LEX=flex \ - YACC=bison ${config} || die "emake failed" - mv audicle{,-${backend}} - emake -f makefile clean -} - -src_compile() { - # when compile with athlon or athlon-xp flags - # audicle crashes on removing a shred with a double free or corruption - # it happens in Chuck_VM_Stack::shutdown() on the line - # SAFE_DELETE_ARRAY( stack ); - replace-cpu-flags athlon athlon-xp i686 - - use jack && compile_backend jack - use alsa && compile_backend alsa - use oss && compile_backend oss -} - -src_install() { - use jack && dobin src/audicle-jack - use alsa && dobin src/audicle-alsa - use oss && dobin src/audicle-oss - dodoc AUTHORS PROGRAMMER README THANKS TODO VERSIONS -} - -pkg_postinst() { - elog "Audicle now can use many audio engines, so you can specify audio engine" - elog "with audicle-{jack,alsa,oss}" - elog "Or you can use 'eselect audicle' to set the audio engine" - - einfo "Calling eselect audicle update..." - eselect audicle update --if-unset -} diff --git a/media-sound/audicle/metadata.xml b/media-sound/audicle/metadata.xml index a2ab708fad02..46de6f0ead5c 100644 --- a/media-sound/audicle/metadata.xml +++ b/media-sound/audicle/metadata.xml @@ -2,8 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> - <email>cedk@gentoo.org</email> - <name>Cédric Krier</name> + <email>maintainer-needed@gentoo.org</email> </maintainer> <longdescription lang="en"> a potentially new type of audio programming environment that integrates |