public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/recmpeg/
@ 2017-08-03 13:43 Sergey Popov
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov @ 2017-08-03 13:43 UTC (permalink / raw
  To: gentoo-commits

commit:     e02f1e519b5e84b6c4e98cb4af4eb0fd8550c7e7
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  3 13:41:39 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Aug  3 13:43:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02f1e51

media-video/recmpeg: shorten DESCRIPTION

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/media-video/recmpeg/recmpeg-1.0.5.ebuild b/media-video/recmpeg/recmpeg-1.0.5.ebuild
index 61231a35563..1b02e5f6781 100644
--- a/media-video/recmpeg/recmpeg-1.0.5.ebuild
+++ b/media-video/recmpeg/recmpeg-1.0.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-DESCRIPTION="Simple libfame-based video encoder which compresses raw video sequences to MPEG video"
+DESCRIPTION="Simple libfame-based video encoder, compresses raw video sequences to MPEG video"
 HOMEPAGE="http://fame.sourceforge.net/"
 SRC_URI="mirror://sourceforge/fame/${P}.tar.gz"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/recmpeg/
@ 2017-08-03 13:43 Sergey Popov
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov @ 2017-08-03 13:43 UTC (permalink / raw
  To: gentoo-commits

commit:     770a27165421134a6f62be44308f19291ee36bfd
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  3 13:39:58 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Aug  3 13:43:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770a2716

media-video/recmpeg: bump EAPI to 6

Drop unneeded use of einstall

Gentoo-Bug: 521750

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-video/recmpeg/recmpeg-1.0.5.ebuild | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/media-video/recmpeg/recmpeg-1.0.5.ebuild b/media-video/recmpeg/recmpeg-1.0.5.ebuild
index 1e178b42846..61231a35563 100644
--- a/media-video/recmpeg/recmpeg-1.0.5.ebuild
+++ b/media-video/recmpeg/recmpeg-1.0.5.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="Simple libfame-based video encoder which compresses raw video sequences to MPEG video"
 HOMEPAGE="http://fame.sourceforge.net/"
 SRC_URI="mirror://sourceforge/fame/${P}.tar.gz"
@@ -8,21 +10,16 @@ SRC_URI="mirror://sourceforge/fame/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~ppc x86"
-IUSE="cpu_flags_x86_mmx cpu_flags_x86_sse"
-
-DEPEND=">=media-libs/libfame-0.9.0"
 
-src_compile() {
-	local myconf
+IUSE="cpu_flags_x86_mmx cpu_flags_x86_sse"
 
-	use cpu_flags_x86_mmx && myconf="${myconf} --enable-mmx"
-	use cpu_flags_x86_sse && myconf="${myconf} --enable-sse"
+RDEPEND=">=media-libs/libfame-0.9.0"
+DEPEND="${DEPEND}"
 
-	econf ${myconf} || die "econf failed"
-	emake || die "emake failed"
-}
+DOCS=( CHANGES README )
 
-src_install() {
-	einstall install || die "einstall died"
-	dodoc CHANGES README NEWS
+src_configure() {
+	econf \
+		$(use cpu_flags_x86_mmx && echo "--enable-mmx") \
+		$(use cpu_flags_x86_sse && echo "--enable-sse")
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/recmpeg/
@ 2021-01-24  0:44 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2021-01-24  0:44 UTC (permalink / raw
  To: gentoo-commits

commit:     0273ea623d9c3ba16570a3fbd185ed8fffd3c0fd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 00:43:49 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 00:44:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0273ea62

media-video/recmpeg: EAPI-7 bump, cleanup unused IUSE, DOCS

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-video/recmpeg/recmpeg-1.0.5.ebuild | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/media-video/recmpeg/recmpeg-1.0.5.ebuild b/media-video/recmpeg/recmpeg-1.0.5.ebuild
index 1b02e5f6781..a1911052f6b 100644
--- a/media-video/recmpeg/recmpeg-1.0.5.ebuild
+++ b/media-video/recmpeg/recmpeg-1.0.5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Simple libfame-based video encoder, compresses raw video sequences to MPEG video"
 HOMEPAGE="http://fame.sourceforge.net/"
@@ -11,15 +11,5 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~ppc x86"
 
-IUSE="cpu_flags_x86_mmx cpu_flags_x86_sse"
-
 RDEPEND=">=media-libs/libfame-0.9.0"
 DEPEND="${DEPEND}"
-
-DOCS=( CHANGES README )
-
-src_configure() {
-	econf \
-		$(use cpu_flags_x86_mmx && echo "--enable-mmx") \
-		$(use cpu_flags_x86_sse && echo "--enable-sse")
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/recmpeg/
@ 2021-04-02 14:01 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-02 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c178a626a41207ec9d39149030031e46618a75a7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 11:21:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr  2 14:00:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c178a626

media-video/recmpeg: fix DEPEND typo

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

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

diff --git a/media-video/recmpeg/recmpeg-1.0.5.ebuild b/media-video/recmpeg/recmpeg-1.0.5.ebuild
index a1911052f6b..43d869e72e4 100644
--- a/media-video/recmpeg/recmpeg-1.0.5.ebuild
+++ b/media-video/recmpeg/recmpeg-1.0.5.ebuild
@@ -12,4 +12,4 @@ SLOT="0"
 KEYWORDS="~ppc x86"
 
 RDEPEND=">=media-libs/libfame-0.9.0"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"


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

end of thread, other threads:[~2021-04-02 14:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-02 14:01 [gentoo-commits] repo/gentoo:master commit in: media-video/recmpeg/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-01-24  0:44 Andreas Sturmlechner
2017-08-03 13:43 Sergey Popov
2017-08-03 13:43 Sergey Popov

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