multimedia/dvdstyler does not install empty.mpg

Anish Mistry amistry at am-productions.biz
Mon Jul 17 14:47:36 UTC 2006


>Submitter-Id:	current-users 
>Originator:	Anish Mistry 
>Organization:	AM Productions 
>Confidential:	no 
>Synopsis:	multimedia/dvdstyler does not install empty.mpg 
>Severity:	non-critical 
>Priority:	low 
>Category:	ports 
>Class:		update 
>Release:	FreeBSD 6.1-RELEASE-p1 i386 
>Environment:


System: FreeBSD 6.1-RELEASE-p1 #0: Thu Jun  1 21:16:20 EDT 2006
    amistry at 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 ---





More information about the freebsd-multimedia mailing list