svn commit: r427091 - head/multimedia/mythtv-frontend
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Nov 25 09:31:16 UTC 2016
Author: amdmi3
Date: Fri Nov 25 09:31:14 2016
New Revision: 427091
URL: https://svnweb.freebsd.org/changeset/ports/427091
Log:
- Add LICENSE
- Cosmetic fixes
- Fix WWW:
Modified:
head/multimedia/mythtv-frontend/Makefile
head/multimedia/mythtv-frontend/pkg-descr
Modified: head/multimedia/mythtv-frontend/Makefile
==============================================================================
--- head/multimedia/mythtv-frontend/Makefile Fri Nov 25 09:25:40 2016 (r427090)
+++ head/multimedia/mythtv-frontend/Makefile Fri Nov 25 09:31:14 2016 (r427091)
@@ -9,6 +9,9 @@ CATEGORIES= multimedia
MAINTAINER= ports at FreeBSD.org
COMMENT= MythTV is a homebrew PVR project
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \
yasm:devel/yasm
LIB_DEPENDS= libmp3lame.so:audio/lame \
@@ -73,13 +76,13 @@ OPENGL_CONFIGURE_ENABLE= opengl-video
OPENGL_USE= QT4=opengl
post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
- ${WRKSRC}/configure \
- ${WRKSRC}/libs/libmythtv/libmythtv.pro \
- ${WRKSRC}/bindings/perl/MythTV/Recording.pm \
- ${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \
- ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \
- ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \
- ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
+ ${WRKSRC}/configure \
+ ${WRKSRC}/libs/libmythtv/libmythtv.pro \
+ ${WRKSRC}/bindings/perl/MythTV/Recording.pm \
+ ${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \
+ ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \
+ ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \
+ ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze
.include <bsd.port.mk>
Modified: head/multimedia/mythtv-frontend/pkg-descr
==============================================================================
--- head/multimedia/mythtv-frontend/pkg-descr Fri Nov 25 09:25:40 2016 (r427090)
+++ head/multimedia/mythtv-frontend/pkg-descr Fri Nov 25 09:31:14 2016 (r427091)
@@ -3,4 +3,4 @@ recorder. It supports pausing and rewin
cards, hardware or software video compression, onscreen program guides
and a distributed architecture.
-WWW: http://www.mythtv.org
+WWW: http://www.mythtv.org/
More information about the svn-ports-all
mailing list