Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 412345 - media-sound/bristol has wrong install paths
Summary: media-sound/bristol has wrong install paths
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2012-04-17 14:11 UTC by Ștefan Talpalaru
Modified: 2012-06-30 05:55 UTC (History)
0 users

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


Attachments
bristol-0.60.9.ebuild - fixed (bristol-0.60.9.ebuild,981 bytes, text/plain)
2012-04-17 14:11 UTC, Ștefan Talpalaru
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ștefan Talpalaru 2012-04-17 14:11:40 UTC
Created attachment 309257 [details]
bristol-0.60.9.ebuild - fixed

startBristol doesn't work because the /usr/share files have extra subdirs. Eliminating the autotools-utils eclass and sticking to eutils fixes the ebuild.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-04-17 16:12:22 UTC
Comment on attachment 309257 [details]
bristol-0.60.9.ebuild - fixed

--- bristol-0.60.9.ebuild       2011-11-29 17:42:00.000000000 +0100
+++ -   2012-04-17 18:12:10.585658275 +0200
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/bristol-0.60.9.ebuild,v 1.5 2011/11/28 02:14:21 radhermit Exp $
+# $Header: $
 
 EAPI="4"
 
-inherit eutils autotools-utils
+inherit eutils
 
 DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others"
 HOMEPAGE="http://sourceforge.net/projects/bristol"
@@ -30,7 +30,6 @@
 PATCHES=( "${FILESDIR}"/${P}-cflags.patch )
 
 src_prepare() {
-       autotools-utils_src_prepare
        eautoreconf
 }
 
@@ -41,5 +40,5 @@
                $(use_enable oss)
                #$(use_enable osc liblo)
        )
-       autotools-utils_src_configure
+       econf ${myeconfargs}
 }
Comment 2 Tim Harder gentoo-dev 2012-06-30 05:55:02 UTC
This should be fixed in 0.60.10.