o Add misc/buffer to the toolchain allowing rip mode trans_copy
o Change the 16 megabyte buffer standard to a saner 10 megabyte shared memory value compatible with unmodified kernels o Bump PORTREVISION Submitted by: maintainer
This commit is contained in:
parent
8098efcdcd
commit
ba1b8920f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151306
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= lxdvdrip
|
||||
PORTVERSION= 1.47
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://download.berlios.de/lxdvdrip/ \
|
||||
ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
|
||||
@ -20,6 +20,7 @@ LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread
|
||||
RUN_DEPENDS= streamdvd:${PORTSDIR}/multimedia/streamdvd \
|
||||
transcode:${PORTSDIR}/multimedia/transcode \
|
||||
dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
|
||||
buffer:${PORTSDIR}/misc/buffer \
|
||||
growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
|
||||
mpgtx:${PORTSDIR}/multimedia/mpgtx \
|
||||
dvdbackup:${PORTSDIR}/sysutils/dvdbackup
|
||||
|
@ -38,6 +38,15 @@
|
||||
fclose (filehandle);
|
||||
|
||||
title[32] = '\0';
|
||||
@@ -5986,7 +5990,7 @@
|
||||
if (strstr (buffer_name, "mbuffer"))
|
||||
sprintf (szBufferBefehl, "%s -s 64k -q -i", buffer_name); // nehme mbuffer
|
||||
else
|
||||
- sprintf (szBufferBefehl, "%s -s 64k -m 16m -i", buffer_name); // nehme buffer
|
||||
+ sprintf (szBufferBefehl, "%s -s 64k -m 10m -i", buffer_name); // nehme buffer
|
||||
}
|
||||
// Behandlung von Forced Subtitles
|
||||
printf ("Wert Untertitel: %ld\n", lUntertitel);
|
||||
@@ -7633,7 +7637,7 @@
|
||||
strcat (szFilmVerzeichnis, "/");
|
||||
strcat (szFilmVerzeichnis, szDVDName);
|
||||
|
@ -4,7 +4,9 @@ bin/lxac3scan
|
||||
@unexec if cmp -s %D/etc/lxdvdrip.conf %D/etc/lxdvdrip.conf.sample; then rm -f %D/etc/lxdvdrip.conf; fi
|
||||
etc/lxdvdrip.conf.sample
|
||||
@exec [ -f %B/lxdvdrip.conf ] || cp %B/%f %B/lxdvdrip.conf
|
||||
%%DATADIR%%/lxdvdrip.wav
|
||||
%%EXAMPLESDIR%%/lxdvdrip.conf.DE
|
||||
%%EXAMPLESDIR%%/lxdvdrip.conf.EN
|
||||
%%EXAMPLESDIR%%/lxdvdrip.conf.FR
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user