Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 134965 Details for
Bug 184123
media-sound/oss4 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
This version installs the init script as /etc/init.d/oss4 as opposed to /etc/init.d/oss - see comment for reason
oss-4.0.1008-r1.ebuild (text/plain), 2.08 KB, created by
Jozsef Daniel
on 2007-11-01 20:55:28 UTC
(
hide
)
Description:
This version installs the init script as /etc/init.d/oss4 as opposed to /etc/init.d/oss - see comment for reason
Filename:
MIME Type:
Creator:
Jozsef Daniel
Created:
2007-11-01 20:55:28 UTC
Size:
2.08 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils versionator > ># TODO: ># * properly check for the kernel version, using the check-kernel.eclass ># * get rid of the sed commands and the ossxmix patch, with some help from 4Front ># * better initscript ># * bugfixing > ># New in this version (2007-10-11): ># * version bump to build 1008 ># * got rid of a sed command ># * added more items in the SRC_URI ># * made the ossxmix patch name version-independent > >DESCRIPTION="Open Sound System - portable, mixing-capable, high quality sound system for Unix." >HOMEPAGE="http://developer.opensound.com/" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="sys-apps/gawk > >=x11-libs/gtk+-2 > >=sys-kernel/linux-headers-2.6.11" > >RDEPEND="${DEPEND}" > >MY_PV=$(get_version_component_range 1-2) >MY_BUILD=$(get_version_component_range 3) > >SRC_URI="http://www.4front-tech.com/developer/sources/stable/oss-v${MY_PV}-build${MY_BUILD}-src-gpl.tar.bz2 \ >http://voimakentta.vpalvelin.com/sources/stable/oss-v${MY_PV}-build${MY_BUILD}-src-gpl.tar.bz2 \ >http://developer.opensound.com/sources/stable/oss-v${MY_PV}-build${MY_BUILD}-src-gpl.tar.bz2 " > >S="${WORKDIR}/build" > >src_unpack() { > unpack ${A} > mkdir build > cd "${S}" > > ${WORKDIR}/oss-v${MY_PV}-build${MY_BUILD}-src-gpl/configure || die "configure failed" > > cp ${WORKDIR}/build/cmd/ossxmix/Makefile \ > ${WORKDIR}/build/cmd/ossxmix/Makefile.bak > > sed -i -e 's/$(CFLAGS) $(OSFLAGS)//;s/$(CFLAGS) $(LIBRARIES)//' \ > ${WORKDIR}/build/cmd/*/Makefile \ > ${WORKDIR}/build/os_cmd/Linux/ossdetect/Makefile \ > ${WORKDIR}/build/os_cmd/Linux/ossvermagic/Makefile \ > || die "sed failed" > > mv ${WORKDIR}/build/cmd/ossxmix/Makefile.bak \ > ${WORKDIR}/build/cmd/ossxmix/Makefile > > epatch "${FILESDIR}"/ossxmix_fix_segfault.patch \ > || die "epatch failed" >} > >src_compile() { > emake build || die "emake build failed" >} > >src_install() { > newinitd "${FILESDIR}"/oss oss4 > cp -R prototype/* ${D} > ewarn "In order to use OSSv4 you must run" > ewarn "# /etc/init.d/oss start " > ewarn "Enjoy OSSv4 !" >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 184123
:
129295
|
129654
|
129655
|
129657
|
129658
|
131327
|
131329
|
133153
|
134965
|
135027
|
135029
|
135932
|
135933
|
137503
|
137504
|
137506
|
138566
|
138567
|
138569
|
139887
|
142815
|
142817
|
142819
|
142820
|
153689
|
176122
|
176124
|
176125
|
176126
|
176605
|
176607
|
176609
|
177020
|
181575
|
181577
|
213095
|
213154
|
213155
|
213156
|
213157
|
213194
|
297327
|
297331
|
319606
|
319624
|
319632
|
382776