[proaudio] [2499] Deleted qlo10k1 and some forgotten stuffs

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Revision: 2499
Author:   dominique
Date:     2013-03-09 12:51:52 +0100 (Sat, 09 Mar 2013)
Log Message:
-----------
Deleted qlo10k1 and some forgotten stuffs

Modified Paths:
--------------
    trunk/overlays/proaudio/00-DETAILED-PACKAGES-LIST
    trunk/overlays/proaudio/00-PACKAGES-LIST

Added Paths:
-----------
    trunk/overlays/proaudio/media-sound/loudness/metadata.xml

Removed Paths:
-------------
    trunk/overlays/proaudio/media-sound/bpmdj/bpmdj-3.6.ebuild
    trunk/overlays/proaudio/media-sound/bpmdj/bpmdj-4.1-r1.ebuild
    trunk/overlays/proaudio/media-sound/bpmdj/bpmdj-4.1.ebuild
    trunk/overlays/proaudio/media-sound/qlo10k1/

Modified: trunk/overlays/proaudio/00-DETAILED-PACKAGES-LIST
===================================================================
--- trunk/overlays/proaudio/00-DETAILED-PACKAGES-LIST	2013-03-09 11:44:41 UTC (rev 2498)
+++ trunk/overlays/proaudio/00-DETAILED-PACKAGES-LIST	2013-03-09 11:51:52 UTC (rev 2499)
@@ -2083,13 +2083,6 @@
 	Homepage:    http://audacity.sourceforge.net/
 
 
-#------- media-sound/qlo10k1 --------
-	qlo10k1-0.1.2	arch: x86 ~amd64
-	Description: Gui for ld10k1 (EMU10K1 (EMU10K2) effect
-		 loader for ALSA)
-	Homepage:    http://ld10k1.sourceforge.net/
-
-
 #------- media-sound/beast --------
 	beast-0.7.4-r1	arch: ~amd64 ~ppc ~x86
 	Description: BEAST - the Bedevilled Sound Engine
@@ -2148,9 +2141,6 @@
 
 
 #------- media-sound/bpmdj --------
-	bpmdj-3.6	arch: ~amd64 ~x86 ~ppc
-	bpmdj-4.1	arch: ~amd64 ~x86 ~ppc
-	bpmdj-4.1-r1	arch: ~amd64 ~x86 ~ppc
 	bpmdj-4.2.4	arch: ~amd64 ~x86 ~ppc
 	Description: Bpmdj, software for measuring the BPM of
 		 music and mixing
@@ -2237,9 +2227,6 @@
 
 
 #------- media-sound/stretchplayer --------
-	stretchplayer-0.500	arch: ~x86 ~amd64
-	stretchplayer-0.501	arch: ~x86 ~amd64
-	stretchplayer-0.502	arch: ~x86 ~amd64
 	stretchplayer-0.503	arch: ~x86 ~amd64
 	stretchplayer-9999	arch: -> live ebuild: [svn|cvs|...]<-
 	Description: Audio player with time stretch and pitch

Modified: trunk/overlays/proaudio/00-PACKAGES-LIST
===================================================================
--- trunk/overlays/proaudio/00-PACKAGES-LIST	2013-03-09 11:44:41 UTC (rev 2498)
+++ trunk/overlays/proaudio/00-PACKAGES-LIST	2013-03-09 11:51:52 UTC (rev 2499)
@@ -144,7 +144,6 @@
 media-sound/jack_oscrolloscope
 media-sound/tuxguitar
 media-sound/audacity
-media-sound/qlo10k1
 media-sound/beast
 media-sound/fastbreeder
 media-sound/hydrogen

