diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-10 22:41:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-10 22:41:53 +0000 |
commit | 799c420a834a01fc722ed372ae5f185b51a867fb (patch) | |
tree | 5be71f8f7f7cf67fbd0c3ab19b9e66f008e4a950 | |
parent | new version (diff) | |
download | historical-799c420a834a01fc722ed372ae5f185b51a867fb.tar.gz historical-799c420a834a01fc722ed372ae5f185b51a867fb.tar.bz2 historical-799c420a834a01fc722ed372ae5f185b51a867fb.zip |
repoman: fix leading whitespace
24 files changed, 131 insertions, 133 deletions
diff --git a/media-sound/alsa-patch-bay/Manifest b/media-sound/alsa-patch-bay/Manifest index 8833230d522f..211499f7cdf5 100644 --- a/media-sound/alsa-patch-bay/Manifest +++ b/media-sound/alsa-patch-bay/Manifest @@ -1,9 +1,9 @@ +MD5 44725f1e510a9bffd488a95677726277 ChangeLog 1092 +MD5 2777140b8bbf9c94655b766660687f6b alsa-patch-bay-0.3.ebuild 1240 +MD5 c81009616cb0da2c6431342a28593165 alsa-patch-bay-0.4.1.ebuild 1193 +MD5 7ed8ede7668426aec98e8edcfbb4fb00 alsa-patch-bay-0.5.1.ebuild 1379 +MD5 5cce384736ef88f599343404ad880590 alsa-patch-bay-0.5.1-r1.ebuild 1392 MD5 189b2b9094215b29a1202030f9eda498 files/digest-alsa-patch-bay-0.3 70 MD5 c0922a5bc1b32e2eb3e8ba859bf5c864 files/digest-alsa-patch-bay-0.4.1 72 MD5 bfec7a0de573dbb491c54db40d35c72a files/digest-alsa-patch-bay-0.5.1 72 MD5 bfec7a0de573dbb491c54db40d35c72a files/digest-alsa-patch-bay-0.5.1-r1 72 -MD5 e8dbc84216f55e8232217975e795f47c alsa-patch-bay-0.3.ebuild 1243 -MD5 44725f1e510a9bffd488a95677726277 ChangeLog 1092 -MD5 e529d9ff05b84da9d8a146f8bfb6de32 alsa-patch-bay-0.4.1.ebuild 1308 -MD5 2db6679b7caf594a669d58c6f78ca3bb alsa-patch-bay-0.5.1-r1.ebuild 1507 -MD5 91c6450bee437589bb30b8e848edf7b2 alsa-patch-bay-0.5.1.ebuild 1494 diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild index 17c6ef35f137..7d1c0f42ef47 100644 --- a/media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild +++ b/media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild,v 1.4 2003/07/12 23:41:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild,v 1.5 2003/09/10 22:39:41 msterret Exp $ DESCRIPTION="Graphical patch bay for the ALSA sequencer API." HOMEPAGE="http://pkl.net/~node/alsa-patch-bay.html" @@ -35,5 +35,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO } diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-0.4.1.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-0.4.1.ebuild index fe1391f91502..794cf61175ef 100644 --- a/media-sound/alsa-patch-bay/alsa-patch-bay-0.4.1.ebuild +++ b/media-sound/alsa-patch-bay/alsa-patch-bay-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.4.1.ebuild,v 1.2 2003/07/12 23:41:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.4.1.ebuild,v 1.3 2003/09/10 22:39:41 msterret Exp $ DESCRIPTION="Graphical patch bay for the ALSA sequencer API." HOMEPAGE="http://pkl.net/~node/alsa-patch-bay.html" @@ -16,26 +16,26 @@ IUSE="" # Note: fltk is not an official USE flag, and the dependency on # it may go away in the future. DEPEND="!fltk? dev-cpp/gtkmm - fltk? >=x11-libs/fltk-1.1.2 - >=media-sound/alsa-driver-0.9.0_rc1 - >=media-libs/alsa-lib-0.9.0_rc1 - >=media-sound/alsa-utils-0.9.0_rc1" + fltk? >=x11-libs/fltk-1.1.2 + >=media-sound/alsa-driver-0.9.0_rc1 + >=media-libs/alsa-lib-0.9.0_rc1 + >=media-sound/alsa-utils-0.9.0_rc1" SRC_URI="http://pkl.net/~node/software/${P}.tar.gz" S=${WORKDIR}/${P} src_compile() { - local myconf - use fltk || myconf="--disable-fltk" - ./configure ${myconf} \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake || die + local myconf + use fltk || myconf="--disable-fltk" + ./configure ${myconf} \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + emake || die } src_install() { einstall || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO } diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild index 6dccb1ed5846..858a3a5836f8 100644 --- a/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild +++ b/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild,v 1.2 2003/07/12 23:41:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild,v 1.3 2003/09/10 22:39:41 msterret Exp $ DESCRIPTION="Graphical patch bay for the ALSA sequencer API." HOMEPAGE="http://pkl.net/~node/alsa-patch-bay.html" @@ -16,28 +16,28 @@ IUSE="fltk" # Note: fltk is not an official USE flag, and the dependency on # it may go away in the future. DEPEND="!fltk? >=dev-cpp/gtkmm-2.0 - fltk? >=x11-libs/fltk-1.1.2 - >=media-sound/alsa-driver-0.9.0_rc1 - >=media-libs/alsa-lib-0.9.0_rc1 - >=media-sound/alsa-utils-0.9.0_rc1" + fltk? >=x11-libs/fltk-1.1.2 + >=media-sound/alsa-driver-0.9.0_rc1 + >=media-libs/alsa-lib-0.9.0_rc1 + >=media-sound/alsa-utils-0.9.0_rc1" SRC_URI="http://pkl.net/~node/software/${P}.tar.gz" S=${WORKDIR}/${P} src_compile() { - local myconf - use fltk || myconf="--disable-fltk" - ./configure ${myconf} \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake || die + local myconf + use fltk || myconf="--disable-fltk" + ./configure ${myconf} \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + emake || die } src_install() { einstall APB_DESKTOP_PREFIX=${D}/usr/share || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO } pkg_preinst() { diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild index eb98b20fa1be..1865a7fc0000 100644 --- a/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild +++ b/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild,v 1.3 2003/07/12 23:41:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild,v 1.4 2003/09/10 22:39:41 msterret Exp $ DESCRIPTION="Graphical patch bay for the ALSA sequencer API." HOMEPAGE="http://pkl.net/~node/alsa-patch-bay.html" @@ -16,28 +16,28 @@ IUSE="" # Note: fltk is not an official USE flag, and the dependency on # it may go away in the future. DEPEND="!fltk? dev-cpp/gtkmm - fltk? >=x11-libs/fltk-1.1.2 - >=media-sound/alsa-driver-0.9.0_rc1 - >=media-libs/alsa-lib-0.9.0_rc1 - >=media-sound/alsa-utils-0.9.0_rc1" + fltk? >=x11-libs/fltk-1.1.2 + >=media-sound/alsa-driver-0.9.0_rc1 + >=media-libs/alsa-lib-0.9.0_rc1 + >=media-sound/alsa-utils-0.9.0_rc1" SRC_URI="http://pkl.net/~node/software/${P}.tar.gz" S=${WORKDIR}/${P} src_compile() { - local myconf - use fltk || myconf="--disable-fltk" - ./configure ${myconf} \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake || die + local myconf + use fltk || myconf="--disable-fltk" + ./configure ${myconf} \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + emake || die } src_install() { einstall APB_DESKTOP_PREFIX=${D}/usr/share || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO } pkg_preinst() { diff --git a/media-sound/ecasound/Manifest b/media-sound/ecasound/Manifest index 74c312faded1..f7b31b2e0c76 100644 --- a/media-sound/ecasound/Manifest +++ b/media-sound/ecasound/Manifest @@ -1,3 +1,3 @@ MD5 87137fec7daf675341021e73547d8741 ChangeLog 2117 -MD5 065c00a6370c06ef99180a473ccd4fb7 ecasound-2.2.3.ebuild 2708 +MD5 9cf74b4f6e8f6de51d4ee2acded19931 ecasound-2.2.3.ebuild 2702 MD5 3bb7f0619e719cccec8c69b4f84788c3 files/digest-ecasound-2.2.3 66 diff --git a/media-sound/ecasound/ecasound-2.2.3.ebuild b/media-sound/ecasound/ecasound-2.2.3.ebuild index c09d78593edb..eaa6e150c69c 100644 --- a/media-sound/ecasound/ecasound-2.2.3.ebuild +++ b/media-sound/ecasound/ecasound-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.2.3.ebuild,v 1.3 2003/09/07 00:06:04 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.2.3.ebuild,v 1.4 2003/09/10 22:41:46 msterret Exp $ IUSE="ncurses arts alsa python oss mikmod oggvorbis" @@ -74,9 +74,9 @@ src_compile () { } src_install () { - make DESTDIR=${D} install || die + make DESTDIR=${D} install || die - if use python; then + if use python; then cd pyecasound || die python -c "import compileall; compileall.compile_dir('.')" || die python -O -c "import compileall; compileall.compile_dir('.')" || die diff --git a/media-sound/esound/Manifest b/media-sound/esound/Manifest index 53ca97c00218..0df9856328d7 100644 --- a/media-sound/esound/Manifest +++ b/media-sound/esound/Manifest @@ -1,9 +1,9 @@ MD5 f319390a30aed0bee98d0ae96c168787 ChangeLog 3399 MD5 efa04d45e2635321b806cf23d047b986 esound-0.2.29.ebuild 1097 -MD5 0632047dbf94c4de22b4e3837a7f1c99 esound-0.2.29-r1.ebuild 1737 +MD5 354edd9b03208bf3a4b313c0552bcedb esound-0.2.29-r1.ebuild 1696 MD5 b263ff7675308d90b75a170acae3f5ff metadata.xml 177 -MD5 f9344959b14b31d919d699734fb724d9 esound-0.2.31.ebuild 1549 -MD5 8a5545cce25535442c9f4b9d450958bd esound-0.2.32.ebuild 1427 +MD5 1c47e053cac66e4ca0b12b45a588a586 esound-0.2.31.ebuild 1507 +MD5 66875eb1ff01c049d3a9b6f36f9f2238 esound-0.2.32.ebuild 1385 MD5 249e1fd14f662bce76093bb7685f7eb2 files/digest-esound-0.2.29 66 MD5 249e1fd14f662bce76093bb7685f7eb2 files/digest-esound-0.2.29-r1 66 MD5 340b8af9191cda014c7963617ede9b77 files/esound-0.2.29-alsa-period.diff 473 diff --git a/media-sound/esound/esound-0.2.29-r1.ebuild b/media-sound/esound/esound-0.2.29-r1.ebuild index b1205864fd38..4e4d8e38e3a2 100644 --- a/media-sound/esound/esound-0.2.29-r1.ebuild +++ b/media-sound/esound/esound-0.2.29-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.29-r1.ebuild,v 1.9 2003/09/07 00:06:04 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.29-r1.ebuild,v 1.10 2003/09/10 22:37:22 msterret Exp $ IUSE="tcpd alsa" @@ -56,21 +56,21 @@ src_install() { insinto /etc/conf.d newins ${FILESDIR}/esound.conf.d esound - exeinto /etc/init.d + exeinto /etc/init.d extradepend="" use tcpd && extradepend=" portmap" use alsa && extradepend="$extradepend alsasound" - sed "s/@extradepend@/$extradepend/" <${FILESDIR}/esound.init.d >${T}/esound + sed "s/@extradepend@/$extradepend/" <${FILESDIR}/esound.init.d >${T}/esound doexe ${T}/esound } pkg_postinst() { - # rebuild init deps to include deps on esound - /etc/init.d/depscan.sh + # rebuild init deps to include deps on esound + /etc/init.d/depscan.sh } pkg_postrm() { - # rebuild init deps to remove deps on esound - /etc/init.d/depscan.sh + # rebuild init deps to remove deps on esound + /etc/init.d/depscan.sh } diff --git a/media-sound/esound/esound-0.2.31.ebuild b/media-sound/esound/esound-0.2.31.ebuild index 3425c6deb0bb..0612b4556226 100644 --- a/media-sound/esound/esound-0.2.31.ebuild +++ b/media-sound/esound/esound-0.2.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.31.ebuild,v 1.3 2003/09/07 00:06:04 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.31.ebuild,v 1.4 2003/09/10 22:37:22 msterret Exp $ IUSE="tcpd alsa" @@ -47,21 +47,21 @@ src_install() { insinto /etc/conf.d newins ${FILESDIR}/esound.conf.d esound - exeinto /etc/init.d + exeinto /etc/init.d extradepend="" use tcpd && extradepend=" portmap" use alsa && extradepend="$extradepend alsasound" - sed "s/@extradepend@/$extradepend/" <${FILESDIR}/esound.init.d >${T}/esound + sed "s/@extradepend@/$extradepend/" <${FILESDIR}/esound.init.d >${T}/esound doexe ${T}/esound } pkg_postinst() { - # rebuild init deps to include deps on esound - /etc/init.d/depscan.sh + # rebuild init deps to include deps on esound + /etc/init.d/depscan.sh } pkg_postrm() { - # rebuild init deps to remove deps on esound - /etc/init.d/depscan.sh + # rebuild init deps to remove deps on esound + /etc/init.d/depscan.sh } diff --git a/media-sound/esound/esound-0.2.32.ebuild b/media-sound/esound/esound-0.2.32.ebuild index 0789730313f0..536055466262 100644 --- a/media-sound/esound/esound-0.2.32.ebuild +++ b/media-sound/esound/esound-0.2.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.32.ebuild,v 1.2 2003/09/07 00:06:04 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.32.ebuild,v 1.3 2003/09/10 22:37:22 msterret Exp $ IUSE="tcpd alsa ipv6" @@ -43,21 +43,21 @@ src_install() { insinto /etc/conf.d newins ${FILESDIR}/esound.conf.d esound - exeinto /etc/init.d + exeinto /etc/init.d extradepend="" use tcpd && extradepend=" portmap" use alsa && extradepend="$extradepend alsasound" - sed "s/@extradepend@/$extradepend/" <${FILESDIR}/esound.init.d >${T}/esound + sed "s/@extradepend@/$extradepend/" <${FILESDIR}/esound.init.d >${T}/esound doexe ${T}/esound } pkg_postinst() { - # rebuild init deps to include deps on esound - /etc/init.d/depscan.sh + # rebuild init deps to include deps on esound + /etc/init.d/depscan.sh } pkg_postrm() { - # rebuild init deps to remove deps on esound - /etc/init.d/depscan.sh + # rebuild init deps to remove deps on esound + /etc/init.d/depscan.sh } diff --git a/media-sound/gnome-alsamixer/Manifest b/media-sound/gnome-alsamixer/Manifest index 50d7bb5a2936..49e959731c24 100644 --- a/media-sound/gnome-alsamixer/Manifest +++ b/media-sound/gnome-alsamixer/Manifest @@ -1,3 +1,3 @@ MD5 517d23f10983993a4e223de98b83f4a9 ChangeLog 424 -MD5 38907e732766b19dd9ace94613c1054b gnome-alsamixer-0.9.3.ebuild 965 +MD5 d904f25027ffbff41e326d29631a1fbf gnome-alsamixer-0.9.3.ebuild 959 MD5 cda3ce4e4127b307f956a8a48dfa44db files/digest-gnome-alsamixer-0.9.3 72 diff --git a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild index 751bbd507422..64e1a427eff7 100644 --- a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild +++ b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild,v 1.3 2003/09/07 00:06:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild,v 1.4 2003/09/10 22:41:16 msterret Exp $ IUSE="" DESCRIPTION="Gnome 2 based ALSA Mixer" @@ -24,10 +24,10 @@ src_compile() { src_install() { - # hack to prevent ugly filenames in /usr/share/applications + # hack to prevent ugly filenames in /usr/share/applications cd ${S}; mv ${PN}.desktop ${PN}.desktop.gentoo - einstall || die + einstall || die # manuall install menu entry insinto /usr/share/applications diff --git a/media-sound/gramofile/Manifest b/media-sound/gramofile/Manifest index 645361e31eea..31593001f295 100644 --- a/media-sound/gramofile/Manifest +++ b/media-sound/gramofile/Manifest @@ -1,3 +1,3 @@ MD5 fb50866d7d82e0a86b65ddaae0d26471 ChangeLog 674 -MD5 565c682a3ef05afaf4093bfc4007f377 gramofile-1.6.ebuild 1114 +MD5 cc2e61faff9a7ee2822511b828b14f2c gramofile-1.6.ebuild 1061 MD5 9b67a0ae80d507fff7c72c73a58c9506 files/digest-gramofile-1.6 180 diff --git a/media-sound/gramofile/gramofile-1.6.ebuild b/media-sound/gramofile/gramofile-1.6.ebuild index 555e519cb24f..a7a41634d398 100644 --- a/media-sound/gramofile/gramofile-1.6.ebuild +++ b/media-sound/gramofile/gramofile-1.6.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/gramofile-1.6.ebuild,v 1.6 2003/09/08 07:09:44 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/gramofile-1.6.ebuild,v 1.7 2003/09/10 22:38:35 msterret Exp $ DESCRIPTION="Gramofile" HOMEPAGE="http://panic.et.tudelft.nl/~costar/gramofile/" SRC_URI="http://panic.et.tudelft.nl/~costar/gramofile/${P}.tar.gz - http://panic.et.tudelft.nl/~costar/gramofile/tappin3a.patch - http://panic.et.tudelft.nl/~costar/gramofile/tappin3b.patch" + http://panic.et.tudelft.nl/~costar/gramofile/tappin3a.patch + http://panic.et.tudelft.nl/~costar/gramofile/tappin3b.patch" LICENSE="GPL-2" SLOT="0" @@ -15,15 +15,15 @@ KEYWORDS="x86" IUSE="" DEPEND="sys-libs/ncurses \ - dev-libs/fftw" + dev-libs/fftw" S=${WORKDIR}/${P} src_unpack() { - unpack ${P}.tar.gz - cd ${S} - patch < ${DISTDIR}/tappin3a.patch - patch < ${DISTDIR}/tappin3b.patch + unpack ${P}.tar.gz + cd ${S} + patch < ${DISTDIR}/tappin3a.patch + patch < ${DISTDIR}/tappin3b.patch } src_compile() { @@ -34,6 +34,5 @@ src_compile() { src_install() { dobin gramofile bplay_gramo brec_gramo - dodoc Signproc.txt Tracksplit2.txt README ChangeLog TODO + dodoc Signproc.txt Tracksplit2.txt README ChangeLog TODO } - diff --git a/media-sound/rezound/Manifest b/media-sound/rezound/Manifest index 0916f95928a4..d89a5c09dcae 100644 --- a/media-sound/rezound/Manifest +++ b/media-sound/rezound/Manifest @@ -1,7 +1,7 @@ MD5 87e0fbcacfa84ab245ac4cc8d8360286 ChangeLog 898 -MD5 00508929ab3c96e9e7302a1cbda91ed3 rezound-0.7.0_beta.ebuild 812 -MD5 f995ec977195d26644e7b8680c398942 rezound-0.8.3_beta.ebuild 812 -MD5 17a262148fc635067056a0e847c820d4 rezound-0.8.3_beta-r1.ebuild 889 +MD5 667cd5e21e91ca94efd246f3183083fd rezound-0.7.0_beta.ebuild 811 +MD5 61f1c82d86d10383ed963301b10612b8 rezound-0.8.3_beta.ebuild 811 +MD5 8b3208d4297ac9faec384742511d19a4 rezound-0.8.3_beta-r1.ebuild 888 MD5 0a88192ec35374b20ff65174d60a910c files/digest-rezound-0.7.0_beta 70 MD5 7537253fdf956d64c7d7dcfd4a29b60a files/digest-rezound-0.8.3_beta 70 MD5 7537253fdf956d64c7d7dcfd4a29b60a files/digest-rezound-0.8.3_beta-r1 70 diff --git a/media-sound/rezound/rezound-0.7.0_beta.ebuild b/media-sound/rezound/rezound-0.7.0_beta.ebuild index f5892384a259..d065e2f070e3 100644 --- a/media-sound/rezound/rezound-0.7.0_beta.ebuild +++ b/media-sound/rezound/rezound-0.7.0_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.7.0_beta.ebuild,v 1.4 2003/09/08 07:09:44 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.7.0_beta.ebuild,v 1.5 2003/09/10 22:38:04 msterret Exp $ MY_P="${P/_/}" DESCRIPTION="Sound editor and recorder" @@ -26,7 +26,7 @@ src_compile() { emake || die } - src_install() { +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYRIGHT ChangeLog FAQ README TODO } diff --git a/media-sound/rezound/rezound-0.8.3_beta-r1.ebuild b/media-sound/rezound/rezound-0.8.3_beta-r1.ebuild index aef01e87dea3..648985be68ed 100644 --- a/media-sound/rezound/rezound-0.8.3_beta-r1.ebuild +++ b/media-sound/rezound/rezound-0.8.3_beta-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.8.3_beta-r1.ebuild,v 1.2 2003/09/08 07:09:44 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.8.3_beta-r1.ebuild,v 1.3 2003/09/10 22:38:04 msterret Exp $ MY_P="${P/_/}" DESCRIPTION="Sound editor and recorder" @@ -28,7 +28,7 @@ src_compile() { emake || die } - src_install() { +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYRIGHT ChangeLog FAQ README TODO } diff --git a/media-sound/rezound/rezound-0.8.3_beta.ebuild b/media-sound/rezound/rezound-0.8.3_beta.ebuild index b68433abbf8b..95d5a01268ef 100644 --- a/media-sound/rezound/rezound-0.8.3_beta.ebuild +++ b/media-sound/rezound/rezound-0.8.3_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.8.3_beta.ebuild,v 1.3 2003/09/08 07:09:44 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.8.3_beta.ebuild,v 1.4 2003/09/10 22:38:04 msterret Exp $ MY_P="${P/_/}" DESCRIPTION="Sound editor and recorder" @@ -26,7 +26,7 @@ src_compile() { emake || die } - src_install() { +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYRIGHT ChangeLog FAQ README TODO } diff --git a/media-sound/sidplay/Manifest b/media-sound/sidplay/Manifest index 6342d84f1c7a..2a996581793e 100644 --- a/media-sound/sidplay/Manifest +++ b/media-sound/sidplay/Manifest @@ -1,3 +1,3 @@ MD5 7b9e73ba54e93dfdbf4b9b2ee92f3f44 ChangeLog 440 -MD5 e2f3a31642ed4021323ae52dcbe0dce0 sidplay-2.0.8.20021111.ebuild 734 +MD5 a025bffcfe09a2debc9a4e1929e514aa sidplay-2.0.8.20021111.ebuild 729 MD5 9fd339779ee41b890f9aeed51339733f files/digest-sidplay-2.0.8.20021111 75 diff --git a/media-sound/sidplay/sidplay-2.0.8.20021111.ebuild b/media-sound/sidplay/sidplay-2.0.8.20021111.ebuild index 304d6ed33359..d8cb8d0b9786 100644 --- a/media-sound/sidplay/sidplay-2.0.8.20021111.ebuild +++ b/media-sound/sidplay/sidplay-2.0.8.20021111.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/sidplay-2.0.8.20021111.ebuild,v 1.2 2003/02/13 13:19:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/sidplay-2.0.8.20021111.ebuild,v 1.3 2003/09/10 22:36:25 msterret Exp $ S=${WORKDIR}/${PN} DESCRIPTION="C64 SID player" @@ -12,7 +12,7 @@ LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="virtual/glibc - >=media-sound/libsidutils-1.0.2 + >=media-sound/libsidutils-1.0.2 >=media-libs/libsidplay-2.0.8 >=media-libs/resid-0.13-r1 >=media-libs/resid-builder-1.6" diff --git a/media-sound/zynaddsubfx/Manifest b/media-sound/zynaddsubfx/Manifest index 38aedb220c27..a39f671d2970 100644 --- a/media-sound/zynaddsubfx/Manifest +++ b/media-sound/zynaddsubfx/Manifest @@ -1,6 +1,6 @@ MD5 dac65073f03859e255a11f5d62d888a4 ChangeLog 980 -MD5 643f2494dbcd4f0981d83c8c43ad2f3a zynaddsubfx-1.4.0.ebuild 1112 -MD5 0af8b6236356edbb346f13d309b226b9 zynaddsubfx-1.4.2.ebuild 1184 +MD5 4b2460603ae0ae070060a39c9e49be64 zynaddsubfx-1.4.0.ebuild 1032 +MD5 e58aaf6132194e0da029d5df276d024e zynaddsubfx-1.4.2.ebuild 1100 MD5 d2ebc854a07d7648a0f5d3d8bc1e767f files/digest-zynaddsubfx-1.4.0 69 MD5 2820dd087232ba392d957abc60e4b8bf files/zynaddsubfx-1.4.0.patch 2050 MD5 94bff181d3ccb108e69861f2842961a8 files/digest-zynaddsubfx-1.4.2 69 diff --git a/media-sound/zynaddsubfx/zynaddsubfx-1.4.0.ebuild b/media-sound/zynaddsubfx/zynaddsubfx-1.4.0.ebuild index 98e8ad74942f..3031d5164cf1 100644 --- a/media-sound/zynaddsubfx/zynaddsubfx-1.4.0.ebuild +++ b/media-sound/zynaddsubfx/zynaddsubfx-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-1.4.0.ebuild,v 1.2 2003/07/12 20:31:03 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-1.4.0.ebuild,v 1.3 2003/09/10 22:40:44 msterret Exp $ MY_P=ZynAddSubFX-${PV} DESCRIPTION="ZynAddSubFX is a opensource software synthesizer." @@ -20,21 +20,21 @@ DEPEND=">=x11-libs/fltk-1.1.2 S="${WORKDIR}/${MY_P}" src_compile() { - # patched to enable jack and fix compile scripts for - # spliter and controller - epatch ${FILESDIR}/${P}.patch - cd ${S}/src - make || die "compile failed" - cd ${S}/ExternalPrograms/Spliter - ./compile.sh - cd ${S}/ExternalPrograms/Controller - ./compile.sh + # patched to enable jack and fix compile scripts for + # spliter and controller + epatch ${FILESDIR}/${P}.patch + cd ${S}/src + make || die "compile failed" + cd ${S}/ExternalPrograms/Spliter + ./compile.sh + cd ${S}/ExternalPrograms/Controller + ./compile.sh } src_install() { - dobin ${S}/src/zynaddsubfx - dobin ${S}/ExternalPrograms/Spliter/spliter - dobin ${S}/ExternalPrograms/Controller/controller + dobin ${S}/src/zynaddsubfx + dobin ${S}/ExternalPrograms/Spliter/spliter + dobin ${S}/ExternalPrograms/Controller/controller dodoc COPYING FAQ.txt README.txt HISTORY.txt } diff --git a/media-sound/zynaddsubfx/zynaddsubfx-1.4.2.ebuild b/media-sound/zynaddsubfx/zynaddsubfx-1.4.2.ebuild index 3694c35fc8e5..4dd04ca0066c 100644 --- a/media-sound/zynaddsubfx/zynaddsubfx-1.4.2.ebuild +++ b/media-sound/zynaddsubfx/zynaddsubfx-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-1.4.2.ebuild,v 1.1 2003/07/17 13:20:23 torbenh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-1.4.2.ebuild,v 1.2 2003/09/10 22:40:44 msterret Exp $ MY_P=ZynAddSubFX-${PV} DESCRIPTION="ZynAddSubFX is a opensource software synthesizer." @@ -20,23 +20,22 @@ DEPEND=">=x11-libs/fltk-1.1.2 S="${WORKDIR}/${MY_P}" src_compile() { - # patched to enable jack and fix compile scripts for - # spliter and controller - epatch ${FILESDIR}/${P}.patch - cd ${S}/src - make || die "compile failed" - cd ${S}/ExternalPrograms/Spliter - ./compile.sh - cd ${S}/ExternalPrograms/Controller - ./compile.sh + # patched to enable jack and fix compile scripts for + # spliter and controller + epatch ${FILESDIR}/${P}.patch + cd ${S}/src + make || die "compile failed" + cd ${S}/ExternalPrograms/Spliter + ./compile.sh + cd ${S}/ExternalPrograms/Controller + ./compile.sh } src_install() { - dobin ${S}/src/zynaddsubfx - dobin ${S}/ExternalPrograms/Spliter/spliter - dobin ${S}/ExternalPrograms/Controller/controller + dobin ${S}/src/zynaddsubfx + dobin ${S}/ExternalPrograms/Spliter/spliter + dobin ${S}/ExternalPrograms/Controller/controller dodoc COPYING FAQ.txt README.txt HISTORY.txt dodir /usr/share/${PN} cp -r ${S}/examples/* ${D}/usr/share/${PN} } - |