Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 343718 Details for
Bug 463820
avidemux-2.6.3 +gtk (why remove gtk? gtk was work fine.)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
avidemux-2.6.3.ebuild +gtk
avidemux-2.6.3.ebuild (text/plain), 3.46 KB, created by
crucify
on 2013-03-30 09:44:41 UTC
(
hide
)
Description:
avidemux-2.6.3.ebuild +gtk
Filename:
MIME Type:
Creator:
crucify
Created:
2013-03-30 09:44:41 UTC
Size:
3.46 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-video/avidemux/avidemux-2.6.3.ebuild,v 1.1 2013/03/29 15:10:33 tomwij Exp $ > >EAPI="5" > >PLOCALES="ca cs de el es fr it ja pt_BR ru sr sr@latin tr" >inherit cmake-utils eutils flag-o-matic l10n toolchain-funcs > >SLOT="2.6" >MY_P="${PN}_${PV}" > >DESCRIPTION="Video editor designed for simple cutting, filtering and encoding tasks." >HOMEPAGE="http://fixounet.free.fr/${PN}" >SRC_URI="mirror://sourceforge/${PN}/${PV}/${MY_P}.tar.gz" > ># Multiple licenses because of all the bundled stuff. >LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain" >KEYWORDS="~amd64 ~x86" >IUSE="debug opengl nls gtk qt4 sdl vdpau xv" > >DEPEND="=media-libs/avidemux-core-${PV}[nls?,sdl?,vdpau?,xv?] > opengl? ( virtual/opengl ) > qt4? ( >=dev-qt/qtgui-4.8.3:4 )" >RDEPEND="$DEPEND" >PDEPEND="=media-libs/avidemux-plugins-${PV}" > >S="${WORKDIR}/${MY_P}" > >PROCESSES="buildCli:avidemux/cli" > >use gtk && PROCESSES+=" buildGtk:avidemux/gtk" >use qt4 && PROCESSES+=" buildQt4:avidemux/qt4" > >src_prepare() { > base_src_prepare > > # Fix icon name -> avidemux-2.6.png > sed -i -e "/^Icon/ s:${PN}:${PN}-2.6:" ${PN}2.desktop || die "Icon name fix failed." > > # The desktop file is broken. It uses avidemux2 instead of avidemux3 > # so it will actually launch avidemux-2.5 if it is installed. > sed -i -e "/^Exec/ s:${PN}2:${PN}3:" ${PN}2.desktop || die "Desktop file fix failed." > > # Now rename the desktop file to not collide with 2.5. > mv ${PN}2.desktop ${PN}-2.6.desktop || die "Collision rename failed." > > # The desktop file is broken. It uses avidemux2 instead of avidemux3 > # so it will actually launch avidemux-2.5 if it is installed. > #sed -i -re '/^Exec/ s:(avidemux3_)gtk:\1qt4:' ${PN}-2.6.desktop || die "Desktop file fix failed." > > # Fix QA warnings that complain a trailing ; is missing and Application is deprecated. > sed -i -e 's/Application;AudioVideo/AudioVideo;/g' ${PN}-2.6.desktop >} > >src_configure() { > local x mycmakeargs > > mycmakeargs=" > $(cmake-utils_use nls GETTEXT) > $(cmake-utils_use sdl SDL) > $(cmake-utils_use vdpau VDPAU) > $(cmake-utils_use xv XVIDEO) > " > use debug && POSTFIX="_debug" && mycmakeargs+="-DVERBOSE=1 -DCMAKE_BUILD_TYPE=Debug" > > for PROCESS in ${PROCESSES} ; do > SOURCE="${PROCESS%%:*}" > DEST="${PROCESS#*:}" > > mkdir "${S}"/${SOURCE} || die "Can't create build folder." > cd "${S}"/${SOURCE} || die "Can't enter build folder." > > cmake -DCMAKE_INSTALL_PREFIX="/usr" \ > ${mycmakeargs} -G "Unix Makefiles" ../"${DEST}${POSTFIX}/" || die "cmake failed." > done >} > >src_compile() { > # Add lax vector typing for PowerPC. > if use ppc || use ppc64 ; then > append-cflags -flax-vector-conversions > fi > > # See bug 432322. > use x86 && replace-flags -O0 -O1 > > for PROCESS in ${PROCESSES} ; do > SOURCE="${PROCESS%%:*}" > > cd "${S}/${SOURCE}" || die "Can't enter build folder." > emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" > done >} > >src_install() { > for PROCESS in ${PROCESSES} ; do > SOURCE="${PROCESS%%:*}" > > cd "${S}/${SOURCE}" || die "Can't enter build folder." > emake DESTDIR="${ED}" install > done > > cd "${S}" || die "Can't enter source folder." > > if [[ -f "${ED}"/usr/bin/avidemux3_cli ]] ; then > fperms +x /usr/bin/avidemux3_cli > fi > > if [[ -f "${ED}"/usr/bin/avidemux3_jobs ]] ; then > fperms +x /usr/bin/avidemux3_jobs > fi > use gtk && fperms +x /usr/bin/avidemux3_gtk > use qt4 && fperms +x /usr/bin/avidemux3_qt4 > > newicon ${PN}_icon.png ${PN}-2.6.png > use gtk && domenu ${PN}-2.6.desktop > > dodoc AUTHORS README >}
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 Raw
Actions:
View
Attachments on
bug 463820
: 343718