Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/avidemux-core/
Date: Tue, 09 Jan 2018 17:33:18
Message-Id: 1515518937.c253f112ec169460f0f7a9c51becedbe3bfdc0f0.asturm@gentoo
1 commit: c253f112ec169460f0f7a9c51becedbe3bfdc0f0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 16:36:00 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 17:28:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c253f112
7
8 media-libs/avidemux-core: 2.7.0 version bump
9
10 Add x11-libs/libva slot operator.
11
12 Closes: https://bugs.gentoo.org/641636
13 Package-Manager: Portage-2.3.19, Repoman-2.3.6
14
15 media-libs/avidemux-core/Manifest | 1 +
16 .../{avidemux-core-9999.ebuild => avidemux-core-2.7.0.ebuild} | 4 ++--
17 media-libs/avidemux-core/avidemux-core-9999.ebuild | 4 ++--
18 3 files changed, 5 insertions(+), 4 deletions(-)
19
20 diff --git a/media-libs/avidemux-core/Manifest b/media-libs/avidemux-core/Manifest
21 index ae61dc9d907..c86d53e23df 100644
22 --- a/media-libs/avidemux-core/Manifest
23 +++ b/media-libs/avidemux-core/Manifest
24 @@ -1 +1,2 @@
25 DIST avidemux_2.6.20.tar.gz 20172362 BLAKE2B d458749e470e60b133a177ddf97ee04a665da3f7b2c52e8cc51f907aa5b51d11338ddab9306603b615170b5cf75ec2d3444bd648756bdb724aa442abf7044553 SHA512 d01d0fc24a3004770bd3923c2debc4fa2752eb71df08cfe423746b9c44a2562ca01d82965ed2563b99572a4bed8034b79487199ce330208b51a3b7f87ccf7103
26 +DIST avidemux_2.7.0.tar.gz 21474504 BLAKE2B c6e55a0b5220d6d3746fa06162bf11253145fd28f2f6f744702d5e0342fba85e546a28883eb847139eadd34c94037ebc7d68f5576e7505a85288556468d14b96 SHA512 7c92213d3bd2849dbdb5a1aff2acd6da231fd76c561b756fbf4a1d5a41e9705d609d7a35b6ca6b77ceb3bf5138f861cd24ed16d8fcec4fd713f09a2ff07e9015
27
28 diff --git a/media-libs/avidemux-core/avidemux-core-9999.ebuild b/media-libs/avidemux-core/avidemux-core-2.7.0.ebuild
29 similarity index 98%
30 copy from media-libs/avidemux-core/avidemux-core-9999.ebuild
31 copy to media-libs/avidemux-core/avidemux-core-2.7.0.ebuild
32 index b99cdefa450..92f9f8ec068 100644
33 --- a/media-libs/avidemux-core/avidemux-core-9999.ebuild
34 +++ b/media-libs/avidemux-core/avidemux-core-2.7.0.ebuild
35 @@ -20,7 +20,7 @@ HOMEPAGE="http://fixounet.free.fr/avidemux"
36
37 # Multiple licenses because of all the bundled stuff.
38 LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain"
39 -SLOT="2.6"
40 +SLOT="2.7"
41 IUSE="debug nls nvenc sdl system-ffmpeg vaapi vdpau xv"
42
43 # Trying to use virtual; ffmpeg misses aac,cpudetection USE flags now though, are they needed?
44 @@ -29,7 +29,7 @@ COMMON_DEPEND="
45 nvenc? ( media-video/nvidia_video_sdk )
46 sdl? ( media-libs/libsdl:0 )
47 system-ffmpeg? ( >=virtual/ffmpeg-9:0[mp3,theora] )
48 - vaapi? ( x11-libs/libva:0 )
49 + vaapi? ( x11-libs/libva:0= )
50 vdpau? ( x11-libs/libvdpau:0 )
51 xv? ( x11-libs/libXv:0 )
52 "
53
54 diff --git a/media-libs/avidemux-core/avidemux-core-9999.ebuild b/media-libs/avidemux-core/avidemux-core-9999.ebuild
55 index b99cdefa450..92f9f8ec068 100644
56 --- a/media-libs/avidemux-core/avidemux-core-9999.ebuild
57 +++ b/media-libs/avidemux-core/avidemux-core-9999.ebuild
58 @@ -20,7 +20,7 @@ HOMEPAGE="http://fixounet.free.fr/avidemux"
59
60 # Multiple licenses because of all the bundled stuff.
61 LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain"
62 -SLOT="2.6"
63 +SLOT="2.7"
64 IUSE="debug nls nvenc sdl system-ffmpeg vaapi vdpau xv"
65
66 # Trying to use virtual; ffmpeg misses aac,cpudetection USE flags now though, are they needed?
67 @@ -29,7 +29,7 @@ COMMON_DEPEND="
68 nvenc? ( media-video/nvidia_video_sdk )
69 sdl? ( media-libs/libsdl:0 )
70 system-ffmpeg? ( >=virtual/ffmpeg-9:0[mp3,theora] )
71 - vaapi? ( x11-libs/libva:0 )
72 + vaapi? ( x11-libs/libva:0= )
73 vdpau? ( x11-libs/libvdpau:0 )
74 xv? ( x11-libs/libXv:0 )
75 "