public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpeg3/
Date: Fri,  9 Sep 2022 07:59:40 +0000 (UTC)	[thread overview]
Message-ID: <1662710352.3731ffea5f0cafa7aafdc6b5100a2774e417ee3b.soap@gentoo> (raw)

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


             reply	other threads:[~2022-09-09  7:59 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1662710352.3731ffea5f0cafa7aafdc6b5100a2774e417ee3b.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox