diff options
Diffstat (limited to 'media-libs/avidemux-plugins/avidemux-plugins-2.6.20-r1.ebuild')
-rw-r--r-- | media-libs/avidemux-plugins/avidemux-plugins-2.6.20-r1.ebuild | 176 |
1 files changed, 176 insertions, 0 deletions
diff --git a/media-libs/avidemux-plugins/avidemux-plugins-2.6.20-r1.ebuild b/media-libs/avidemux-plugins/avidemux-plugins-2.6.20-r1.ebuild new file mode 100644 index 0000000..28175a1 --- /dev/null +++ b/media-libs/avidemux-plugins/avidemux-plugins-2.6.20-r1.ebuild @@ -0,0 +1,176 @@ +# Copyright 2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +RESTRICT="mirror" + +PYTHON_COMPAT=( python2_7 ) + +inherit cmake-utils eutils flag-o-matic python-single-r1 + +SLOT="2.6" + +DESCRIPTION="Plugins for media-video/avidemux" +HOMEPAGE="http://fixounet.free.fr/avidemux" + +# Multiple licenses because of all the bundled stuff. +LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain" +IUSE="aac aften a52 alsa amr debug dts fontconfig fribidi jack lame libsamplerate cpu_flags_x86_mmx nvenc opengl opus oss pulseaudio qt4 qt5 vorbis truetype twolame xv xvid x264 x265 vdpau vpx" +KEYWORDS="~amd64 ~x86" + +MY_PN="${PN/-plugins/}" +if [[ ${PV} == *9999* ]] ; then + MY_P=$P + KEYWORDS="" + PROPERTIES="live" + EGIT_REPO_URI="git://gitorious.org/${MY_P}2-6/${MY_P}2-6.git https://git.gitorious.org/${MY_P}2-6/${MY_P}2-6.git" + EGIT_REPO_URI="https://github.com/mean00/${MY_P}2" + inherit git-r3 +else + MY_P="${MY_PN}_${PV}" + SRC_URI="mirror://sourceforge/${MY_PN}/${MY_PN}/${PV}/${MY_P}.tar.gz" +fi + +RDEPEND=" + ~media-libs/avidemux-core-${PV}:${SLOT}[qt5?,vdpau?] + ~media-video/avidemux-${PV}:${SLOT}[opengl?,qt4?,qt5?] + >=dev-lang/spidermonkey-1.5-r2:0= + dev-libs/libxml2:2 + media-libs/libpng:0= + virtual/libiconv:0 + aac? ( + media-libs/faac:0 + media-libs/faad2:0 + ) + aften? ( media-libs/aften:0 ) + alsa? ( >=media-libs/alsa-lib-1.0.3b-r2:0 ) + amr? ( media-libs/opencore-amr:0 ) + dts? ( media-libs/libdca:0 ) + fontconfig? ( media-libs/fontconfig:1.0 ) + fribidi? ( dev-libs/fribidi:0 ) + jack? ( + media-sound/jack-audio-connection-kit:0 + libsamplerate? ( media-libs/libsamplerate:0 ) + ) + lame? ( media-sound/lame:0 ) + nvenc? ( amd64? ( media-video/nvidia_video_sdk:0 ) ) + opus? ( media-libs/opus:0 ) + oss? ( virtual/os-headers:0 ) + pulseaudio? ( media-sound/pulseaudio:0 ) + truetype? ( media-libs/freetype:2 ) + twolame? ( media-sound/twolame:0 ) + x264? ( media-libs/x264:0= ) + x265? ( >=media-libs/x265-1.9 ) + xv? ( + x11-libs/libX11:0 + x11-libs/libXext:0 + x11-libs/libXv:0 + ) + xvid? ( media-libs/xvid:0 ) + vorbis? ( media-libs/libvorbis:0 ) + vpx? ( media-libs/libvpx:0 ) +" +DEPEND="$RDEPEND + ${PYTHON_DEPS}" + +S="${WORKDIR}/${MY_P}" + +REQUIRED_USE="!amd64? ( !nvenc ) qt5? ( !qt4 ) " + +PATCHES=( + "${FILESDIR}"/${PN}-2.6.14-optional-pulse.patch +) + +src_prepare() { + default +} + +src_configure() { + # 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 + + # Filter problematic flags + filter-flags -fwhole-program -flto + + processes="buildPluginsCommon:avidemux_plugins + buildPluginsCLI:avidemux_plugins" + if use qt4 || use qt5 ; then + processes+=" buildPluginsQt4:avidemux_plugins" + if use qt5 ; then + mycmakeargs+=( -DENABLE_QT5=True ) + export QT_SELECT=5 + append-cxxflags $(test-flags-CXX -std=gnu++11) + else + export QT_SELECT=4 + # Needed for gcc-6 + append-cxxflags $(test-flags-CXX -std=gnu++98) + fi + fi + + for process in ${processes} ; do + local build="${process%%:*}" + + local mycmakeargs + mycmakeargs=( + -DAVIDEMUX_SOURCE_DIR="'${S}'" + -DPLUGIN_UI=$(echo ${build/buildPlugins/} | tr '[:lower:]' '[:upper:]') + -DFAAC="$(usex aac)" + -DFAAD="$(usex aac)" + -DALSA="$(usex alsa)" + -DAFTEN="$(usex aften)" + -DOPENCORE_AMRWB="$(usex amr)" + -DOPENCORE_AMRNB="$(usex amr)" + -DLIBDCA="$(usex dts)" + -DFONTCONFIG="$(usex fontconfig)" + -DJACK="$(usex jack)" + -DLAME="$(usex lame)" + -DNVENC="$(usex nvenc)" + -DOPUS="$(usex opus)" + -DOSS="$(usex oss)" + -DPULSEAUDIOSIMPLE="$(usex pulseaudio)" + -DQT4="$(usex qt4)" + -DFREETYPE2="$(usex truetype)" + -DTWOLAME="$(usex twolame)" + -DX264="$(usex x264)" + -DX265="$(usex x265)" + -DXVIDEO="$(usex xv)" + -DXVID="$(usex xvid)" + -DVDPAU="$(usex vdpau)" + -DVORBIS="$(usex vorbis)" + -DLIBVORBIS="$(usex vorbis)" + -DVPXDEC="$(usex vpx)" + ) + + if use debug ; then + mycmakeargs+=( -DVERBOSE=1 -DCMAKE_BUILD_TYPE=Debug -DADM_DEBUG=1 ) + fi + + mkdir "${S}"/${build} || die "Can't create build folder." + + CMAKE_USE_DIR="${S}"/${process#*:} BUILD_DIR="${S}"/${build} cmake-utils_src_configure + done +} + +src_compile() { + for process in ${processes} ; do + BUILD_DIR="${S}/${process%%:*}" cmake-utils_src_compile + done +} + +src_install() { + for process in ${processes} ; do + # cmake-utils_src_install doesn't respect BUILD_DIR + # and there sometimes is a preinstall phase present. + pushd "${S}/${process%%:*}" > /dev/null || die + grep '^preinstall/fast' Makefile && emake DESTDIR="${D}" preinstall/fast + grep '^install/fast' Makefile && emake DESTDIR="${D}" install/fast + popd > /dev/null || die + done + + #python_fix_shebang "${D}" +} |