Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22241 - jamin ebuild: jack mastering app (sound)
Summary: jamin ebuild: jack mastering app (sound)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Torben Hohn (RETIRED)
URL: http://jamin.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on: 20048 21442
Blocks:
  Show dependency tree
 
Reported: 2003-06-04 20:23 UTC by Antoine Rivoire
Modified: 2004-01-22 03:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
jamin-cvs-0.1.ebuild (jamin-cvs-0.1.ebuild,1.14 KB, text/plain)
2003-06-06 06:23 UTC, Torben Hohn (RETIRED)
Details
jamin-cvs-0.1.ebuild (jamin-cvs-0.1.ebuild,1.14 KB, text/plain)
2003-06-06 06:27 UTC, Torben Hohn (RETIRED)
Details
copying pixmaps now works, thanks to Zypher (jam-cvs-0.1.ebuild,1.48 KB, text/plain)
2003-06-08 11:33 UTC, Antoine Rivoire
Details
copying pixmaps now works thanks to zypher (jam-cvs-0.1.ebuild,1.47 KB, text/plain)
2003-06-08 11:35 UTC, Antoine Rivoire
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Rivoire 2003-06-04 20:23:16 UTC
inherit cvs            

DESCRIPTION="A mastering application for jack"
HOMEPAGE="http://jamin.sourceforge.net/"

ECVS_SERVER="cvs.jamin.sourceforge.net:/cvsroot/jamin"
ECVS_MODULE="jam"
ECVS_TOP_DIR="${DISTDIR}/cvs-src/jamin/" 

SRC_URI=""


SLOT="0"
LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="~x86 ~ppc"
DEBUG="yes"
DEPEND="$DEPEND 
        dev-libs/glib
	>=media-libs/alsa-lib-0.9.0_rc6
	>=media-libs/libsndfile-1.0.0
	>=media-plugins/swh-plugins-0.4.2
	>=media-sound/jack-cvs-0.7.0"

#S="${WORKDIR}/${P}"
S="${WORKDIR}/${PN/-cvs/}"
src_compile() {
	export WANT_AUTOCONF_2_5=1
	sh autogen.sh
	econf ${myconf}|| die "configure failed"
	emake || die "parallel make failed"
}

src_install() {
        
       	 einstall || die "make install failed"


	 pushd ${WORKDIR}
        	cd pixmaps
        	dodir /usr/share/jamin/pixmaps
        	cp * ${D}/usr/share/jamin/pixmaps
        popd

}


pkg_postinst() {
	einfo "********************************************"
	einfo "edit your .jamrc"
	einfo "pixmaps are in /usr/share/jamin/pixmaps"
	einfo "********************************************"
}
Comment 1 Antoine Rivoire 2003-06-05 06:56:53 UTC
forgot a depedency: fftw
if i remember right, we need fftw-3.0
will file a bug for that if not already there

>=dev/libs/fftw-3.0
Comment 2 Torben Hohn (RETIRED) gentoo-dev 2003-06-06 06:23:15 UTC
Created attachment 12877 [details]
jamin-cvs-0.1.ebuild

Better have it as an attachement.
cant test it currently as sourceforge is down :(

alsa DEPEND is not needed because of jack.
Comment 3 Torben Hohn (RETIRED) gentoo-dev 2003-06-06 06:27:59 UTC
Created attachment 12878 [details]
jamin-cvs-0.1.ebuild

hehe... autoconv typo :\
Comment 4 Torben Hohn (RETIRED) gentoo-dev 2003-06-06 06:30:28 UTC
there is already a bag and ebuild for fftw3...
but i dont know if they want to use fftw3 or fftw-3.0 as name

Comment 5 Torben Hohn (RETIRED) gentoo-dev 2003-06-06 06:34:14 UTC
there is already a bug for fftw3

Comment 6 Torben Hohn (RETIRED) gentoo-dev 2003-06-06 06:36:58 UTC
swh-plugins 0.4.2 is on the way also...
Comment 7 Antoine Rivoire 2003-06-08 11:33:38 UTC
Created attachment 12947 [details]
copying pixmaps now works, thanks to Zypher
Comment 8 Antoine Rivoire 2003-06-08 11:35:50 UTC
Created attachment 12948 [details]
copying pixmaps now works thanks to zypher
Comment 9 Torben Hohn (RETIRED) gentoo-dev 2003-06-13 02:36:22 UTC
it already works here.
Comment 10 Torben Hohn (RETIRED) gentoo-dev 2004-01-22 03:29:00 UTC
fixed because now there is a release...