Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2004 02:17:29 -0600 (MDT)
From:      Phil Oleson <oz@nixil.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66515: New Port: Qdvdauthor 
Message-ID:  <200405110817.i4B8HT30068365@nixil.net>
Resent-Message-ID: <200405110820.i4B8KJWv007425@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         66515
>Category:       ports
>Synopsis:       New Port: Qdvdauthor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 11 01:20:19 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Phil Oleson
>Release:        FreeBSD 4.7-RELEASE-p22 i386
>Organization:
N/A
>Environment:
System: FreeBSD nixil.net 4.7-RELEASE-p22 FreeBSD 4.7-RELEASE-p22 #29: Tue Mar 2 15:58:41 MST 2004 root@fc2:/usr/src/sys/compile/VKERN i386


>Description:
	Port for the qdvdauthor package
>How-To-Repeat:
	N/A
>Fix:
	Patch included

--- qdvdauthor-port begins here ---
diff -Nru qdvdauthor.orig/Makefile qdvdauthor/Makefile
--- qdvdauthor.orig/Makefile	Wed Dec 31 17:00:00 1969
+++ qdvdauthor/Makefile	Mon May 10 23:10:11 2004
@@ -0,0 +1,36 @@
+# New ports collection makefile for:   qdvdauthor
+# Date created:        05/07/04
+# Whom:                oz@nixil.net
+#
+# $FreeBSD$
+#
+
+PORTNAME=	qdvdauthor
+PORTVERSION=	0.0.6
+CATEGORIES=	multimedia
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
+
+COMMENT=	a QT graphical frontend for dvdauthor (early alpha)
+
+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
+
+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
+NO_BUILD=	yes
+
+.include <bsd.port.pre.mk>
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/qdvdauthor ${PREFIX}/bin/qdvdauthor
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/qslideshow ${PREFIX}/bin/qslideshow
+
+.include <bsd.port.post.mk>
diff -Nru qdvdauthor.orig/distinfo qdvdauthor/distinfo
--- qdvdauthor.orig/distinfo	Wed Dec 31 17:00:00 1969
+++ qdvdauthor/distinfo	Mon May 10 22:16:59 2004
@@ -0,0 +1,2 @@
+MD5 (qdvdauthor-0.0.6.tar.gz) = b0d991e4187f18a17485de65d4ff3bad
+SIZE (qdvdauthor-0.0.6.tar.gz) = 590553
diff -Nru qdvdauthor.orig/files/patch-qdvdauthor-qxine-qxinewidget.h qdvdauthor/files/patch-qdvdauthor-qxine-qxinewidget.h
--- qdvdauthor.orig/files/patch-qdvdauthor-qxine-qxinewidget.h	Wed Dec 31 17:00:00 1969
+++ qdvdauthor/files/patch-qdvdauthor-qxine-qxinewidget.h	Mon May 10 22:09:24 2004
@@ -0,0 +1,10 @@
+--- 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>
+ 
diff -Nru qdvdauthor.orig/pkg-descr qdvdauthor/pkg-descr
--- qdvdauthor.orig/pkg-descr	Wed Dec 31 17:00:00 1969
+++ qdvdauthor/pkg-descr	Mon May 10 23:08:28 2004
@@ -0,0 +1,4 @@
+qdvdauthor is a graphical frontend to the dvd authoring program dvdauthor
+written with the QT toolkit.
+
+The program is alpha quality though still very useful.
diff -Nru qdvdauthor.orig/pkg-plist qdvdauthor/pkg-plist
--- qdvdauthor.orig/pkg-plist	Wed Dec 31 17:00:00 1969
+++ qdvdauthor/pkg-plist	Mon May 10 22:22:14 2004
@@ -0,0 +1,2 @@
+bin/qdvdauthor
+bin/qslideshow
--- qdvdauthor-port ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405110817.i4B8HT30068365>