diff options
author | mezz <mezz@FreeBSD.org> | 2006-07-21 01:55:00 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-07-21 01:55:00 +0000 |
commit | eb12e42ae6d4a344f6b79076e49949a1b0dea300 (patch) | |
tree | 831c7c707cd4464ab5ee059d46e212e09a1dc5cf | |
parent | 56e492a9db1d915da85c848494989dd1ccbcc279 (diff) | |
download | FreeBSD-ports-eb12e42ae6d4a344f6b79076e49949a1b0dea300.zip FreeBSD-ports-eb12e42ae6d4a344f6b79076e49949a1b0dea300.tar.gz |
Make sure to install a file, empty.mpg, to fix the burn on DVD. Bump the
PORTREVISION.
PR: ports/100437
Submitted by: Anish Mistry <amistry@am-productions.biz>
-rw-r--r-- | multimedia/dvdstyler/Makefile | 1 | ||||
-rw-r--r-- | multimedia/dvdstyler/files/patch-data_Makefile.in | 11 | ||||
-rw-r--r-- | multimedia/dvdstyler/pkg-plist | 1 |
3 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index 8574e5d..ab78f46 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -7,6 +7,7 @@ PORTNAME= dvdstyler DISTVERSION= 1.5b5 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/multimedia/dvdstyler/files/patch-data_Makefile.in b/multimedia/dvdstyler/files/patch-data_Makefile.in new file mode 100644 index 0000000..b4cfda4 --- /dev/null +++ b/multimedia/dvdstyler/files/patch-data_Makefile.in @@ -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 --git a/multimedia/dvdstyler/pkg-plist b/multimedia/dvdstyler/pkg-plist index ff69817..e25c791 100644 --- a/multimedia/dvdstyler/pkg-plist +++ b/multimedia/dvdstyler/pkg-plist @@ -37,6 +37,7 @@ share/applications/dvdstyler.desktop %%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 |