Date: Mon, 17 Jul 2006 10:48:19 -0400 From: "Anish Mistry" <amistry@am-productions.biz> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: multimedia@FreeBSD.org Subject: ports/100437: multimedia/dvdstyler does not install empty.mpg Message-ID: <1153147699.89369@bigguy.am-productions.biz> Resent-Message-ID: <200607171450.k6HEoFjP093729@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100437 >Category: ports >Synopsis: multimedia/dvdstyler does not install empty.mpg >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: Mon Jul 17 14:50:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Anish Mistry >Release: FreeBSD 6.1-RELEASE-p1 i386 >Organization: AM Productions >Environment: System: FreeBSD 6.1-RELEASE-p1 #0: Thu Jun 1 21:16:20 EDT 2006 amistry@bigguy.am-productions.biz:/usr/obj/usr/src/sys/BIGGUY >Description: The empty.mpg required for DVD burning is not installed. I've sent the Makefile.am patch upstream to the author. >How-To-Repeat: >Fix: --- dvdstyler.patch begins here --- diff -ruN dvdstyler.orig/Makefile dvdstyler/Makefile --- dvdstyler.orig/Makefile Mon Jul 17 10:29:34 2006 +++ dvdstyler/Makefile Mon Jul 17 10:40:03 2006 @@ -7,6 +7,7 @@ PORTNAME= dvdstyler DISTVERSION= 1.5b5 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff -ruN dvdstyler.orig/files/patch-data_Makefile.in dvdstyler/files/patch-data_Makefile.in --- dvdstyler.orig/files/patch-data_Makefile.in Wed Dec 31 19:00:00 1969 +++ dvdstyler/files/patch-data_Makefile.in Mon Jul 17 10:39:34 2006 @@ -0,0 +1,11 @@ +--- data/Makefile.in.orig Mon Jul 17 10:32:01 2006 ++++ data/Makefile.in Mon Jul 17 10:35:23 2006 +@@ -145,7 +145,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-pkgdata_DATA = silence.mp2 ++pkgdata_DATA = silence.mp2 empty.mpg + subdir = data + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff -ruN dvdstyler.orig/pkg-plist dvdstyler/pkg-plist --- dvdstyler.orig/pkg-plist Mon Jul 17 10:29:34 2006 +++ dvdstyler/pkg-plist Mon Jul 17 10:33:40 2006 @@ -37,6 +37,7 @@ %%DATADIR%%/buttons/text-shadow.xml %%DATADIR%%/buttons/text.xml %%DATADIR%%/data/silence.mp2 +%%DATADIR%%/data/empty.mpg %%DATADIR%%/objects/ellipse.xml %%DATADIR%%/objects/frame.xml %%DATADIR%%/objects/image.xml --- dvdstyler.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1153147699.89369>