Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 383302 Details for
Bug 501832
media-video/makemkv - add USE=X
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add optional qt4 support
file_501832.txt (text/plain), 1.92 KB, created by
Steve Dibb (RETIRED)
on 2014-08-21 23:18:07 UTC
(
hide
)
Description:
add optional qt4 support
Filename:
MIME Type:
Creator:
Steve Dibb (RETIRED)
Created:
2014-08-21 23:18:07 UTC
Size:
1.92 KB
patch
obsolete
>--- makemkv-1.8.12-r1.ebuild 2014-08-21 17:14:03.691331136 -0600 >+++ makemkv-1.8.12-r2.ebuild 2014-08-21 17:13:02.201854958 -0600 >@@ -1,6 +1,6 @@ > # Copyright 1999-2014 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/makemkv-1.8.12-r1.ebuild,v 1.1 2014/08/20 00:37:34 mattm Exp $ >+# $Header: $ > > EAPI=5 > inherit eutils gnome2-utils multilib flag-o-matic >@@ -16,17 +16,19 @@ > LICENSE="LGPL-2.1 MPL-1.1 MakeMKV-EULA openssl" > SLOT="0" > KEYWORDS="~amd64 ~x86" >-IUSE="multilib" >+IUSE="multilib qt4" > > QA_PREBUILT="opt/bin/makemkvcon opt/bin/mmdtsdec" > > RDEPEND="dev-libs/expat > dev-libs/openssl:0 > sys-libs/zlib >- virtual/opengl >- dev-qt/qtcore:4 >- dev-qt/qtdbus:4 >- dev-qt/qtgui:4 >+ qt4? ( >+ virtual/opengl >+ dev-qt/qtcore:4 >+ dev-qt/qtdbus:4 >+ dev-qt/qtgui:4 >+ ) > >=sys-libs/glibc-2.12.0 > || ( >=media-video/ffmpeg-1.0.0 >=media-video/libav-0.8.9 ) > amd64? ( multilib? ( app-emulation/emul-linux-x86-baselibs ) )" >@@ -40,8 +42,10 @@ > > src_configure() { > replace-flags -O* -Os >+ local args="" >+ use qt4 || args="--disable-gui" > if [[ -x ${ECONF_SOURCE:-.}/configure ]] ; then >- econf >+ econf $args > fi > } > >@@ -61,14 +65,17 @@ > dosym libmmbd.so.0 /usr/$(get_libdir)/libmmbd.so > dosym libmmbd.so.0 /usr/$(get_libdir)/libmmbd.so.0.${PV} > into /opt >- dobin out/makemkv > >- local res >- for res in 16 22 32 64 128; do >- newicon -s ${res} makemkvgui/share/icons/${res}x${res}/makemkv.png ${PN}.png >- done >+ if use qt4; then >+ dobin out/makemkv > >- make_desktop_entry ${PN} MakeMKV ${PN} 'Qt;AudioVideo;Video' >+ local res >+ for res in 16 22 32 64 128; do >+ newicon -s ${res} makemkvgui/share/icons/${res}x${res}/makemkv.png ${PN}.png >+ done >+ >+ make_desktop_entry ${PN} MakeMKV ${PN} 'Qt;AudioVideo;Video' >+ fi > > # install bin package > pushd "${WORKDIR}"/${MY_PB}/bin >/dev/null
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 501832
:
370804
|
370886
|
372494
| 383302