Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 6285 Details for
Bug 11740
mpg123-pre0.59s supports id3_v2 info and more formats
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Test version of the ebuild - it compiles for me, but definitely needs work.
mpg123-0.59s-r1.ebuild (text/plain), 1.33 KB, created by
Turambar
on 2002-12-07 15:02:07 UTC
(
hide
)
Description:
Test version of the ebuild - it compiles for me, but definitely needs work.
Filename:
MIME Type:
Creator:
Turambar
Created:
2002-12-07 15:02:07 UTC
Size:
1.33 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.59r-r1.ebuild,v 1.8 2002/10/04 05:54:10 vapier Exp $ > >P="mpg123-pre0.59s" >S=${WORKDIR}/mpg123 > >DESCRIPTION="Real Time mp3 player" >SRC_URI="http://www.mpg123.de/mpg123/${P}.tar.gz" >HOMEPAGE="http://www.mpg123.de/" > >DEPEND="virtual/glibc" > >SLOT="0" >LICENSE="as-is" >KEYWORDS="x86 ppc sparc sparc64" > >src_unpack () { > unpack ${A} > cd ${S} > cp Makefile Makefile.orig > sed -e "s:-O2 -m486:${CFLAGS}:" \ > -e "s:-O2 -mcpu=ppc:${CFLAGS}:g" Makefile.orig > Makefile >} > >src_compile() { > local MAKEOPT="" > local MAKESTYLE="" > > SYSTEM_ARCH=`echo $ARCH |\ > sed -e s/[i]*.86/i386/ \ > -e s/sun.*/sparc/ \ > -e s/arm.*/arm/ \ > -e s/sa110/arm/` > > if [ -z "$SYSTEM_ARCH" ] > then > SYSTEM_ARCH=`uname -m |\ > sed -e s/[i]*.86/i386/ -e s/arm.*/arm/ -e s/sa110/arm/` > fi > > case $SYSTEM_ARCH in > ppc) > MAKESTYLE="-ppc";; > i386) > if [ -z "use mmx" ] > then > MAKESTYLE="-mmx" > else > MAKESTYLE="-i486" > fi;; > sparc64) > MAKESTYLE="-sparc";; > sparc) > MAKESTYLE="-sparc";; > arm) > ;; > esac > > make linux${MAKESTYLE}${MAKEOPT} || die >} > >src_install () { > into /usr > dobin mpg123 > doman mpg123.1 > dodoc BENCHMARKING BUGS CHANGES COPYING JUKEBOX README* TODO >}
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 11740
: 6285