Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/
Date: Sat, 23 May 2020 20:06:23
Message-Id: 1590264324.a6806ec77c92404a50bfaa82162cae376d62fe0a.whissi@gentoo
1 commit: a6806ec77c92404a50bfaa82162cae376d62fe0a
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Fri May 22 15:10:01 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 20:05:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6806ec7
7
8 media-video/ffmpeg: Fix DESCRIPTION length
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Closes: https://github.com/gentoo/gentoo/pull/15927
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 media-video/ffmpeg/ffmpeg-3.4.6-r1.ebuild | 2 +-
16 media-video/ffmpeg/ffmpeg-4.1.3.ebuild | 2 +-
17 media-video/ffmpeg/ffmpeg-4.1.4.ebuild | 2 +-
18 media-video/ffmpeg/ffmpeg-4.2.1.ebuild | 2 +-
19 media-video/ffmpeg/ffmpeg-4.2.2.ebuild | 2 +-
20 media-video/ffmpeg/ffmpeg-4.2.3.ebuild | 2 +-
21 media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +-
22 7 files changed, 7 insertions(+), 7 deletions(-)
23
24 diff --git a/media-video/ffmpeg/ffmpeg-3.4.6-r1.ebuild b/media-video/ffmpeg/ffmpeg-3.4.6-r1.ebuild
25 index b8575f84c87..66e6bc72477 100644
26 --- a/media-video/ffmpeg/ffmpeg-3.4.6-r1.ebuild
27 +++ b/media-video/ffmpeg/ffmpeg-3.4.6-r1.ebuild
28 @@ -22,7 +22,7 @@ fi
29
30 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
31
32 -DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec"
33 +DESCRIPTION="Complete solution to record/convert/stream audio and video. Includes libavcodec"
34 HOMEPAGE="http://ffmpeg.org/"
35 if [ "${PV#9999}" != "${PV}" ] ; then
36 SRC_URI=""
37
38 diff --git a/media-video/ffmpeg/ffmpeg-4.1.3.ebuild b/media-video/ffmpeg/ffmpeg-4.1.3.ebuild
39 index 8bec452d4ea..91e2e0bddbf 100644
40 --- a/media-video/ffmpeg/ffmpeg-4.1.3.ebuild
41 +++ b/media-video/ffmpeg/ffmpeg-4.1.3.ebuild
42 @@ -23,7 +23,7 @@ fi
43
44 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
45
46 -DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec"
47 +DESCRIPTION="Complete solution to record/convert/stream audio and video. Includes libavcodec"
48 HOMEPAGE="https://ffmpeg.org/"
49 if [ "${PV#9999}" != "${PV}" ] ; then
50 SRC_URI=""
51
52 diff --git a/media-video/ffmpeg/ffmpeg-4.1.4.ebuild b/media-video/ffmpeg/ffmpeg-4.1.4.ebuild
53 index cc95a886113..3c7a5baf5cd 100644
54 --- a/media-video/ffmpeg/ffmpeg-4.1.4.ebuild
55 +++ b/media-video/ffmpeg/ffmpeg-4.1.4.ebuild
56 @@ -23,7 +23,7 @@ fi
57
58 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
59
60 -DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec"
61 +DESCRIPTION="Complete solution to record/convert/stream audio and video. Includes libavcodec"
62 HOMEPAGE="https://ffmpeg.org/"
63 if [ "${PV#9999}" != "${PV}" ] ; then
64 SRC_URI=""
65
66 diff --git a/media-video/ffmpeg/ffmpeg-4.2.1.ebuild b/media-video/ffmpeg/ffmpeg-4.2.1.ebuild
67 index a162e226c92..d04a9e8a9bf 100644
68 --- a/media-video/ffmpeg/ffmpeg-4.2.1.ebuild
69 +++ b/media-video/ffmpeg/ffmpeg-4.2.1.ebuild
70 @@ -23,7 +23,7 @@ fi
71
72 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
73
74 -DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec"
75 +DESCRIPTION="Complete solution to record/convert/stream audio and video. Includes libavcodec"
76 HOMEPAGE="https://ffmpeg.org/"
77 if [ "${PV#9999}" != "${PV}" ] ; then
78 SRC_URI=""
79
80 diff --git a/media-video/ffmpeg/ffmpeg-4.2.2.ebuild b/media-video/ffmpeg/ffmpeg-4.2.2.ebuild
81 index cf69d359c7e..1cc832f8624 100644
82 --- a/media-video/ffmpeg/ffmpeg-4.2.2.ebuild
83 +++ b/media-video/ffmpeg/ffmpeg-4.2.2.ebuild
84 @@ -23,7 +23,7 @@ fi
85
86 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
87
88 -DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec"
89 +DESCRIPTION="Complete solution to record/convert/stream audio and video. Includes libavcodec"
90 HOMEPAGE="https://ffmpeg.org/"
91 if [ "${PV#9999}" != "${PV}" ] ; then
92 SRC_URI=""
93
94 diff --git a/media-video/ffmpeg/ffmpeg-4.2.3.ebuild b/media-video/ffmpeg/ffmpeg-4.2.3.ebuild
95 index cff5d2117a0..42b26adc265 100644
96 --- a/media-video/ffmpeg/ffmpeg-4.2.3.ebuild
97 +++ b/media-video/ffmpeg/ffmpeg-4.2.3.ebuild
98 @@ -23,7 +23,7 @@ fi
99
100 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
101
102 -DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec"
103 +DESCRIPTION="Complete solution to record/convert/stream audio and video. Includes libavcodec"
104 HOMEPAGE="https://ffmpeg.org/"
105 if [ "${PV#9999}" != "${PV}" ] ; then
106 SRC_URI=""
107
108 diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
109 index 7805600ea52..055a69ae270 100644
110 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild
111 +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
112 @@ -23,7 +23,7 @@ fi
113
114 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
115
116 -DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec"
117 +DESCRIPTION="Complete solution to record/convert/stream audio and video. Includes libavcodec"
118 HOMEPAGE="https://ffmpeg.org/"
119 if [ "${PV#9999}" != "${PV}" ] ; then
120 SRC_URI=""