Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 475028 - app-emulation/emul-linux-x86-medialibs-20130224-r2: MPEG-4 should be conditional on !abi_x86_32 in LICENSE
Summary: app-emulation/emul-linux-x86-medialibs-20130224-r2: MPEG-4 should be conditio...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks:
 
Reported: 2013-06-27 19:52 UTC by Ulrich Müller
Modified: 2013-06-27 20:29 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2013-06-27 19:52:40 UTC
The ebuild doesn't install libfaac any more, therefore MPEG-4 should be removed from LICENSE.
Comment 1 Alexis Ballier gentoo-dev 2013-06-27 20:18:30 UTC
should be : !abi_x86_32? ( MPEG-4 ) rather; it still installs libfaac without abi_x86_32 set
Comment 2 Ulrich Müller gentoo-dev 2013-06-27 20:25:07 UTC
(In reply to Alexis Ballier from comment #1)
> should be : !abi_x86_32? ( MPEG-4 ) rather; it still installs libfaac
> without abi_x86_32 set

You're right, of course.
Comment 3 Alexis Ballier gentoo-dev 2013-06-27 20:29:54 UTC
 
+  27 Jun 2013; Alexis Ballier <aballier@gentoo.org>
+  emul-linux-x86-medialibs-20130224-r2.ebuild:
+  Make MPEG-4 license conditional on whether we whip faac or not. Bug #475028
+  by Ulrich Müller.
+

thanks!