FreeBSD Bugzilla – Attachment 60180 Details for
Bug 90416
Update port: multimedia/lxdvdrip add dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-lxdvdrip-urN.diff
patch-lxdvdrip-urN.diff (text/x-diff; charset=us-ascii), 2.77 KB, created by
Serge Gagnon
on 2005-12-16 15:02:41 UTC
(
hide
)
Description:
patch-lxdvdrip-urN.diff
Filename:
MIME Type:
Creator:
Serge Gagnon
Created:
2005-12-16 15:02:41 UTC
Size:
2.77 KB
patch
obsolete
>diff -urN multimedia/lxdvdrip.orig/Makefile multimedia/lxdvdrip/Makefile >--- multimedia/lxdvdrip.orig/Makefile Wed Dec 14 22:44:50 2005 >+++ multimedia/lxdvdrip/Makefile Fri Dec 16 09:52:35 2005 >@@ -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/ >@@ -17,12 +17,14 @@ > COMMENT= Command Line Tool to make a copy from a Video DVD > > LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread >-RUN_DEPENDS= streamdvd:${PORTSDIR}/multimedia/streamdvd \ >- transcode:${PORTSDIR}/multimedia/transcode \ >- dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ >+RUN_DEPENDS= dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ >+ dvdbackup:${PORTSDIR}/sysutils/dvdbackup \ >+ dvdwizard:${PORTSDIR}/multimedia/dvdwizard \ >+ buffer:${PORTSDIR}/misc/buffer \ > growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ > mpgtx:${PORTSDIR}/multimedia/mpgtx \ >- dvdbackup:${PORTSDIR}/sysutils/dvdbackup >+ transcode:${PORTSDIR}/multimedia/transcode \ >+ streamdvd:${PORTSDIR}/multimedia/streamdvd > > SUB_FILES= pkg-message > PKGMESSAGE= ${WRKDIR}/pkg-message >diff -urN multimedia/lxdvdrip.orig/files/patch-lxdvdrip.c multimedia/lxdvdrip/files/patch-lxdvdrip.c >--- multimedia/lxdvdrip.orig/files/patch-lxdvdrip.c Wed Dec 14 22:44:50 2005 >+++ multimedia/lxdvdrip/files/patch-lxdvdrip.c Thu Dec 15 17:33:49 2005 >@@ -1,6 +1,6 @@ >---- lxdvdrip.c.orig Tue May 31 23:26:37 2005 >-+++ lxdvdrip.c Wed Jul 6 18:34:10 2005 >-@@ -763,6 +763,9 @@ >+--- lxdvdrip.c.orig Thu Jul 7 03:23:50 2005 >++++ lxdvdrip.c Thu Dec 15 17:31:20 2005 >+@@ -766,6 +766,9 @@ > FILE *filehandle = 0; > int i; > >@@ -10,7 +10,7 @@ > if (!(filehandle = fopen (dvd_device, "r"))) > { > switch (lSprache) >-@@ -782,7 +785,7 @@ >+@@ -785,7 +788,7 @@ > return -1; > } > >@@ -19,7 +19,7 @@ > { > fclose (filehandle); > switch (lSprache) >-@@ -802,7 +805,7 @@ >+@@ -805,7 +808,7 @@ > return -1; > } > >@@ -28,7 +28,7 @@ > { > fclose (filehandle); > switch (lSprache) >-@@ -820,7 +823,8 @@ >+@@ -823,7 +826,8 @@ > strcpy (title, "unknown"); > return -1; > } >@@ -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);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 90416
:
60179
| 60180