Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146641 - media-libs/libbassmod-bin-2.0.ebuild (new package)
Summary: media-libs/libbassmod-bin-2.0.ebuild (new package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-09-06 21:29 UTC by unlord
Modified: 2012-01-19 20:58 UTC (History)
0 users

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


Attachments
media-libs/libbassmod-2.0.ebuild (libbassmod-2.0.ebuild,628 bytes, text/plain)
2006-09-06 21:30 UTC, unlord
Details
media-libs/libbassmod-bin-2.0.ebuild (libbassmod-bin-2.0.ebuild,675 bytes, text/plain)
2006-09-06 22:18 UTC, unlord
Details
media-libs/libbassmod-bin-2.0.ebuild (libbassmod-bin-2.0.ebuild,609 bytes, text/plain)
2006-09-06 22:39 UTC, unlord
Details
media-libs/libbass-bin-2.4 (libbass-bin-2.4.ebuild,658 bytes, text/plain)
2011-11-12 04:24 UTC, Oschtan
Details
media-libs/libbass-bin-2.4 (libbass-bin-2.4.ebuild,607 bytes, text/plain)
2011-11-12 07:11 UTC, Oschtan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description unlord 2006-09-06 21:29:55 UTC
I've created an ebuild for the MOD decoding library bassmod.
Comment 1 unlord 2006-09-06 21:30:59 UTC
Created attachment 96239 [details]
media-libs/libbassmod-2.0.ebuild
Comment 2 unlord 2006-09-06 22:18:25 UTC
Created attachment 96244 [details]
media-libs/libbassmod-bin-2.0.ebuild
Comment 3 unlord 2006-09-06 22:39:12 UTC
Created attachment 96247 [details]
media-libs/libbassmod-bin-2.0.ebuild
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-09-07 00:25:54 UTC
Reopen if this can be used for something else than Bug 146646. WONTFIX meanwhile. Thanks.
Comment 5 unlord 2006-09-07 12:21:50 UTC
This library can be used for other things (like decoding MOD files for an open source/free game or other multimedia app).

I've spoken with jakub and he agreed to accept this ebuild.
Comment 6 Oschtan 2011-11-12 04:24:21 UTC
Created attachment 292247 [details]
media-libs/libbass-bin-2.4
Comment 7 Oschtan 2011-11-12 07:10:49 UTC
Comment on attachment 292247 [details]
media-libs/libbass-bin-2.4

># Copyright 1999-2011 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>
>EAPI="3"
>
>DESCRIPTION="MOD only (XM, IT, S3M, MOD, MTM, UMX) version of BASS"
>HOMEPAGE="http://www.un4seen.com/bassmod.html"
>SRC_URI="http://us.un4seen.com/files/bass24-linux.zip"
>
>LICENSE="free-noncomm"
>SLOT="0"
>KEYWORDS="-* ~amd64 ~x86"
>IUSE="doc"
>RESTRICT="mirror strip"
>
>DEPEND="app-arch/unzip"
>
>src_compile() {
>	:;
>}
>
>src_install() {
>	insinto /usr/include
>	doins bass.h
>
>	use doc && dodoc bass.txt
>
>	if use x86 ; then 
>		dolib.so libbass.so
>	else 
>		dolib.so x64/libbass.so
>	fi
>}
Comment 8 Oschtan 2011-11-12 07:11:39 UTC
Created attachment 292255 [details]
media-libs/libbass-bin-2.4