Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 161936 - media-sound/djplay-0.5.0 version bump
Summary: media-sound/djplay-0.5.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords: EBUILD
Depends on: 161935
Blocks:
  Show dependency tree
 
Reported: 2007-01-13 19:45 UTC by Steven De Bock
Modified: 2007-01-30 20:42 UTC (History)
1 user (show)

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


Attachments
Proposed ebuild for djplay-0.5.0 (djplay-0.5.0.ebuild,1.46 KB, text/plain)
2007-01-13 19:47 UTC, Steven De Bock
Details
patch for the configure.ac file from the djplay-0.5.0 package (djplay-0.5.0-configure.ac.patch,7.85 KB, text/plain)
2007-01-13 19:49 UTC, Steven De Bock
Details
Proposed ebuild for djplay-0.5.0 (djplay-0.5.0.ebuild,1.51 KB, text/plain)
2007-01-13 20:17 UTC, Steven De Bock
Details
Corrected ebuild for djplay-0.5.0 (djplay-0.5.0.ebuild,1.45 KB, text/plain)
2007-01-28 11:09 UTC, Steven De Bock
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steven De Bock 2007-01-13 19:45:34 UTC
djplay-0.5.0 as a newer version to the djplay-0.3.0 package.

-> Use-flags has been added.
-> automagic dependencies from configure.ac have been patched and upstream has been informed

Reproducible: Always

Steps to Reproduce:




Attachments follow
Comment 1 Steven De Bock 2007-01-13 19:47:34 UTC
Created attachment 106836 [details]
Proposed ebuild for djplay-0.5.0

Please consider Bug# 161935. It introduces a dependency required for this package.
Comment 2 Steven De Bock 2007-01-13 19:49:09 UTC
Created attachment 106838 [details]
patch for the configure.ac file from the djplay-0.5.0 package

This patch is mainly used to resolve some automagic dependencies.
Comment 3 Steven De Bock 2007-01-13 20:17:32 UTC
Created attachment 106846 [details]
Proposed ebuild for djplay-0.5.0
Comment 4 Steven De Bock 2007-01-13 20:23:21 UTC
I would also like to thank masterdriverz! He deserves credit for reviewing this ebuild and helping me out with usefull "tips&tricks" for writing the patch and ebuild.
Comment 5 Steven De Bock 2007-01-21 15:55:36 UTC
I noticed an echo statement in the ebuild, which I overlooked when applying the proposed ebuild:

---> src_compile() {
	local myconf

	if use mpeg; then
		myconf=--with-mpeg3includes=/usr/include/libmpeg3
		----> echo "tttttttttttttttttteeeeeeeeeeeeeeeeeee ${myconf}"
	fi
Comment 6 Steven De Bock 2007-01-28 11:09:19 UTC
Created attachment 108361 [details]
Corrected ebuild for djplay-0.5.0

I removed the echo statement
Comment 7 Alexis Ballier gentoo-dev 2007-01-30 12:15:29 UTC
thanks for the update, the problem was not that as it was not difficult to fix ;)
this is just that I didn't have time to test and commit it :/

I only had a problem with masked libmpeg3 1.7, made a patch for it and want to make sure it's safe. I hope I'll be able to bump it tonight or tomorrow
Comment 8 Alexis Ballier gentoo-dev 2007-01-30 20:42:43 UTC
Bumped, thank you very much ;)