mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
multimedia/mythtv-frontend: remove port
The mythtv frontend is no longer built separately, obsoleting this port. Users should just install multimedia/mythtv instead. Approved by: ahicks@p-o.co.uk (maintainer) PR: 270344
This commit is contained in:
parent
3c275abe77
commit
214561502e
1
MOVED
1
MOVED
@ -17907,3 +17907,4 @@ textproc/rubygem-github-markup17|textproc/rubygem-github-markup|2023-04-09|Remov
|
||||
textproc/rubygem-loofah218|textproc/rubygem-loofah|2023-04-09|Remove obsoleted port. Use textproc/rubygem-loofah instead
|
||||
textproc/rubygem-rouge329|textproc/rubygem-rouge|2023-04-09|Remove obsoleted port. Use textproc/rubygem-rouge instead
|
||||
www/rubygem-erubi19|www/rubygem-erubi|2023-04-09|Remove obsoleted port. Use www/rubygem-erubi instead
|
||||
multimedia/mythtv-frontend|multimedia/mythtv|2023-04-10|Frontend is no part of multimedia/mythtv
|
||||
|
@ -248,7 +248,6 @@
|
||||
SUBDIR += musique
|
||||
SUBDIR += mxflib
|
||||
SUBDIR += mythtv
|
||||
SUBDIR += mythtv-frontend
|
||||
SUBDIR += naludump
|
||||
SUBDIR += navidrome
|
||||
SUBDIR += neolink
|
||||
|
@ -1,11 +0,0 @@
|
||||
PORTREVISION= 4
|
||||
PKGNAMESUFFIX= -${SLAVEPORT}
|
||||
|
||||
MAINTAINER= ahicks@p-o.co.uk
|
||||
COMMENT= Homebrew PVR project (frontend only)
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../multimedia/mythtv
|
||||
SLAVEPORT= frontend
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
File diff suppressed because it is too large
Load Diff
@ -4,8 +4,8 @@ DISTVERSION= 33.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER?= ahicks@p-o.co.uk
|
||||
COMMENT?= Homebrew PVR project
|
||||
MAINTAINER= ahicks@p-o.co.uk
|
||||
COMMENT= Homebrew PVR project
|
||||
WWW= https://www.mythtv.org/
|
||||
|
||||
LICENSE= GPLv2+
|
||||
@ -77,15 +77,6 @@ WRKSRC_SUBDIR= ${PORTNAME}
|
||||
DESKTOP_ENTRIES="MythTV Frontend" "MythTV is a homebrew PVR project" "" \
|
||||
"mythfrontend" "AudioVideo;Video;" false
|
||||
|
||||
.if defined(SLAVEPORT) && ${SLAVEPORT} == "frontend"
|
||||
CONFLICTS_INSTALL= mythtv
|
||||
|
||||
CONFIGURE_ARGS+=--disable-dvb --disable-firewire --disable-hdhomerun \
|
||||
--without-bindings=perl,python
|
||||
|
||||
OPTIONS_EXCLUDE+= BINDINGS LIRC MYSQL
|
||||
PLIST_SUB+= MYTHBACKEND="@comment "
|
||||
.else
|
||||
CONFLICTS_INSTALL= mythtv-frontend
|
||||
|
||||
RUN_DEPENDS+= tv_check:textproc/p5-xmltv \
|
||||
@ -105,10 +96,7 @@ CONFIGURE_ARGS+=--dvb-path="${WRKSRC}/media_tree/include/uapi" \
|
||||
USERS= mythtv
|
||||
GROUPS= mythtv
|
||||
|
||||
DATADIR= ${PREFIX}/share/mythtv
|
||||
SUB_FILES= pkg-message
|
||||
PLIST_SUB+= MYTHBACKEND=""
|
||||
.endif
|
||||
|
||||
OPTIONS_DEFINE= BINDINGS HDHOMERUN JACK LIRC MYSQL PULSEAUDIO VDPAU
|
||||
OPTIONS_DEFAULT= BINDINGS HDHOMERUN VDPAU
|
||||
|
Loading…
Reference in New Issue
Block a user