Bug 99 - new package: flac
Summary: new package: flac
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P3 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-10 15:15 UTC by Sven Neumann
Modified: 2009-02-25 19:52 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments
tar archive with files added in package/multimedia/flac (30.00 KB, application/x-tar)
2009-02-10 15:17 UTC, Sven Neumann
Details
patch to enable the gstreamer flac plug-in (1.11 KB, patch)
2009-02-10 15:19 UTC, Sven Neumann
Details
libsndfile does not seem to like the current version of flac, so disable flac support in libsndfile (374 bytes, patch)
2009-02-10 15:20 UTC, Sven Neumann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Neumann 2009-02-10 15:15:49 UTC
I've added flac in my copy of buildroot and would appreciate if this new package could be included upstream.
Comment 1 Sven Neumann 2009-02-10 15:17:10 UTC
Created attachment 57 [details]
tar archive with files added in package/multimedia/flac
Comment 2 Sven Neumann 2009-02-10 15:19:01 UTC
Created attachment 59 [details]
patch to enable the gstreamer flac plug-in
Comment 3 Sven Neumann 2009-02-10 15:20:06 UTC
Created attachment 61 [details]
libsndfile does not seem to like the current version of flac, so disable flac support in libsndfile
Comment 4 Peter Korsgaard 2009-02-20 11:21:26 UTC
Thanks, I'm looking into it now.

Please provide a bit more details about flac-1.2.1-bitreader-optimizations.patch - Where does it come from? Is it submitted / accepted upstream? What is the impact of (not) including it?
Comment 5 Sven Neumann 2009-02-20 12:11:37 UTC
Perhaps just omit it for now. It was an attempt to fix a problem that later turned out to be a problem in the toolchain. I will run some benchmarks when I find time for it and if the patch turns out to be a significant improvement, I will open another bug report for it.
Comment 6 Peter Korsgaard 2009-02-25 19:52:22 UTC
Thanks, applied libflac and gstreamer patches. I've updated libsndfile so it builds with libflac instead of your workaround.