ports/68752: [Patch] Update/Upgrade of qdvdauthor to 0.0.7

Phil Oleson oz at nixil.net
Wed Jul 7 05:40:25 UTC 2004


>Number:         68752
>Category:       ports
>Synopsis:       [Patch] Update/Upgrade of qdvdauthor to 0.0.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 07 05:40:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Phil Oleson
>Release:        FreeBSD 4.7-RELEASE-p27 i386
>Organization:
N/A
>Environment:
System: FreeBSD nixil.net 4.7-RELEASE-p27 FreeBSD 4.7-RELEASE-p27 #33: Mon Jun 14 16:36:44 MDT 2004 root at fc2:/usr/src/sys/compile/VKERN i386

>Description:
	Upgrade of qdvdauthor to 0.0.7
>How-To-Repeat:
	N/A
>Fix:

	I found that this patch applies better inside the qdvdauthor port dir
and applied with 'patch -Esp1 <' otherwise patching Makefile fails

--- qdvdauthor-0.0.7-patch begins here ---
diff -rcNT qdvdauthor.old/Makefile qdvdauthor/Makefile
*** qdvdauthor.old/Makefile	Thu May 13 10:49:52 2004
--- qdvdauthor/Makefile	Tue Jul  6 22:54:16 2004
***************
*** 6,12 ****
 	#
 	
 	PORTNAME=	qdvdauthor
!	PORTVERSION=	0.0.6
 	CATEGORIES=	multimedia
 	MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 	MASTER_SITE_SUBDIR=	${PORTNAME}
--- 6,12 ----
 	#
 	
 	PORTNAME=	qdvdauthor
!	PORTVERSION=	0.0.7
 	CATEGORIES=	multimedia
 	MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 	MASTER_SITE_SUBDIR=	${PORTNAME}
***************
*** 27,37 ****
 	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
 	NO_BUILD=	yes
 	
 	do-install:
 		${INSTALL_PROGRAM} ${WRKSRC}/bin/qdvdauthor ${PREFIX}/bin/qdvdauthor
 		${INSTALL_PROGRAM} ${WRKSRC}/bin/qslideshow ${PREFIX}/bin/qslideshow
 	
 	.include <bsd.port.mk>
--- 27,39 ----
 	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
 	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 -rcNT qdvdauthor.old/distinfo qdvdauthor/distinfo
*** qdvdauthor.old/distinfo	Thu May 13 10:49:52 2004
--- qdvdauthor/distinfo	Tue Jul  6 21:40:04 2004
***************
*** 1,2 ****
!	MD5 (qdvdauthor-0.0.6.tar.gz) = b0d991e4187f18a17485de65d4ff3bad
!	SIZE (qdvdauthor-0.0.6.tar.gz) = 590553
--- 1,2 ----
!	MD5 (qdvdauthor-0.0.7.tar.gz) = bfde1dae2e3f01baa52c624bb8414405
!	SIZE (qdvdauthor-0.0.7.tar.gz) = 610869
diff -rcNT qdvdauthor.old/files/patch-qdvdauthor-imagemagicklib.inc qdvdauthor/files/patch-qdvdauthor-imagemagicklib.inc
*** qdvdauthor.old/files/patch-qdvdauthor-imagemagicklib.inc	Wed Dec 31 17:00:00 1969
--- qdvdauthor/files/patch-qdvdauthor-imagemagicklib.inc	Tue Jul  6 22:01:00 2004
***************
*** 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 -rcNT qdvdauthor.old/pkg-plist qdvdauthor/pkg-plist
*** qdvdauthor.old/pkg-plist	Thu May 13 10:49:52 2004
--- qdvdauthor/pkg-plist	Tue Jul  6 22:28:22 2004
***************
*** 1,2 ****
--- 1,3 ----
 	bin/qdvdauthor
 	bin/qslideshow
+	bin/qxine
--- qdvdauthor-0.0.7-patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list