Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18254 - MythMusic ebuild
Summary: MythMusic ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on: 10533
Blocks:
  Show dependency tree
 
Reported: 2003-03-26 17:15 UTC by Max Kalika (RETIRED)
Modified: 2003-07-10 05:05 UTC (History)
0 users

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


Attachments
the ebuild specified in the report (mythmusic-0.8.ebuild,1.76 KB, text/plain)
2003-03-26 17:17 UTC, Max Kalika (RETIRED)
Details
ebuild mark 2! (mythmusic-0.8.ebuild,1.79 KB, text/plain)
2003-03-28 14:49 UTC, Max Kalika (RETIRED)
Details
media-plugins/mythmusic-0.9.ebuild (mythmusic-0.9.ebuild,1.58 KB, text/plain)
2003-06-09 22:13 UTC, Max Kalika (RETIRED)
Details
mythmusic/ChangeLog (ChangeLog,474 bytes, text/plain)
2003-06-09 22:15 UTC, Max Kalika (RETIRED)
Details
media-plugins/mythmusic-0.9.ebuild (mythmusic-0.9.ebuild,1.58 KB, text/plain)
2003-06-18 18:03 UTC, Max Kalika (RETIRED)
Details
ChangeLog (ChangeLog,579 bytes, text/plain)
2003-06-18 18:03 UTC, Max Kalika (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Kalika (RETIRED) gentoo-dev 2003-03-26 17:15:48 UTC
here's a new MythMusic ebuild (for the MythTV project -- #10533).
Comment 1 Max Kalika (RETIRED) gentoo-dev 2003-03-26 17:17:33 UTC
Created attachment 9865 [details]
the ebuild specified in the report

I put it in media-plugins, but that is rather arbitrary and definately not set
in stone.
Comment 2 Matt Taylor 2003-03-26 21:12:36 UTC
same commet about qmake and emake as bug 18256, and shouldn't you specify the versions of the deps since in the README he lists the ones that it needs?

>=media-libs/libvorbis-1.0
>=media-sound/cdparanoia-3.9.8
>=media-libs/libcdaudio-0.99.6
>=media-libs/flac-1.0.4
sdl? ( >=media-libs/libsdl-1.2.5 )
Comment 3 Max Kalika (RETIRED) gentoo-dev 2003-03-27 01:32:06 UTC
here's a quick check...

valkyrie portage # grep KEYWORDS media-{libs/{libvorbis/libvorbis,libcdaudio/lib
cdaudio,flac/flac,libsdl/libsdl},sound/cdparanoia/cdparanoia}-*.ebuild
media-libs/libvorbis/libvorbis-1.0-r1.ebuild:KEYWORDS="x86 ppc sparc alpha"
media-libs/libvorbis/libvorbis-1.0-r2.ebuild:KEYWORDS="x86 ppc sparc alpha"
media-libs/libvorbis/libvorbis-1.0.ebuild:KEYWORDS="x86 ppc sparc "
media-libs/libcdaudio/libcdaudio-0.99.6-r1.ebuild:KEYWORDS="x86 ppc sparc ~alpha"
media-libs/libcdaudio/libcdaudio-0.99.6-r2.ebuild:KEYWORDS="x86 ppc sparc ~alpha ~arm ~hppa ~mips"
media-libs/flac/flac-1.0.3.ebuild:KEYWORDS="x86 ppc sparc "
media-libs/flac/flac-1.0.4.ebuild:KEYWORDS="x86 ppc ~sparc"
media-libs/flac/flac-1.1.0.ebuild:KEYWORDS="x86 ppc ~sparc ~alpha"
media-libs/libsdl/libsdl-1.2.4.20020601.ebuild:KEYWORDS="x86 ppc sparc"
media-libs/libsdl/libsdl-1.2.5-r1.ebuild:KEYWORDS="x86 alpha ppc sparc"
media-libs/libsdl/libsdl-1.2.5.ebuild:KEYWORDS="x86 alpha ~ppc ~sparc"
media-sound/cdparanoia/cdparanoia-3.9.8.ebuild:KEYWORDS="x86 ppc sparc alpha"


Looking at the keywords, it seems that the versions required by Myth* are marked stable in portage, at least of x86.  I suppose it wouldn't hurt to add the version specifier for the two dependencies that have older versions available in portage (namely libsdl and flac).  I'll make the change.
Comment 4 Matt Taylor 2003-03-27 15:24:33 UTC
Well the reason I sugest adding the versions is cuz what's stable changes.  I'm still using a Gentoo-1.1a system with ~x86 pacakges, so I have a lot of old stuff that wouldn't work with this ebuild if it just specified the name and no minimun versions.
Comment 5 Max Kalika (RETIRED) gentoo-dev 2003-03-28 14:49:28 UTC
Created attachment 9962 [details]
ebuild mark 2!

just a small update:

1) add versions to those dependencies where an oldever dep version is available
2) add dev-libs/fftw dependency for opengl as well (documented as needed)
Comment 6 Max Kalika (RETIRED) gentoo-dev 2003-06-09 22:13:43 UTC
Created attachment 13033 [details]
media-plugins/mythmusic-0.9.ebuild  

Bump'n'clean of mythmusic ebuild.  Changes similar to those of bug 18275.
Comment 7 Max Kalika (RETIRED) gentoo-dev 2003-06-09 22:15:01 UTC
Created attachment 13034 [details]
mythmusic/ChangeLog

Initial ChangeLog.  Nothing special here.
Comment 8 Max Kalika (RETIRED) gentoo-dev 2003-06-18 18:03:33 UTC
Created attachment 13505 [details]
media-plugins/mythmusic-0.9.ebuild

change depend to media-tv/mythtv
Comment 9 Max Kalika (RETIRED) gentoo-dev 2003-06-18 18:03:54 UTC
Created attachment 13506 [details]
ChangeLog
Comment 10 John Mylchreest (RETIRED) gentoo-dev 2003-07-10 05:05:46 UTC
Incorporated into portage