Deleted: trunk/overlays/proaudio/media-sound/bpmdj/bpmdj-3.6.ebuild
===================================================================
--- trunk/overlays/proaudio/media-sound/bpmdj/bpmdj-3.6.ebuild	2013-03-09 11:44:41 UTC (rev 2498)
+++ trunk/overlays/proaudio/media-sound/bpmdj/bpmdj-3.6.ebuild	2013-03-09 11:51:52 UTC (rev 2499)
@@ -1,74 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit eutils qt4-r2
-
-DESCRIPTION="Bpmdj, software for measuring the BPM of music and mixing"
-HOMEPAGE="http://bpmdj.sourceforge.net/";
-SRC_URI="ftp://bpmdj.yellowcouch.org/${PN}/${P}.source.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
-IUSE="alsa jack vorbis"
-
-DEPEND="${RDEPEND}
-	|| ( ( x11-libs/qt-core x11-libs/qt-gui )
-			>=x11-libs/qt-4.2:4 )
-	dev-util/pkgconfig"
-
-RDEPEND="alsa? ( media-libs/alsa-lib )
-	 vorbis? ( media-sound/vorbis-tools )
-	 jack? ( media-sound/jack-audio-connection-kit )
-	 =sci-libs/fftw-3*"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	# add our defines
-	cp "${FILESDIR}/${PN}-3-defines.gentoo" defines
-
-	epatch "${FILESDIR}/${P}-include.patch"
-
-	# and now.. the useflags. What a giant PITA!
-	# Note: oss could be optional, but compile fails if disabled!
-	local flags=""
-	flags="CFLAGS         += -D QT_THREAD_SUPPORT -D QT3_SUPPORT"
-	use alsa && flags="${flags} -D COMPILE_ALSA"
-	use jack && flags="${flags} -D COMPILE_JACK"
-	echo "${flags} -D COMPILE_OSS -D NO_EMPTY_ARRAYS -fPIC" >> defines
-
-	# and the same for LDFLAGS..
-	local lflags=""
-	lflags="LDFLAGS        += -lpthread -lm -lrt -lfftw3"
-	use alsa && lflags="${lflags} -lasound"
-	use jack && lflags="${lflags} -ljack"
-	echo "${lflags}" >> defines
-
-	# not to forget our custom C(XX)FLAGS
-	echo "CPP             = g++ -g ${CXXFLAGS} -Wall" >> defines
-}
-
-src_compile() {
-	make || die "make failed"
-}
-
-src_install () {
-	mv support.txt support
-	# makefile is absolutly a mess so we use portage features
-	dodoc authors changelog copyright readme todo support
-	dodir /usr/$(get_libdir)/${PN}
-	exeinto /usr/$(get_libdir)/${PN}
-	doexe bpmcount bpmdj bpmdjraw bpmmerge bpmplay
-	# needed too..
-	mv sequences "${D}/usr/$(get_libdir)/${PN}"
-	# install startup wrapper
-	dobin "${FILESDIR}/${PN}.sh"
-	# install logo and desktop entry
-	doicon "${FILESDIR}/${PN}.xpm"
-	make_desktop_entry "bpmdj.sh" "BpmDj" ${PN} "AudioVideo;Audio"
-}

Deleted: trunk/overlays/proaudio/media-sound/bpmdj/bpmdj-4.1-r1.ebuild
===================================================================
--- trunk/overlays/proaudio/media-sound/bpmdj/bpmdj-4.1-r1.ebuild	2013-03-09 11:44:41 UTC (rev 2498)
+++ trunk/overlays/proaudio/media-sound/bpmdj/bpmdj-4.1-r1.ebuild	2013-03-09 11:51:52 UTC (rev 2499)
@@ -1,80 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit eutils qt4-r2
-
-DESCRIPTION="Bpmdj, software for measuring the BPM of music and mixing"
-HOMEPAGE="http://bpmdj.sourceforge.net/";
-SRC_URI="ftp://bpmdj.yellowcouch.org/${PN}/${P}.source.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
-IUSE="alsa jack vorbis"
-
-DEPEND="${RDEPEND}
-	|| ( ( x11-libs/qt-core[qt3support] x11-libs/qt-gui[qt3support] )
-			>=x11-libs/qt-4.2:4 )
-	dev-util/pkgconfig"
-
-RDEPEND="alsa? ( media-libs/alsa-lib )
-	 vorbis? ( media-sound/vorbis-tools )
-	 jack? ( media-sound/jack-audio-connection-kit )
-	 =sci-libs/fftw-3*"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	# add our defines
-	cp "${FILESDIR}/${PN}-4-defines.gentoo" defines
-
-	# and now.. the useflags. What a giant PITA!
-	# Note: oss could be optional, but compile fails if disabled!
-	local flags=""
-	flags="CFLAGS         += -D QT_THREAD_SUPPORT"
-	use alsa && flags="${flags} -D COMPILE_ALSA"
-	use jack && flags="${flags} -D COMPILE_JACK"
-	echo "${flags} -D COMPILE_OSS -D NO_EMPTY_ARRAYS -fPIC" >> defines
-
-	# and the same for LDFLAGS..
-	local lflags=""
-	lflags="LDFLAGS        += -lpthread -lm -lrt -lfftw3"
-	use alsa && lflags="${lflags} -lasound"
-	use jack && lflags="${lflags} -ljack"
-	echo "${lflags}" >> defines
-
-	# not to forget our custom C(XX)FLAGS
-	echo "CPP             = g++ -g ${CXXFLAGS} -Wall" >> defines
-}
-
-src_compile() {
-	make || die "make failed"
-}
-
-src_install () {
-	# makefile is absolutly a mess so we use portage features
-	for i in authors changelog copyright readme support; do
-		mv ${i}.txt ${i}; dodoc ${i}; done
-	dodir /usr/$(get_libdir)/${PN}
-	exeinto /usr/$(get_libdir)/${PN}
-	doexe bpmcount bpmdj bpmdjraw bpmmerge bpmplay
-	# needed too..
-	mv sequences "${D}/usr/$(get_libdir)/${PN}"
-	#dodoc authors changelog readme support.txt
-	# install startup wrapper
-	dobin "${FILESDIR}/${PN}.sh"
-	# install logo and desktop entry
-	doicon "${FILESDIR}/${PN}.xpm"
-	make_desktop_entry "bpmdj.sh" "BpmDj" ${PN} "AudioVideo;Audio"
-}
-
-pkg_postinst() {
-	einfo
-	einfo "BpmDj looks for its music and index directory under ~/.bpmdj/,"
-	einfo "move or link your music directory to ~/.bpmdj/music."
-	einfo
-}

