aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2012-12-07 00:15:40 +0800
committerdanfe <danfe@FreeBSD.org>2012-12-07 00:15:40 +0800
commita075f7020c5a6f01c53746aae0e627f78594b4a3 (patch)
tree0e22622a4f0401d238b74c23d37c33e4e10a7e40 /multimedia
parent359aff0568a65b250f0367ef1860fa8581e9f2c6 (diff)
downloadfreebsd-ports-gnome-a075f7020c5a6f01c53746aae0e627f78594b4a3.tar.gz
freebsd-ports-gnome-a075f7020c5a6f01c53746aae0e627f78594b4a3.tar.zst
freebsd-ports-gnome-a075f7020c5a6f01c53746aae0e627f78594b4a3.zip
- Cleanup the Makefile
- Augment port description and correct WWW line Feature safe: yes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mandvd/Makefile16
-rw-r--r--multimedia/mandvd/pkg-descr12
2 files changed, 17 insertions, 11 deletions
diff --git a/multimedia/mandvd/Makefile b/multimedia/mandvd/Makefile
index 834bbd56f8bd..f0c75d4b6265 100644
--- a/multimedia/mandvd/Makefile
+++ b/multimedia/mandvd/Makefile
@@ -10,7 +10,7 @@ DISTNAME= ManDVD
DISTFILES= ${PORTNAME}-${PORTVERSION}src${EXTRACT_SUFX}
MAINTAINER= ports@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>
diff --git a/multimedia/mandvd/pkg-descr b/multimedia/mandvd/pkg-descr
index f8f81d623f0e..4aa69eca70c0 100644
--- a/multimedia/mandvd/pkg-descr
+++ b/multimedia/mandvd/pkg-descr
@@ -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