Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 453252 - media-libs/mlt-0.8.6-r1: add --enable-gpl3 to src_configure
Summary: media-libs/mlt-0.8.6-r1: add --enable-gpl3 to src_configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-01-20 22:42 UTC by Nikoli
Modified: 2013-01-27 14:50 UTC (History)
0 users

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


Attachments
patch, works for me (mlt-0.8.6-r1.ebuild.patch,663 bytes, patch)
2013-01-20 22:42 UTC, Nikoli
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2013-01-20 22:42:08 UTC
Created attachment 336276 [details, diff]
patch, works for me

mlt-0.8.6 $ grep -i gpl3 ChangeLog -a4
2012-03-27  Dan Dennedy <dan@dennedy.org>

  * GPLv3, configure, src/modules/qimage/Makefile,
  src/modules/qimage/configure, src/modules/qimage/factory.c: require configure
  --enable-gpl3 for GPLv3 services (currently only vqm)


After rebuilding with gpl3 enabled one bin is changed:
 /usr/lib64/mlt/libmltqimage.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped
-92008  /usr/lib64/mlt/libmltqimage.so
-24d51023f09ff67a91471cda9dd30021  /usr/lib64/mlt/libmltqimage.so
+100200 /usr/lib64/mlt/libmltqimage.so
+0b4361772fb2cacb9dc35e7e6e2b5c5a  /usr/lib64/mlt/libmltqimage.so
 /usr/lib64/mlt/libmltqimage.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped
 libc.so.6
 libexif.so.12
 libgcc_s.so.1
 libkdecore.so.5
 libmlt.so.5
+libm.so.6
 libpthread.so.0
 libQtCore.so.4
 libQtGui.so.4
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2013-01-27 14:50:27 UTC
applied, thanks!