public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg2theora/
@ 2016-02-04 11:50 Alexis Ballier
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier @ 2016-02-04 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     fbf87f45f50484afb1549fa07152cc8a55c9d794
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  4 11:50:33 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Feb  4 11:50:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf87f45

media-video/ffmpeg2theora: bump to 0.30

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 media-video/ffmpeg2theora/Manifest                 |  1 +
 .../ffmpeg2theora/ffmpeg2theora-0.30.ebuild        | 51 ++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/media-video/ffmpeg2theora/Manifest b/media-video/ffmpeg2theora/Manifest
index ef0a9fd..292a695 100644
--- a/media-video/ffmpeg2theora/Manifest
+++ b/media-video/ffmpeg2theora/Manifest
@@ -1 +1,2 @@
 DIST ffmpeg2theora-0.29.tar.bz2 90143 SHA256 214110e2a5afdd8ff8e0be18152e893dbff5dabc1ae1d1124e64d9f93eae946d SHA512 5e5cf1dbc6807a15b3a3e8526955ef341357b6a3106a6449a54b5dc09c652a9df34b5e93c9cbf05e1efad87542364cb8335e173a59a184aa2ff38ec4b536a725 WHIRLPOOL d093a0b0a5d90f6b9a3d959ff662e5e8c9f8ca36d51122f0c293d2189493bdf6daa710fa94be0fdca0d63166c3102dba82da1e533e1876e62f3ed4ec47b65bea
+DIST ffmpeg2theora-0.30.tar.bz2 91269 SHA256 4f6464b444acab5d778e0a3359d836e0867a3dcec4ad8f1cdcf87cb711ccc6df SHA512 2c77d2c5e705751928e2bfd86c4fe4c2b7df2ca2ce70f3dfeb0014a3269eef067587eaa045c11b0db86c69176d8f01a43b3ad75544d181c016a89aa50b6518c1 WHIRLPOOL d048027e57903252fcb0c7358fc13b2242c6a6429b3d6adbebe1ad07e00fb0a922d6b0fcf193300a88ecd9539dffeb66e0516c0acb311b203a16bf5d9ea099bc

diff --git a/media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild b/media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild
new file mode 100644
index 0000000..b8f81d0
--- /dev/null
+++ b/media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils toolchain-funcs scons-utils
+
+DESCRIPTION="A simple converter to create Ogg Theora files"
+HOMEPAGE="http://www.v2v.cc/~j/ffmpeg2theora/"
+SRC_URI="http://www.v2v.cc/~j/${PN}/downloads/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="kate libav"
+
+RDEPEND="
+	!libav? ( media-video/ffmpeg:0= )
+	libav? ( media-libs/libpostproc:0=
+		media-video/libav:0= )
+	>=media-libs/libvorbis-1.1
+	>=media-libs/libogg-1.1
+	>=media-libs/libtheora-1.1[encode]
+	kate? ( >=media-libs/libkate-0.3.7 )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_prepare() {
+	epatch \
+		"${FILESDIR}"/${PN}-0.29-swr.patch \
+		"${FILESDIR}"/${PN}-0.29-underlinking.patch
+}
+
+src_configure() {
+	myesconsargs=(
+		APPEND_CCFLAGS="${CFLAGS}"
+		APPEND_LINKFLAGS="${LDFLAGS}"
+		prefix=/usr
+		mandir=PREFIX/share/man
+		libkate=$(usex kate 1 0)
+		)
+}
+
+src_compile() {
+	escons
+}
+
+src_install() {
+	escons destdir="${D}" install
+	dodoc AUTHORS ChangeLog README subtitles.txt TODO
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg2theora/
@ 2017-02-25  9:56 Alexis Ballier
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier @ 2017-02-25  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     60a76188359ba1686a5dd17a87eacbc8b4c4d1bf
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 09:56:21 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 09:56:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a76188

media-video/ffmpeg2theora: Add missing ffmpeg[postproc] dep, bug #610866

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild b/media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild
index 909e23b997..204235835e 100644
--- a/media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild
+++ b/media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="kate libav"
 
 RDEPEND="
-	!libav? ( media-video/ffmpeg:0= )
+	!libav? ( media-video/ffmpeg:0=[postproc] )
 	libav? ( media-libs/libpostproc:0=
 		media-video/libav:0= )
 	>=media-libs/libvorbis-1.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg2theora/
@ 2020-04-26 12:05 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2020-04-26 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     34def52c29c566338a252fe4de1cf8f112722159
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 12:04:48 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 12:04:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34def52c

media-video/ffmpeg2theora: Remove media-video/libav

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild b/media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild
index 60c0a9a5362..49c6e4674e0 100644
--- a/media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild
+++ b/media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,12 +11,10 @@ SRC_URI="http://www.v2v.cc/~j/${PN}/downloads/${P}.tar.bz2"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
-IUSE="kate libav"
+IUSE="kate"
 
 RDEPEND="
-	!libav? ( media-video/ffmpeg:0=[postproc] )
-	libav? ( media-libs/libpostproc:0=
-		media-video/libav:0= )
+	media-video/ffmpeg:0=[postproc]
 	>=media-libs/libvorbis-1.1
 	>=media-libs/libogg-1.1
 	>=media-libs/libtheora-1.1[encode]


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg2theora/
@ 2022-03-09 23:12 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-03-09 23:12 UTC (permalink / raw
  To: gentoo-commits

commit:     49c0cd97229dcb020fe671cb1afc16022d75e479
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 23:06:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 23:06:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c0cd97

media-video/ffmpeg2theora: fix UnusedInherits (toolchain-funcs)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild b/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild
index 4eeabf207293..20f04265bb9f 100644
--- a/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild
+++ b/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
-inherit python-any-r1 scons-utils toolchain-funcs
+inherit python-any-r1 scons-utils
 
 DESCRIPTION="A simple converter to create Ogg Theora files"
 HOMEPAGE="http://www.v2v.cc/~j/ffmpeg2theora/"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg2theora/
@ 2022-05-22  4:07 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-05-22  4:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ee2513dbc987cd121bdd22cff46d1497dfcb6d76
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 04:06:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 22 04:06:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2513db

media-video/ffmpeg2theora: enable py3.10 and disable py3.7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild b/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild
index 20f04265bb9f..e7e7a2bd9320 100644
--- a/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild
+++ b/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit python-any-r1 scons-utils
 
 DESCRIPTION="A simple converter to create Ogg Theora files"
@@ -22,8 +22,7 @@ RDEPEND="
 	>=media-libs/libtheora-1.1[encode]
 	kate? ( >=media-libs/libkate-0.3.7 )"
 DEPEND="${RDEPEND}"
-BDEPEND="
-	virtual/pkgconfig"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-0.29-swr.patch
@@ -32,6 +31,7 @@ PATCHES=(
 
 src_prepare() {
 	default
+
 	2to3 -n -w --no-diffs SConstruct || die
 }
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-22  4:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-09 23:12 [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg2theora/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-05-22  4:07 Sam James
2020-04-26 12:05 David Seifert
2017-02-25  9:56 Alexis Ballier
2016-02-04 11:50 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox