Download raw body.
mplayer : add sdl-image bdep
Hi,
While fighting with mplayer's configure script to add XShm 1.2
support, I noticed that it will happily pick sdl-image if the headers
are installed. So add it as a build dep... ok ?
Index: Makefile
===================================================================
RCS file: /cvs/OpenBSD/ports/x11/mplayer/Makefile,v
diff -u -p -u -r1.333 Makefile
--- Makefile 2 Dec 2024 06:14:53 -0000 1.333
+++ Makefile 15 Dec 2024 17:24:00 -0000
@@ -3,7 +3,7 @@ COMMENT= movie player supporting many fo
V= 20240803
FFMPEG_V= 6.1.2
DISTNAME= mplayer-${V}
-REVISION= 1
+REVISION= 2
CATEGORIES= x11 multimedia
SITES= https://comstyle.com/source/
EXTRACT_SUFX= .tar.xz
@@ -49,6 +49,7 @@ LIB_DEPENDS= archivers/bzip2 \
BUILD_DEPENDS= audio/ladspa \
audio/rtunes \
+ devel/sdl-image \
textproc/docbook-xsl
# MPlayer uses non-public interfaces to FFmpeg, so we still need
# the FFmpeg source in the MPlayer tree at build time.
--
Matthieu Herrb
mplayer : add sdl-image bdep