Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96818 - daapd ebuild does not enable howl/mpeg4 when appropriate use flags are enabled
Summary: daapd ebuild does not enable howl/mpeg4 when appropriate use flags are enabled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
: 99742 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-06-22 18:45 UTC by Daryl Ball
Modified: 2005-10-25 15:07 UTC (History)
2 users (show)

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


Attachments
fixed ebuild (daapd-0.2.4.ebuild,1.29 KB, text/plain)
2005-06-22 18:46 UTC, Daryl Ball
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daryl Ball 2005-06-22 18:45:50 UTC
the ebuild for daapd-0.2.4 does not correctly patch the makefile to enable howl
or mpeg4 when these use flags are set

Reproducible: Always
Steps to Reproduce:
1.USE="howl mpeg4" emerge daapd
2.
3.

Actual Results:  
daapd builds without howl/mpeg4 support

Expected Results:  
daapd builds with howl/mpeg4 support
Comment 1 Daryl Ball 2005-06-22 18:46:27 UTC
Created attachment 61747 [details]
fixed ebuild
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-17 04:20:31 UTC
*** Bug 99742 has been marked as a duplicate of this bug. ***
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-17 04:46:49 UTC
Fixed in a different (and easier) way in -r1.  
Comment 4 Paul Forgey 2005-10-24 14:09:21 UTC
(In reply to comment #3)
> Fixed in a different (and easier) way in -r1.  

Still broken.  I don't see -DHOWL_ENABLE on the compiler's command line.  I _do_ see HOWL_ENABLE=1 
set in the emake process, however it's useless because this is right at the top of the makefile:

# configure daapd here

HOWL_ENABLE = 0
ZLIB_ENABLE = 1
MPEG4_ENABLE = 0


Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-24 14:57:52 UTC
Hrm it does get linked to libhowl tho... have to look at that better then. 
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-24 22:27:42 UTC
This should be fixed in -r2 now. 
Comment 7 Paul Forgey 2005-10-25 15:07:50 UTC
I don't use mpeg4 so I can't speak for that side of the problem, but it is now properly building with howl 
support.  Thanks!