mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 0.0.8:
- 'qxine' is now spelled 'qplayer' - Get rid of pkg-plist PR: ports/73407 Submitted by: maintainer
This commit is contained in:
parent
cc9c710a25
commit
b17cc1cb1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121171
7 changed files with 32 additions and 31 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= qdvdauthor
|
||||
PORTVERSION= 0.0.7
|
||||
PORTVERSION= 0.0.8
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -17,23 +17,26 @@ COMMENT= QT graphical frontend for dvdauthor
|
|||
BUILD_DEPENDS= dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
|
||||
mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \
|
||||
qmake:${PORTSDIR}/devel/qmake
|
||||
LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick \
|
||||
xine.9:${PORTSDIR}/multimedia/libxine
|
||||
LIB_DEPENDS= xine.9:${PORTSDIR}/multimedia/libxine
|
||||
RUN_DEPENDS= dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
|
||||
mpeg2enc:${PORTSDIR}/multimedia/mjpegtools
|
||||
|
||||
PLIST_FILES= bin/qdvdauthor \
|
||||
bin/qslideshow \
|
||||
bin/qplayer
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
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 --build-wxine
|
||||
CONFIGURE_ARGS= --qt-dir=${X11BASE} --with-xine-lib \
|
||||
--build-qslideshow --build-qplayer
|
||||
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
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/qplayer ${PREFIX}/bin/qplayer
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (qdvdauthor-0.0.7.tar.gz) = bfde1dae2e3f01baa52c624bb8414405
|
||||
SIZE (qdvdauthor-0.0.7.tar.gz) = 610869
|
||||
MD5 (qdvdauthor-0.0.8.tar.gz) = 67294b179464cd07220a8f484545318a
|
||||
SIZE (qdvdauthor-0.0.8.tar.gz) = 679606
|
||||
|
|
11
multimedia/qdvdauthor/files/patch-configure
Normal file
11
multimedia/qdvdauthor/files/patch-configure
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.orig Fri Nov 5 14:57:58 2004
|
||||
+++ configure Fri Nov 5 14:58:33 2004
|
||||
@@ -265,7 +265,7 @@
|
||||
esac;
|
||||
done;
|
||||
# Here we check for xine, or mplayer
|
||||
- if [ VIDEO_LIB = "xine" ];
|
||||
+ if [ $VIDEO_LIB = "xine" ];
|
||||
then
|
||||
check_xinelibs;
|
||||
else
|
|
@ -1,10 +0,0 @@
|
|||
--- 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>
|
|
@ -0,0 +1,10 @@
|
|||
--- qdvdauthor/qplayer/qxinewidget.h.orig Fri Nov 5 14:56:16 2004
|
||||
+++ qdvdauthor/qplayer/qxinewidget.h Fri Nov 5 14:56:28 2004
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <qtimer.h>
|
||||
#include <qevent.h>
|
||||
#include <qthread.h>
|
||||
+#include <pthread.h>
|
||||
|
||||
#include <xine.h>
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
--- qdvdauthor/qxine/qxinewidget.h.orig Mon May 10 03:14:10 2004
|
||||
+++ qdvdauthor/qxine/qxinewidget.h Mon May 10 22:03:01 2004
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <qtimer.h>
|
||||
#include <qevent.h>
|
||||
#include <qthread.h>
|
||||
+#include <pthread.h>
|
||||
|
||||
#include <xine.h>
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
bin/qdvdauthor
|
||||
bin/qslideshow
|
||||
bin/qxine
|
Loading…
Add table
Reference in a new issue