From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/smpeg/
Date: Mon, 2 Aug 2021 02:22:38 +0000 (UTC) [thread overview]
Message-ID: <1627870897.a319623fa3d2866776b84a6a95933152078a68fb.ionen@gentoo> (raw)
commit: a319623fa3d2866776b84a6a95933152078a68fb
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 2 00:34:39 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 02:21:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a319623f
media-libs/smpeg: drop X+debug IUSE, adjust libsdl dep
X is not used, doesn't link with any of the libraries, doesn't
include headers, and it doesn't change any code paths if disabled.
debug was only used to control -DNDEBUG
Add libsdl[opengl?,sound,video] needed by plaympeg/glmovie, albeit
it may have been better to simply not build/support these like smpeg2.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-libs/smpeg/smpeg-0.4.4-r11.ebuild | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/media-libs/smpeg/smpeg-0.4.4-r11.ebuild b/media-libs/smpeg/smpeg-0.4.4-r11.ebuild
index 6c94b2006f7..e79dae9392a 100644
--- a/media-libs/smpeg/smpeg-0.4.4-r11.ebuild
+++ b/media-libs/smpeg/smpeg-0.4.4-r11.ebuild
@@ -13,18 +13,13 @@ SRC_URI="https://mirrors.dotsrc.org/lokigames/open-source/smpeg/${P}.tar.gz
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="X debug cpu_flags_x86_mmx opengl"
+IUSE="cpu_flags_x86_mmx opengl"
RDEPEND="
- media-libs/libsdl[${MULTILIB_USEDEP}]
+ media-libs/libsdl[opengl?,sound,video,${MULTILIB_USEDEP}]
opengl? (
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
- )
- X? (
- x11-libs/libXext[${MULTILIB_USEDEP}]
- x11-libs/libXi[${MULTILIB_USEDEP}]
- x11-libs/libX11[${MULTILIB_USEDEP}]
)"
DEPEND="${RDEPEND}"
@@ -57,10 +52,9 @@ multilib_src_configure() {
local myeconfargs=(
--disable-gtk-player
--enable-debug # disabling this only passes extra optimizations
+ --without-x # does not actually use X, only causes a headers check
$(use_enable cpu_flags_x86_mmx mmx)
- $(use_enable debug assertions)
$(use_enable opengl opengl-player)
- $(use_with X x)
)
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
}
next reply other threads:[~2021-08-02 2:22 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-02 2:22 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-28 6:17 [gentoo-commits] repo/gentoo:master commit in: media-libs/smpeg/ Sam James
2023-09-28 0:21 Sam James
2023-09-28 0:21 Sam James
2023-09-27 8:52 Sam James
2023-09-27 5:03 Sam James
2023-09-27 4:58 Sam James
2023-08-07 5:43 Sam James
2023-02-15 9:56 Sam James
2021-10-04 21:00 Ionen Wolkens
2021-10-02 15:43 Sam James
2021-09-30 18:18 Sam James
2021-09-21 16:35 Sam James
2021-09-19 22:12 Sam James
2021-09-19 22:12 Sam James
2021-09-19 22:12 Sam James
2021-09-19 21:35 Agostino Sarubbo
2020-08-08 8:49 Sergei Trofimovich
2020-07-10 0:15 Sam James
2020-04-11 10:20 Sergei Trofimovich
2017-08-31 17:38 Tim Harder
2017-06-27 20:36 Alexis Ballier
2015-10-18 17:36 Pacho Ramos
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=1627870897.a319623fa3d2866776b84a6a95933152078a68fb.ionen@gentoo \
--to=ionen@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