public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpeg3/
@ 2017-06-21 10:43 Alexis Ballier
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier @ 2017-06-21 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     96122c511ad447b2ee08a5cc3d85f91e3a619783
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 10:36:09 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 10:36:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96122c51

media-libs/libmpeg3: specify slot 0 for virtual/jpeg

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild b/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild
index b6c2d06a1d3..98b3de4522a 100644
--- a/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild
+++ b/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sh sparc x86"
 IUSE="cpu_flags_x86_mmx"
 
 RDEPEND="sys-libs/zlib
-	virtual/jpeg
+	virtual/jpeg:0
 	media-libs/a52dec"
 DEPEND="${RDEPEND}
 	cpu_flags_x86_mmx? ( dev-lang/nasm )"


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpeg3/
@ 2017-06-21 10:43 Alexis Ballier
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier @ 2017-06-21 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     aadd29663a03457571eda240257338eba233e2ff
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 10:35:15 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 10:35:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aadd2966

media-libs/libmpeg3: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild b/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild
index 3c5d10f82f5..b6c2d06a1d3 100644
--- a/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild
+++ b/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/heroines/${P}-src.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sh sparc x86"
 IUSE="cpu_flags_x86_mmx"
 
 RDEPEND="sys-libs/zlib


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpeg3/
@ 2019-11-13  1:03 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2019-11-13  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d9dabb40eb6c05cead74a46861e2df8655e66d06
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 23:47:10 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 01:02:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9dabb40

media-libs/libmpeg3: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-libs/libmpeg3/libmpeg3-1.8.ebuild | 59 ---------------------------------
 1 file changed, 59 deletions(-)

diff --git a/media-libs/libmpeg3/libmpeg3-1.8.ebuild b/media-libs/libmpeg3/libmpeg3-1.8.ebuild
deleted file mode 100644
index a4a6d7b7420..00000000000
--- a/media-libs/libmpeg3/libmpeg3-1.8.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils autotools toolchain-funcs
-
-DESCRIPTION="An mpeg library for linux"
-HOMEPAGE="http://heroinewarrior.com/libmpeg3.php"
-SRC_URI="mirror://sourceforge/heroines/${P}-src.tar.bz2
-	mirror://gentoo/${PN}-1.7-gentoo.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
-IUSE="cpu_flags_x86_mmx"
-
-RDEPEND="sys-libs/zlib
-	virtual/jpeg
-	media-libs/a52dec"
-DEPEND="${RDEPEND}
-	cpu_flags_x86_mmx? ( dev-lang/nasm )"
-
-src_prepare() {
-	epatch "${WORKDIR}"/${PN}-1.7-mpeg3split.patch
-	epatch "${WORKDIR}"/${PN}-1.7-textrel.patch
-	epatch "${WORKDIR}"/${PN}-1.7-gnustack.patch
-	epatch "${WORKDIR}"/${PN}-1.7-a52.patch
-	epatch "${WORKDIR}"/${PN}-1.7-all_gcc4.patch
-	epatch "${WORKDIR}"/${PN}-1.7-all_pthread.patch
-
-	cp -rf "${WORKDIR}"/1.7/* .
-	eautoreconf
-}
-
-src_configure() {
-	#disabling css since it's a fake one.
-	#One can find in the sources this message :
-	#  Stubs for deCSS which can't be distributed in source form
-
-	econf \
-		$(use_enable cpu_flags_x86_mmx mmx) \
-		--disable-css
-}
-
-src_install() {
-	default
-	dohtml -r docs
-	# This is a workaround, it wants to rebuild
-	# everything if the headers	 have changed
-	# So we patch them after install...
-	cd "${ED}/usr/include/libmpeg3"
-	# This patch patches the .h files that get installed into /usr/include
-	# to show the correct include syntax '<>' instead of '""'  This patch
-	# was also generated using info from SF's src.rpm
-	epatch "${WORKDIR}"/gentoo-p2.patch
-
-	find "${ED}" -name '*.la' -exec rm -f '{}' +
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpeg3/
@ 2019-11-13  1:03 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2019-11-13  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     cd2ba7c8e47d96195ab20e000d811d0ab9f38608
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 23:46:54 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 01:02:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2ba7c8

media-libs/libmpeg3: ALLARCHES EAPI bump

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild b/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild
index 98b3de4522a..ba65da7e8d1 100644
--- a/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild
+++ b/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/heroines/${P}-src.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sh sparc x86"
 IUSE="cpu_flags_x86_mmx"
 
 RDEPEND="sys-libs/zlib


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpeg3/
@ 2020-12-02 22:39 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2020-12-02 22:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3d81b148cb903f852fd1f0d1382a661f93c71ad5
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Dec  2 16:56:51 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 22:38:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d81b148

media-libs/libmpeg3: drop to ~hppa

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild b/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild
index 7598204e2b0..1a177b2bda5 100644
--- a/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild
+++ b/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/heroines/${P}-src.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="cpu_flags_x86_mmx"
 
 RDEPEND="sys-libs/zlib


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpeg3/
@ 2022-09-09  7:59 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2022-09-09  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     3731ffea5f0cafa7aafdc6b5100a2774e417ee3b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 07:59:12 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 07:59:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3731ffea

media-libs/libmpeg3: drop multilib

No multilib reverse dependencies.

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

 ...{libmpeg3-1.8-r2.ebuild => libmpeg3-1.8-r3.ebuild} | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/media-libs/libmpeg3/libmpeg3-1.8-r2.ebuild b/media-libs/libmpeg3/libmpeg3-1.8-r3.ebuild
similarity index 86%
rename from media-libs/libmpeg3/libmpeg3-1.8-r2.ebuild
rename to media-libs/libmpeg3/libmpeg3-1.8-r3.ebuild
index c1a9ce4e0139..ccce63d45959 100644
--- a/media-libs/libmpeg3/libmpeg3-1.8-r2.ebuild
+++ b/media-libs/libmpeg3/libmpeg3-1.8-r3.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=8
 
-inherit autotools multilib-minimal
+inherit autotools
 
-DESCRIPTION="An mpeg library for linux"
+DESCRIPTION="An MPEG library for linux"
 HOMEPAGE="http://heroinewarrior.com/libmpeg3.php"
 SRC_URI="
 	mirror://sourceforge/heroines/${P}-src.tar.bz2
@@ -18,8 +18,8 @@ IUSE="cpu_flags_x86_mmx"
 
 RDEPEND="
 	media-libs/a52dec
-	sys-libs/zlib
-	virtual/jpeg:0"
+	media-libs/libjpeg-turbo:=
+	sys-libs/zlib"
 DEPEND="${RDEPEND}"
 BDEPEND="cpu_flags_x86_mmx? ( dev-lang/nasm )"
 
@@ -40,21 +40,22 @@ src_prepare() {
 	eautoreconf
 }
 
-multilib_src_configure() {
+src_configure() {
 	# disabling css since it's a fake one.
 	# One can find in the sources this message :
 	#   Stubs for deCSS which can't be distributed in source form
-	ECONF_SOURCE="${S}" econf \
+	econf \
 		$(use_enable cpu_flags_x86_mmx mmx) \
 		--disable-css
 }
 
-multilib_src_install_all() {
+src_install() {
 	HTML_DOCS=( docs/. )
-	einstalldocs
+
+	default
 
 	# This is a workaround, it wants to rebuild
-	# everything if the headers	 have changed
+	# everything if the headers have changed
 	# So we patch them after install...
 	cd "${ED}"/usr/include/libmpeg3 || die
 	# This patch patches the .h files that get installed into /usr/include


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

end of thread, other threads:[~2022-09-09  7:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-21 10:43 [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpeg3/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2017-06-21 10:43 Alexis Ballier
2019-11-13  1:03 Aaron Bauman
2019-11-13  1:03 Aaron Bauman
2020-12-02 22:39 Sam James
2022-09-09  7:59 David Seifert

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