[proaudio] [1996] Bristol: version bump |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
Revision: 1996
Author: dominique
Date: 2011-06-05 19:44:31 +0200 (Sun, 05 Jun 2011)
Log Message:
-----------
Bristol: version bump
Modified Paths:
--------------
trunk/overlays/proaudio/media-sound/bristol/ChangeLog
trunk/overlays/proaudio/media-sound/bristol/Manifest
Added Paths:
-----------
trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.8.ebuild
Removed Paths:
-------------
trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.7.ebuild
Modified: trunk/overlays/proaudio/media-sound/bristol/ChangeLog
===================================================================
--- trunk/overlays/proaudio/media-sound/bristol/ChangeLog 2011-06-05 14:39:11 UTC (rev 1995)
+++ trunk/overlays/proaudio/media-sound/bristol/ChangeLog 2011-06-05 17:44:31 UTC (rev 1996)
@@ -2,6 +2,11 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*bristol-0.60.8 (05 Jun 2011)
+
+ Dominique Michel <dominique@xxxxxxxxxxxxx>
+ version bump to 0.60.8
+
*bristol-0.60.7 (18 Nov 2010)
18 Nov 2010; Hakan Demiralp <keenblade@xxxxxxxxxxxxx>
Modified: trunk/overlays/proaudio/media-sound/bristol/Manifest
===================================================================
--- trunk/overlays/proaudio/media-sound/bristol/Manifest 2011-06-05 14:39:11 UTC (rev 1995)
+++ trunk/overlays/proaudio/media-sound/bristol/Manifest 2011-06-05 17:44:31 UTC (rev 1996)
@@ -1,4 +1,4 @@
-DIST bristol-0.60.7.tar.gz 4270174 RMD160 64ae83e35b1c2b9b6f43fa8ee87f0417a35d138a SHA1 7a7daa2d4d6f92d285faba9383c6a1e87e3c8fcd SHA256 e64a4988cf1d84765ccf2fb5266c794e2f53c267e15357aa5825d836f39624ee
-EBUILD bristol-0.60.7.ebuild 1313 RMD160 6a920f78395c76d6ef2642946e420ad73fc1172f SHA1 4583bd1217b5da1632932b8db778c8be2d6219ab SHA256 cfb215dcd6eee2d6e927cda5eff86168f633e26548e697bb8e4c229eae89a57d
+DIST bristol-0.60.8.tar.gz 4303841 RMD160 50ddbe4d15842d3276a17c7b6a498dba558e525e SHA1 e393891a6145df9d24899530b9b7c4c4d3bc80b1 SHA256 55a3ba5e024db947a67e2feffa3e6b53ae51d027d24919b821bad67c14ffd572
+EBUILD bristol-0.60.8.ebuild 1313 RMD160 6a920f78395c76d6ef2642946e420ad73fc1172f SHA1 4583bd1217b5da1632932b8db778c8be2d6219ab SHA256 cfb215dcd6eee2d6e927cda5eff86168f633e26548e697bb8e4c229eae89a57d
MISC ChangeLog 1350 RMD160 9a95fcd1ad485b133332baffc608a78a2c8bcd6f SHA1 d4a081dc74675bc6656dbdd0473a837b610047df SHA256 8d622cdff3f92d4533b1509057350eb2918246838664b62bdb7b4475a79d87e5
MISC metadata.xml 268 RMD160 facc07bd885f20615a1f2555069329c642e1a566 SHA1 2456bdb8a218c9d477d2d6ee4bf158de070c7be4 SHA256 96629b266b743f566c29158d4498edeeb1cd6b1f0cd9629e42d4f10b4da82f89
Deleted: trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.7.ebuild
===================================================================
--- trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.7.ebuild 2011-06-05 14:39:11 UTC (rev 1995)
+++ trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.7.ebuild 2011-06-05 17:44:31 UTC (rev 1996)
@@ -1,46 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others"
-HOMEPAGE="http://sourceforge.net/projects/bristol"
-SRC_URI="mirror://sourceforge/bristol/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa oss X"
-# osc : configure option but no code it seems...
-# jack: fails to build if disabled
-
-RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2
- alsa? ( >=media-libs/alsa-lib-1.0.0 )
- X? ( x11-libs/libX11 )"
-# osc? ( >=media-libs/liblo-0.22 )
-DEPEND="${RDEPEND}
- X? ( x11-proto/xproto )
- dev-util/pkgconfig"
-
-src_compile() {
- # fix mandir
- sed -e "s/ \$(mandir)/ \$(DESTDIR)\$(mandir)/" -i Makefile.am
- sed -e "s/ \$(mandir)/ \$(DESTDIR)\$(mandir)/" -i Makefile.in
- #without this option configuration failed if bristol has been already installed
- local myconf="${myconf} --disable-version-check"
- if ! use X; then
- myconf="${myconf} --disable-x11 --disable-ximage"
- fi
- econf \
- $(use_enable alsa) \
- $(use_enable oss) \
- ${myconf} || die "econf failed"
-# $(use_enable osc liblo)
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README
-}
Added: trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.8.ebuild
===================================================================
--- trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.8.ebuild (rev 0)
+++ trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.8.ebuild 2011-06-05 17:44:31 UTC (rev 1996)
@@ -0,0 +1,46 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils
+
+DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others"
+HOMEPAGE="http://sourceforge.net/projects/bristol"
+SRC_URI="mirror://sourceforge/bristol/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa oss X"
+# osc : configure option but no code it seems...
+# jack: fails to build if disabled
+
+RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2
+ alsa? ( >=media-libs/alsa-lib-1.0.0 )
+ X? ( x11-libs/libX11 )"
+# osc? ( >=media-libs/liblo-0.22 )
+DEPEND="${RDEPEND}
+ X? ( x11-proto/xproto )
+ dev-util/pkgconfig"
+
+src_compile() {
+ # fix mandir
+ sed -e "s/ \$(mandir)/ \$(DESTDIR)\$(mandir)/" -i Makefile.am
+ sed -e "s/ \$(mandir)/ \$(DESTDIR)\$(mandir)/" -i Makefile.in
+ #without this option configuration failed if bristol has been already installed
+ local myconf="${myconf} --disable-version-check"
+ if ! use X; then
+ myconf="${myconf} --disable-x11 --disable-ximage"
+ fi
+ econf \
+ $(use_enable alsa) \
+ $(use_enable oss) \
+ ${myconf} || die "econf failed"
+# $(use_enable osc liblo)
+ emake || die "make failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog NEWS README
+}