Commit 7702e884 authored by Daniel Engberg's avatar Daniel Engberg
Browse files

multimedia/dvdstyler: Remove from tree

Broken in tree for months and last upstream activity in 2024

PR:		289482
parent 6d72fbd4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5246,3 +5246,4 @@ www/py-tvdb_api||2026-04-15|Has expired: Upstream project appears to be abandone
graphics/libkdcraw@qt5|graphics/libkdcraw-qt5|2026-04-16|Unflavorize; keep the last release with Qt5 support
graphics/libkdcraw@qt6|graphics/libkdcraw|2026-04-16|Unflavorize; only Qt6 is supported from now
audio/libkcompactdisc||2026-04-16|Development discontinued, not shipped with KDE Gear since 26.04
multimedia/dvdstyler||2026-04-16|Dead upstream
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@
    SUBDIR += dvdauthor
    SUBDIR += dvdid
    SUBDIR += dvdread
    SUBDIR += dvdstyler
    SUBDIR += elementary-videos
    SUBDIR += emby-server
    SUBDIR += ffaudioconverter

multimedia/dvdstyler/Makefile

deleted100644 → 0
+0 −75
Original line number Diff line number Diff line
PORTNAME=	dvdstyler
DISTVERSION=	3.3b4
PORTREVISION=	3
PORTEPOCH=	2
CATEGORIES=	multimedia
#MASTER_SITES=	SF
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-devel/${DISTVERSION}
DISTNAME=	DVDStyler-${DISTVERSION}

MAINTAINER=	ahicks@p-o.co.uk
COMMENT=	WxWidgets frontend to dvd recoding and authoring programs
WWW=		https://www.dvdstyler.org/

BROKEN=		Does not build with ffmpeg > 6

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	zip:archivers/zip \
		wxsvg>=1.2:graphics/wxsvg \
		dvdauthor:multimedia/dvdauthor \
		mplex:multimedia/mjpegtools \
		growisofs:sysutils/dvd+rw-tools \
		docbook-xml>=4.1.2:textproc/docbook-xml \
		xmlto:textproc/xmlto
LIB_DEPENDS=	libexif.so:graphics/libexif \
		libavcodec.so:multimedia/ffmpeg \
		libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2 \
		libdbus-1.so:devel/dbus \
		libudev.so:devel/libudev-devd
RUN_DEPENDS=	zip:archivers/zip \
		wxsvg>=1.2:graphics/wxsvg \
		dvdauthor:multimedia/dvdauthor \
		mplex:multimedia/mjpegtools \
		mkisofs:sysutils/cdrtools \
		growisofs:sysutils/dvd+rw-tools

USES=		autoreconf compiler:c++11-lib gettext-tools gmake jpeg \
		localbase:ldflags pkgconfig tar:bzip2
USE_CXXSTD=	c++14
USE_WX=		3.2+
WX_CONF_ARGS=	absolute

GNU_CONFIGURE=	yes

CONFIGURE_ENV=	ac_cv_path_AVCONV_PATH="" OBJCXX="${CXX}"
CFLAGS+=	-std=c17
CPPFLAGS+=	-std=c++17

OPTIONS_DEFINE=	DOCS

.if defined(WITH_DVD_DEVICE)
DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
.else
DEFAULT_DVD_DEVICE=/dev/cd0
.endif

pre-everything::
.if !defined(WITH_DVD_DEVICE)
	@${ECHO_MSG} "===>"
	@${ECHO_MSG} "===> The default DVD device is ${DEFAULT_DVD_DEVICE}"
	@${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default"
	@${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'"
.endif

post-patch:
	@${REINPLACE_CMD} -e '/doc_DATA/s|COPYING||' \
		${WRKSRC}/Makefile.am
	@${REINPLACE_CMD} -e 's|"sg\*"|"cd*"|g' \
		${WRKSRC}/src/SysUtils.cpp
	@${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|g' \
		${WRKSRC}/src/Config.h

.include <bsd.port.mk>

multimedia/dvdstyler/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1716996185
SHA256 (DVDStyler-3.3b4.tar.bz2) = 24268a704ee3913c53e7b28a78fb3c82681079da0e70fe4d110d85c080d2d87a
SIZE (DVDStyler-3.3b4.tar.bz2) = 9901696

multimedia/dvdstyler/pkg-descr

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
DVDStyler is a crossplatform GUI frontend to the dvd authoring and
recording programs.

The main DVDStyler features are:
 o drag and drop MPEG files directly
 o import image file for background
 o create NTSC/PAL menu
 o place text and images anywhere on the menu screen
 o change font/color
 o put basic text buttons, change font/color and background color
 o set chapters for each movie
 o change post command for each movie
Loading