svn commit: r308388 - head/multimedia/mandvd

Alexey Dokuchaev danfe at FreeBSD.org
Thu Dec 6 16:15:41 UTC 2012


Author: danfe
Date: Thu Dec  6 16:15:40 2012
New Revision: 308388
URL: http://svnweb.freebsd.org/changeset/ports/308388

Log:
  - Cleanup the Makefile
  - Augment port description and correct WWW line
  
  Feature safe:	yes

Modified:
  head/multimedia/mandvd/Makefile
  head/multimedia/mandvd/pkg-descr

Modified: head/multimedia/mandvd/Makefile
==============================================================================
--- head/multimedia/mandvd/Makefile	Thu Dec  6 16:03:47 2012	(r308387)
+++ head/multimedia/mandvd/Makefile	Thu Dec  6 16:15:40 2012	(r308388)
@@ -10,7 +10,7 @@ DISTNAME=	ManDVD
 DISTFILES=	${PORTNAME}-${PORTVERSION}src${EXTRACT_SUFX}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	Utility to simply create dvd-video
+COMMENT=	DVD authoring and slideshow tool
 
 BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
 RUN_DEPENDS=	dvd-slideshow>=0.7.5:${PORTSDIR}/multimedia/dvd-slideshow \
@@ -32,23 +32,21 @@ PLIST_DIRS=	share/pixmaps
 
 USE_QT_VER=	3
 USE_KDELIBS_VER=3
-MAKE_ENV?=	QTDIR=${QT_PREFIX}
-QMAKE?=		${LOCALBASE}/bin/qmake
-QMAKESPEC?=	${LOCALBASE}/share/qt/mkspecs/freebsd-g++
+MAKE_ENV=	QTDIR=${QT_PREFIX}
+QMAKE=		${LOCALBASE}/bin/qmake
+QMAKESPEC=	${LOCALBASE}/share/qt/mkspecs/freebsd-g++
 WRKSRC=		${WRKDIR}/${DISTNAME}-${DISTVERSION}src
 
 DESKTOP_ENTRIES=	"ManDVD" "Create your DVD" \
 			"${PREFIX}/share/pixmaps/mandvdico.png" \
-			"mandvd" "Application;AudioVideo;" \
-			false
+			"${PORTNAME}" "Application;AudioVideo;" false
 
 do-configure:
-	@cd ${WRKSRC} \
-	&&  ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC}
+	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/mandvd ${PREFIX}/bin
 	@${MKDIR} ${PREFIX}/share/pixmaps
-	${INSTALL_DATA} ${WRKSRC}/mandvdico.png ${PREFIX}/share/pixmaps/mandvdico.png
+	${INSTALL_DATA} ${WRKSRC}/mandvdico.png ${PREFIX}/share/pixmaps
 
 .include <bsd.port.mk>

Modified: head/multimedia/mandvd/pkg-descr
==============================================================================
--- head/multimedia/mandvd/pkg-descr	Thu Dec  6 16:03:47 2012	(r308387)
+++ head/multimedia/mandvd/pkg-descr	Thu Dec  6 16:15:40 2012	(r308388)
@@ -1,3 +1,11 @@
-A KDE program to simply create dvd-video
+ManDVD is an application for creating video DVDs from a wide variety of
+video formats.  You can add as many video clips you want to generate a DVD
+with chapters, subtitles, transition effects, brightness and contrast
+settings.
 
-WWW:	http://kde-apps.org/content/show.php?content=38347
+If the imported videos are not compatible with standard DVDs, they can be
+converted.  It also offers the possibility of extracting images, synchronize
+audio and video, create a video introduction to the DVD, reduce the noise,
+create subtitles, and even a menu with animation for your DVD.
+
+WWW: http://kde-apps.org/content/show.php/ManDVD?content=83906


More information about the svn-ports-all mailing list