aboutsummaryrefslogtreecommitdiff
path: root/multimedia/qdvdauthor
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-08 07:31:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-08 07:31:04 +0000
commite11c4c070d5b836e44df7dbe69d6562d5f432067 (patch)
tree4b90a6395a3f96a6f77cf1c4366cecd5840348b2 /multimedia/qdvdauthor
parent1f19f89d8578bc8687e7fb3bd67e64044312b426 (diff)
downloadports-e11c4c070d5b836e44df7dbe69d6562d5f432067.tar.gz
ports-e11c4c070d5b836e44df7dbe69d6562d5f432067.zip
Notes
Diffstat (limited to 'multimedia/qdvdauthor')
-rw-r--r--multimedia/qdvdauthor/Makefile6
-rw-r--r--multimedia/qdvdauthor/distinfo4
-rw-r--r--multimedia/qdvdauthor/files/patch-qdvdauthor-imagemagicklib.inc10
-rw-r--r--multimedia/qdvdauthor/pkg-plist1
4 files changed, 17 insertions, 4 deletions
diff --git a/multimedia/qdvdauthor/Makefile b/multimedia/qdvdauthor/Makefile
index 8b9d785e2cb2..3e8e580bcd22 100644
--- a/multimedia/qdvdauthor/Makefile
+++ b/multimedia/qdvdauthor/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qdvdauthor
-PORTVERSION= 0.0.6
+PORTVERSION= 0.0.7
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -27,11 +27,13 @@ USE_X_PREFIX= yes
USE_QT_VER= 3
QT_NONSTANDARD= yes
CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
-CONFIGURE_ARGS= --qt-dir=${X11BASE} --with-image-magick-lib --build-qslideshow
+CONFIGURE_ARGS= --qt-dir=${X11BASE} --with-image-magick-lib \
+ --build-qslideshow --build-wxine
NO_BUILD= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/qdvdauthor ${PREFIX}/bin/qdvdauthor
${INSTALL_PROGRAM} ${WRKSRC}/bin/qslideshow ${PREFIX}/bin/qslideshow
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/qxine ${PREFIX}/bin/qxine
.include <bsd.port.mk>
diff --git a/multimedia/qdvdauthor/distinfo b/multimedia/qdvdauthor/distinfo
index b65a982c93ff..7e7537e09ca0 100644
--- a/multimedia/qdvdauthor/distinfo
+++ b/multimedia/qdvdauthor/distinfo
@@ -1,2 +1,2 @@
-MD5 (qdvdauthor-0.0.6.tar.gz) = b0d991e4187f18a17485de65d4ff3bad
-SIZE (qdvdauthor-0.0.6.tar.gz) = 590553
+MD5 (qdvdauthor-0.0.7.tar.gz) = bfde1dae2e3f01baa52c624bb8414405
+SIZE (qdvdauthor-0.0.7.tar.gz) = 610869
diff --git a/multimedia/qdvdauthor/files/patch-qdvdauthor-imagemagicklib.inc b/multimedia/qdvdauthor/files/patch-qdvdauthor-imagemagicklib.inc
new file mode 100644
index 000000000000..98cbeee6938d
--- /dev/null
+++ b/multimedia/qdvdauthor/files/patch-qdvdauthor-imagemagicklib.inc
@@ -0,0 +1,10 @@
+--- qdvdauthor/imagemagicklib.inc.old Tue Jul 6 21:58:42 2004
++++ qdvdauthor/imagemagicklib.inc Tue Jul 6 21:59:02 2004
+@@ -10,6 +10,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <unistd.h>
+
+ #include <qimage.h>
+ #include <Magick++.h>
diff --git a/multimedia/qdvdauthor/pkg-plist b/multimedia/qdvdauthor/pkg-plist
index 774d0351d1eb..4431fb9d4146 100644
--- a/multimedia/qdvdauthor/pkg-plist
+++ b/multimedia/qdvdauthor/pkg-plist
@@ -1,2 +1,3 @@
bin/qdvdauthor
bin/qslideshow
+bin/qxine