Update to version 0.5.4.
This commit is contained in:
parent
e3b1c3a54c
commit
dd4d1ebcf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90307
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= dvdauthor
|
||||
PORTVERSION= 0.5.3
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.5.4
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (dvdauthor-0.5.3.tar.gz) = 1c5c5dd7bc2863c72a553e7822a10d49
|
||||
MD5 (dvdauthor-0.5.4.tar.gz) = c701a427ba5d1661b8f1e5268b64f62e
|
||||
|
@ -1,14 +1,14 @@
|
||||
To create mpeg files suitable for a DVD, you can use the transcode
|
||||
port.
|
||||
To create mpeg files suitable for a DVD, you can use the
|
||||
multimedia/transcode port.
|
||||
|
||||
I use the following options:
|
||||
transcode -i .... -y mpeg,toolame -F d -E 48000 -b 224 -o output
|
||||
transcode -i .... -y mpeg -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
|
||||
output.mpa: MPEG 1 Layer II audio, 48KHz, bitrate 224Kbps
|
||||
|
||||
Then multiplex the streams:
|
||||
tcmplex -i output.m2v -p output.mp2 -m d -o output.mpeg
|
||||
tcmplex -i output.m2v -p output.mpa -m d -o output.mpeg
|
||||
|
||||
You can then use the resulting output.mpeg file with dvdauthor.
|
||||
|
@ -1,12 +1,12 @@
|
||||
--- Makefile.in.orig Sat May 3 22:37:14 2003
|
||||
+++ Makefile.in Tue May 13 12:14:27 2003
|
||||
--- Makefile.in.orig Sat Jun 7 03:31:46 2003
|
||||
+++ Makefile.in Sun Oct 5 12:51:37 2003
|
||||
@@ -16,7 +16,8 @@
|
||||
IBINDIR = $(RPM_BUILD_ROOT)$(BINDIR)
|
||||
sysconfdir = @sysconfdir@
|
||||
|
||||
-CPPFLAGS = -DSYSCONFDIR="\"$(sysconfdir)\""
|
||||
+CPPFLAGS = -DSYSCONFDIR="\"$(sysconfdir)\"" -I${prefix}/include
|
||||
-CPPFLAGS += -DSYSCONFDIR="\"$(sysconfdir)\""
|
||||
+CPPFLAGS += -DSYSCONFDIR="\"$(sysconfdir)\"" -I${prefix}/include
|
||||
+LDFLAGS += -L${prefix}/lib
|
||||
LIBS = @LIBS@
|
||||
LIBS += @LIBS@
|
||||
|
||||
edit = sed \
|
||||
|
Loading…
Reference in New Issue
Block a user