Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/avidemux/
Date: Fri, 01 Jan 2021 01:06:52
Message-Id: 1609462956.eaf2ef2b3a2e5f4d6913893cb14c1336426e775b.mgorny@gentoo
1 commit: eaf2ef2b3a2e5f4d6913893cb14c1336426e775b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 01:02:36 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 01:02:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf2ef2b
7
8 media-video/avidemux: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-video/avidemux/Manifest | 1 -
13 media-video/avidemux/avidemux-2.7.4-r1.ebuild | 129 --------------------------
14 2 files changed, 130 deletions(-)
15
16 diff --git a/media-video/avidemux/Manifest b/media-video/avidemux/Manifest
17 index 8b053b938cb..1024821da92 100644
18 --- a/media-video/avidemux/Manifest
19 +++ b/media-video/avidemux/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST avidemux-2.7.4.tar.gz 23815808 BLAKE2B 3a7206f04f568f28dd4d5116c580dd780b057a59e94dd61a2abe5dadfa557291a0c50f917ad1926f9f9a82d01af065c06138f954320e2d9c174fda7583a6b265 SHA512 36d857837cd6a74039a414df16367cd8cbf615173bcc531e57dc0dbfc2e002b1c0c4a80cef73a0d8f25d305deca809af0b5cbcdbad8c311324fa2e64381fd10b
22 DIST avidemux-2.7.6.tar.gz 21963753 BLAKE2B 6ca343f90c37844ebfd61123badccefb7327cbf500723c031257cf26500a5b6d98955568c2a9c0d182af68f162e878459a51e6049485937f9b01b4439b32e5e0 SHA512 bc60c733168d40d5b39cc7dd1f74b3f1315e9727302478ef1621e18748bad3400bcfd4d5199862c3093ad9df51385b6b2a96f0f8fedf9bf1c00060327545fb0f
23 DIST avidemux-i18n-2.7.6.tar.gz 2268693 BLAKE2B dedf6d015e6bbd58f432e05e72c4d8d175ce4f5567331b5e51e7a14d2a8180e92211efc172a4d7001a2947f46c2e910a485d42970b99df05c1ba12002974cfbf SHA512 26ada29c4b7c23739ddcc4ca1dc9819bbc64fa2b6472fd7ff5706905dbd9b382e7a7d69ba78f72afa6f3db55cf3c5373a5e2d244f1cf189aeb187984dd1f4187
24
25 diff --git a/media-video/avidemux/avidemux-2.7.4-r1.ebuild b/media-video/avidemux/avidemux-2.7.4-r1.ebuild
26 deleted file mode 100644
27 index bf85cfccc4e..00000000000
28 --- a/media-video/avidemux/avidemux-2.7.4-r1.ebuild
29 +++ /dev/null
30 @@ -1,129 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -CMAKE_MAKEFILE_GENERATOR="emake"
37 -inherit cmake desktop flag-o-matic qmake-utils xdg
38 -
39 -DESCRIPTION="Video editor designed for simple cutting, filtering and encoding tasks"
40 -HOMEPAGE="http://fixounet.free.fr/avidemux"
41 -SRC_URI="https://github.com/mean00/avidemux2/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -# Multiple licenses because of all the bundled stuff.
44 -LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain"
45 -SLOT="2.7"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="debug nls nvenc opengl qt5 sdl vaapi vdpau xv"
48 -
49 -BDEPEND="qt5? ( dev-qt/linguist-tools:5 )"
50 -DEPEND="
51 - ~media-libs/avidemux-core-${PV}:${SLOT}[nls?,sdl?,vaapi?,vdpau?,xv?,nvenc?]
52 - nvenc? ( amd64? ( media-video/nvidia_video_sdk:0 ) )
53 - opengl? ( virtual/opengl:0 )
54 - qt5? (
55 - dev-qt/qtcore:5
56 - dev-qt/qtgui:5
57 - dev-qt/qtnetwork:5
58 - dev-qt/qtopengl:5
59 - dev-qt/qtwidgets:5
60 - )
61 - vaapi? ( x11-libs/libva:0= )
62 -"
63 -RDEPEND="${DEPEND}
64 - nls? ( virtual/libintl:0 )
65 - !<media-video/avidemux-${PV}
66 -"
67 -PDEPEND="~media-libs/avidemux-plugins-${PV}:${SLOT}[opengl?,qt5?]"
68 -
69 -S="${WORKDIR}/avidemux2-${PV}"
70 -
71 -src_prepare() {
72 - eapply "${FILESDIR}"/${P}-qt-5.15.patch
73 -
74 - processes="buildCli:avidemux/cli"
75 - use qt5 && processes+=" buildQt4:avidemux/qt4"
76 -
77 - for process in ${processes} ; do
78 - CMAKE_USE_DIR="${S}"/${process#*:} cmake_src_prepare
79 - done
80 -
81 - if use qt5; then
82 - # Fix icon name -> avidemux-2.7
83 - sed -i -e "/^Icon/ s:${PN}\.png:${PN}-${SLOT}:" appImage/${PN}.desktop || \
84 - die "Icon name fix failed."
85 -
86 - # The desktop file is broken. It uses avidemux3_portable instead of avidemux3_qt5
87 - sed -i -re '/^Exec/ s:(avidemux3_)portable:\1qt5:' appImage/${PN}.desktop || \
88 - die "Desktop file fix failed."
89 -
90 - # QA warnings: missing trailing ';' and 'Application' is deprecated.
91 - sed -i -e 's/Application;AudioVideo/AudioVideo;/g' appImage/${PN}.desktop || \
92 - die "Desktop file fix failed."
93 -
94 - # Now rename the desktop file to not collide with 2.6.
95 - mv appImage/${PN}.desktop ${PN}-${SLOT}.desktop || die "Collision rename failed."
96 - fi
97 -
98 - # Remove "Build Option" dialog because it doesn't reflect
99 - # what the GUI can or has been built with. (Bug #463628)
100 - sed -i -e '/Build Option/d' avidemux/common/ADM_commonUI/myOwnMenu.h || \
101 - die "Couldn't remove \"Build Option\" dialog."
102 -}
103 -
104 -src_configure() {
105 - # See bug 432322.
106 - use x86 && replace-flags -O0 -O1
107 -
108 - # The build relies on an avidemux-core header that uses 'nullptr'
109 - # which is from >=C++11. Let's use the GCC-6 default C++ dialect.
110 - append-cxxflags -std=c++14
111 -
112 - local mycmakeargs=(
113 - -DGETTEXT="$(usex nls)"
114 - -DSDL="$(usex sdl)"
115 - -DLibVA="$(usex vaapi)"
116 - -DOPENGL="$(usex opengl)"
117 - -DVDPAU="$(usex vdpau)"
118 - -DXVIDEO="$(usex xv)"
119 - )
120 -
121 - use qt5 && mycmakeargs+=(
122 - -DENABLE_QT5="$(usex qt5)"
123 - -DLRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease"
124 - )
125 -
126 - use debug && mycmakeargs+=( -DVERBOSE=1 -DADM_DEBUG=1 )
127 -
128 - for process in ${processes} ; do
129 - local build="${WORKDIR}/${P}_build/${process%%:*}"
130 - CMAKE_USE_DIR="${S}"/${process#*:} BUILD_DIR="${build}" cmake_src_configure
131 - done
132 -}
133 -
134 -src_compile() {
135 - for process in ${processes} ; do
136 - local build="${WORKDIR}/${P}_build/${process%%:*}"
137 - BUILD_DIR="${build}" cmake_src_compile
138 - done
139 -}
140 -
141 -src_test() {
142 - for process in ${processes} ; do
143 - local build="${WORKDIR}/${P}_build/${process%%:*}"
144 - BUILD_DIR="${build}" cmake_src_test
145 - done
146 -}
147 -
148 -src_install() {
149 - for process in ${processes} ; do
150 - local build="${WORKDIR}/${P}_build/${process%%:*}"
151 - BUILD_DIR="${build}" cmake_src_install
152 - done
153 -
154 - if use qt5; then
155 - cd "${S}" || die "Can't enter source folder"
156 - newicon ${PN}_icon.png ${PN}-${SLOT}.png
157 - domenu ${PN}-${SLOT}.desktop
158 - fi
159 -}