aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorpb <pb@FreeBSD.org>2003-07-23 21:20:15 +0800
committerpb <pb@FreeBSD.org>2003-07-23 21:20:15 +0800
commit4ce40dc3eda074149d0a5c66c50fb007b3f0fb2e (patch)
tree7e100392b5d18aab6764d27a6fcc8b57ad4afa26 /multimedia
parentb35db0ed298d74e9ed5b551c599bbad2dfb5e0c7 (diff)
downloadfreebsd-ports-gnome-4ce40dc3eda074149d0a5c66c50fb007b3f0fb2e.tar.gz
freebsd-ports-gnome-4ce40dc3eda074149d0a5c66c50fb007b3f0fb2e.tar.zst
freebsd-ports-gnome-4ce40dc3eda074149d0a5c66c50fb007b3f0fb2e.zip
- add and install some more documentation
- bump PORTREVISION
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/dvdauthor/Makefile5
-rw-r--r--multimedia/dvdauthor/files/README.FreeBSD14
-rw-r--r--multimedia/dvdauthor/pkg-plist3
3 files changed, 21 insertions, 1 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile
index a2a145ad3153..a0af536affac 100644
--- a/multimedia/dvdauthor/Makefile
+++ b/multimedia/dvdauthor/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dvdauthor
PORTVERSION= 0.5.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,6 +26,9 @@ post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/dvdauthor
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dvdauthor
+ ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${PREFIX}/share/doc/dvdauthor
+ ${INSTALL_DATA} ${WRKSRC}/iso639.txt ${PREFIX}/share/doc/dvdauthor
+ ${INSTALL_DATA} ${WRKSRC}/menu.txt ${PREFIX}/share/doc/dvdauthor
.endif
.include <bsd.port.mk>
diff --git a/multimedia/dvdauthor/files/README.FreeBSD b/multimedia/dvdauthor/files/README.FreeBSD
new file mode 100644
index 000000000000..9894fa6dd67f
--- /dev/null
+++ b/multimedia/dvdauthor/files/README.FreeBSD
@@ -0,0 +1,14 @@
+To create mpeg files suitable for a DVD, you can use the transcode
+port.
+
+I use the following options:
+ transcode -i .... -y mpeg,toolame -F d -E 48000 -b 224 -o output
+
+This creates the following files:
+ output.m2v: video, bitrate 10Mbps (use -w to change that rate)
+ output.mp2: MPEG 1 Layer II audio, 48KHz, bitrate 224Kbps
+
+Then multiplex the streams:
+ tcmplex -i output.m2v -p output.mp2 -m d -o output.mpeg
+
+You can then use the resulting output.mpeg file with dvdauthor.
diff --git a/multimedia/dvdauthor/pkg-plist b/multimedia/dvdauthor/pkg-plist
index 1dbafe786275..05e3e658395c 100644
--- a/multimedia/dvdauthor/pkg-plist
+++ b/multimedia/dvdauthor/pkg-plist
@@ -6,4 +6,7 @@ bin/mpeg2desc
bin/submux
bin/vob_dump
%%PORTDOCS%%share/doc/dvdauthor/README
+%%PORTDOCS%%share/doc/dvdauthor/README.FreeBSD
+%%PORTDOCS%%share/doc/dvdauthor/iso639.txt
+%%PORTDOCS%%share/doc/dvdauthor/menu.txt
%%PORTDOCS%%@dirrm share/doc/dvdauthor