mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
4 changed files with 12 additions and 13 deletions
|
@ -6,8 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= dvdauthor
|
PORTNAME= dvdauthor
|
||||||
PORTVERSION= 0.5.3
|
PORTVERSION= 0.5.4
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
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
|
To create mpeg files suitable for a DVD, you can use the
|
||||||
port.
|
multimedia/transcode port.
|
||||||
|
|
||||||
I use the following options:
|
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:
|
This creates the following files:
|
||||||
output.m2v: video, bitrate 10Mbps (use -w to change that rate)
|
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:
|
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.
|
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.orig Sat Jun 7 03:31:46 2003
|
||||||
+++ Makefile.in Tue May 13 12:14:27 2003
|
+++ Makefile.in Sun Oct 5 12:51:37 2003
|
||||||
@@ -16,7 +16,8 @@
|
@@ -16,7 +16,8 @@
|
||||||
IBINDIR = $(RPM_BUILD_ROOT)$(BINDIR)
|
IBINDIR = $(RPM_BUILD_ROOT)$(BINDIR)
|
||||||
sysconfdir = @sysconfdir@
|
sysconfdir = @sysconfdir@
|
||||||
|
|
||||||
-CPPFLAGS = -DSYSCONFDIR="\"$(sysconfdir)\""
|
-CPPFLAGS += -DSYSCONFDIR="\"$(sysconfdir)\""
|
||||||
+CPPFLAGS = -DSYSCONFDIR="\"$(sysconfdir)\"" -I${prefix}/include
|
+CPPFLAGS += -DSYSCONFDIR="\"$(sysconfdir)\"" -I${prefix}/include
|
||||||
+LDFLAGS += -L${prefix}/lib
|
+LDFLAGS += -L${prefix}/lib
|
||||||
LIBS = @LIBS@
|
LIBS += @LIBS@
|
||||||
|
|
||||||
edit = sed \
|
edit = sed \
|
||||||
|
|
Loading…
Add table
Reference in a new issue