mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
multimedia/mythtv: Fix failed package with 35.0,1
- Add missing dependency on multimedia/libudfread - Remove missing files from plist blockinput.h and udfread.h PR: 291191
This commit is contained in:
committed by
Vladimir Druzenko
parent
f4929f2035
commit
5874171605
@@ -1,6 +1,7 @@
|
||||
PORTNAME= mythtv
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 35.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia
|
||||
|
||||
@@ -34,7 +35,8 @@ LIB_DEPENDS= liblzo2.so:archivers/lzo2 \
|
||||
libsndio.so:audio/sndio \
|
||||
libgnutls.so:security/gnutls \
|
||||
libzip.so:archivers/libzip \
|
||||
libexpat.so:textproc/expat2
|
||||
libexpat.so:textproc/expat2 \
|
||||
libudfread.so:multimedia/libudfread
|
||||
RUN_DEPENDS+= tv_check:textproc/p5-xmltv \
|
||||
wget:ftp/wget
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ bin/mythtv-setup
|
||||
bin/mythutil
|
||||
bin/mythwelcome
|
||||
bin/mythwikiscripts
|
||||
include/mythtv/blockinput.h
|
||||
include/mythtv/dvdnav/dvd_types.h
|
||||
include/mythtv/dvdnav/dvdnav.h
|
||||
include/mythtv/dvdnav/dvdnav_events.h
|
||||
@@ -404,7 +403,6 @@ include/mythtv/libswscale/version.h
|
||||
include/mythtv/libswscale/version_major.h
|
||||
include/mythtv/mythconfig.h
|
||||
include/mythtv/mythconfig.mak
|
||||
include/mythtv/udfread.h
|
||||
lib/libmyth-35.so
|
||||
lib/libmyth-35.so.35
|
||||
lib/libmyth-35.so.35.0
|
||||
|
||||
Reference in New Issue
Block a user