Deleted: trunk/overlays/proaudio/media-sound/bpmdj/bpmdj-4.1.ebuild
===================================================================
--- trunk/overlays/proaudio/media-sound/bpmdj/bpmdj-4.1.ebuild	2013-03-09 11:44:41 UTC (rev 2498)
+++ trunk/overlays/proaudio/media-sound/bpmdj/bpmdj-4.1.ebuild	2013-03-09 11:51:52 UTC (rev 2499)
@@ -1,73 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit eutils qt4-r2
-
-DESCRIPTION="Bpmdj, software for measuring the BPM of music and mixing"
-HOMEPAGE="http://bpmdj.sourceforge.net/";
-SRC_URI="ftp://bpmdj.yellowcouch.org/${PN}/${P}.source.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
-IUSE="alsa jack vorbis"
-
-DEPEND="${RDEPEND}
-	|| ( ( x11-libs/qt-core x11-libs/qt-gui )
-			>=x11-libs/qt-4.2:4 )
-	dev-util/pkgconfig"
-
-RDEPEND="alsa? ( media-libs/alsa-lib )
-	 vorbis? ( media-sound/vorbis-tools )
-	 jack? ( media-sound/jack-audio-connection-kit )
-	 =sci-libs/fftw-3*"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	# add our defines
-	cp "${FILESDIR}/${PN}-4-defines.gentoo" defines
-
-	# and now.. the useflags. What a giant PITA!
-	# Note: oss could be optional, but compile fails if disabled!
-	local flags=""
-	flags="CFLAGS         += -D QT_THREAD_SUPPORT"
-	use alsa && flags="${flags} -D COMPILE_ALSA"
-	use jack && flags="${flags} -D COMPILE_JACK"
-	echo "${flags} -D COMPILE_OSS -D NO_EMPTY_ARRAYS -fPIC" >> defines
-
-	# and the same for LDFLAGS..
-	local lflags=""
-	lflags="LDFLAGS        += -lpthread -lm -lrt -lfftw3"
-	use alsa && lflags="${lflags} -lasound"
-	use jack && lflags="${lflags} -ljack"
-	echo "${lflags}" >> defines
-
-	# not to forget our custom C(XX)FLAGS
-	echo "CPP             = g++ -g ${CXXFLAGS} -Wall" >> defines
-}
-
-src_compile() {
-	make || die "make failed"
-}
-
-src_install () {
-	# makefile is absolutly a mess so we use portage features
-	for i in authors changelog copyright readme support; do
-		mv ${i}.txt ${i}; dodoc ${i}; done
-	dodir /usr/$(get_libdir)/${PN}
-	exeinto /usr/$(get_libdir)/${PN}
-	doexe bpmcount bpmdj bpmdjraw bpmmerge bpmplay
-	# needed too..
-	mv sequences "${D}/usr/$(get_libdir)/${PN}"
-	#dodoc authors changelog readme support.txt
-	# install startup wrapper
-	dobin "${FILESDIR}/${PN}.sh"
-	# install logo and desktop entry
-	doicon "${FILESDIR}/${PN}.xpm"
-	make_desktop_entry "bpmdj.sh" "BpmDj" ${PN} "AudioVideo;Audio"
-}

Added: trunk/overlays/proaudio/media-sound/loudness/metadata.xml
===================================================================
(Binary files differ)


Property changes on: trunk/overlays/proaudio/media-sound/loudness/metadata.xml
___________________________________________________________________
Added: svn:mime-type
   + application/xml


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/