* [gentoo-commits] repo/gentoo:master commit in: media-video/m2vrequantizer/
@ 2018-07-21 21:56 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2018-07-21 21:56 UTC (permalink / raw
To: gentoo-commits
commit: aeef2c27041a599b08534bb601bcf095b2e0e3a0
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Jul 19 07:20:44 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 21:56:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeef2c27
media-video/m2vrequantizer: EAPI 7 bump and improve ebuild.
Closes: https://github.com/gentoo/gentoo/pull/9283
.../m2vrequantizer-0.0.2_pre20060306-r1.ebuild | 32 ++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild b/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild
new file mode 100644
index 00000000000..e7d607277c1
--- /dev/null
+++ b/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${PN/m2vr/M2VR}-20060306"
+
+DESCRIPTION="Tool to requantize mpeg2 videos"
+HOMEPAGE="http://www.metakine.com/products/dvdremaster/modules.html"
+SRC_URI="mirror://vdrfiles/requant/${MY_P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+
+S="${WORKDIR}/M2VRequantiser"
+
+src_prepare() {
+ default
+ sed -i "s:#elif defined(__i386__):#elif defined(__i386__) || defined(__amd64__):" main.c || die
+}
+
+src_compile() {
+ $(tc-getCC) -c ${CFLAGS} main.c -o requant.o || die
+ $(tc-getCC) ${CFLAGS} ${LDFLAGS} requant.o -o requant -lm || die
+}
+
+src_install() {
+ dobin requant
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/m2vrequantizer/
@ 2018-07-26 18:29 Mikle Kolyada
0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2018-07-26 18:29 UTC (permalink / raw
To: gentoo-commits
commit: 0477b53b0567947238e787335c43e4b8e46fa82a
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 18:29:03 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 18:29:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0477b53b
media-video/m2vrequantizer: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
.../m2vrequantizer-0.0.2_pre20060306.ebuild | 36 ----------------------
1 file changed, 36 deletions(-)
diff --git a/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306.ebuild b/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306.ebuild
deleted file mode 100644
index 524ea9eceb4..00000000000
--- a/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-MY_P="${PN/m2vr/M2VR}-20060306"
-
-DESCRIPTION="Tool to requantize mpeg2 videos"
-HOMEPAGE="http://www.metakine.com/products/dvdremaster/modules.html"
-SRC_URI="mirror://vdrfiles/requant/${MY_P}.tgz"
-
-KEYWORDS="~amd64 x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/M2VRequantiser
-
-src_prepare() {
-
- sed -i "s:#elif defined(__i386__):#elif defined(__i386__) || defined(__amd64__):" main.c
-}
-
-src_compile() {
-
- gcc -c ${CFLAGS} main.c -o requant.o
- gcc ${CFLAGS} ${LDFLAGS} requant.o -o requant -lm
-}
-
-src_install() {
-
- dobin requant
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/m2vrequantizer/
@ 2018-07-26 18:29 Mikle Kolyada
0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2018-07-26 18:29 UTC (permalink / raw
To: gentoo-commits
commit: d30b48f434264ea255fc4581e6ddec3f961c9360
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 18:28:35 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 18:28:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d30b48f4
media-video/m2vrequantizer: merge stable keyword
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild b/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild
index e7d607277c1..e53d8d04db3 100644
--- a/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild
+++ b/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Tool to requantize mpeg2 videos"
HOMEPAGE="http://www.metakine.com/products/dvdremaster/modules.html"
SRC_URI="mirror://vdrfiles/requant/${MY_P}.tgz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
SLOT="0"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/m2vrequantizer/
@ 2019-12-11 22:16 Joerg Bornkessel
0 siblings, 0 replies; 4+ messages in thread
From: Joerg Bornkessel @ 2019-12-11 22:16 UTC (permalink / raw
To: gentoo-commits
commit: 36e49647b63509c7a0c8f175db877d1f63c51dba
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 22:15:21 2019 +0000
Commit: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 22:16:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e49647
media-video/m2vrequantizer: fixed dead mirror://vdrfiles
eapi=7
added new src_uri to fix dead mirror
Bug: https://bugs.gentoo.org/695898
Closes: https://bugs.gentoo.org/695898
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild b/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild
index e53d8d04db3..598503bc3dc 100644
--- a/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild
+++ b/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ MY_P="${PN/m2vr/M2VR}-20060306"
DESCRIPTION="Tool to requantize mpeg2 videos"
HOMEPAGE="http://www.metakine.com/products/dvdremaster/modules.html"
-SRC_URI="mirror://vdrfiles/requant/${MY_P}.tgz"
+SRC_URI="http://vdr.websitec.de/download/${PN}/M2VRequantizer-20060306.tgz"
KEYWORDS="~amd64 x86"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-12-11 22:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-21 21:56 [gentoo-commits] repo/gentoo:master commit in: media-video/m2vrequantizer/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2018-07-26 18:29 Mikle Kolyada
2018-07-26 18:29 Mikle Kolyada
2019-12-11 22:16 Joerg Bornkessel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox