Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2022 19:12:20 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c2de025aa8fb - main - multimedia/xine: Remove legacy win32 codecs support
Message-ID:  <202212261912.2BQJCKB1010559@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c2de025aa8fb0552721adbce64b55142b68a97a0

commit c2de025aa8fb0552721adbce64b55142b68a97a0
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-12-26 09:28:04 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-12-26 19:11:11 +0000

    multimedia/xine: Remove legacy win32 codecs support
    
    No need to keep these codecs around, libxine uses ffmpeg and this is
    also i386 only.
---
 multimedia/xine/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile
index 168b033d09e1..835b4252f0ea 100644
--- a/multimedia/xine/Makefile
+++ b/multimedia/xine/Makefile
@@ -29,7 +29,6 @@ DOCSDIR=	${PREFIX}/share/doc/xine-ui
 
 OPTIONS_DEFINE=		AALIB CACA CURL DOCS LIRC NLS XFT
 OPTIONS_DEFAULT=	CURL XFT
-OPTIONS_DEFINE_i386=	WIN32_CODECS
 OPTIONS_SUB=		yes
 
 AALIB_LIB_DEPENDS=	libaa.so:graphics/aalib
@@ -45,9 +44,6 @@ LIRC_CONFIGURE_ENV=	LIRC_CFLAGS="-I${LOCALBASE}/include" \
 LIRC_CONFIGURE_ENABLE=	lirc
 NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls
-WIN32_CODECS_DESC=	Enable win32 codecs
-WIN32_CODECS_RUN_DEPENDS=\
-			win32-codecs>0:multimedia/win32-codecs
 XFT_USE=		XORG=xft
 XFT_CONFIGURE_ENABLE=	xft
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212261912.2BQJCKB1010559>