Projects
Multimedia
lxdvdrip
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 10
View file
lxdvdrip.spec
Changed
@@ -9,10 +9,9 @@ Summary: Video-DVD backup tool Summary(de): Video-DVD Backup Programm License: GPL-2.0 -Group: Productivity/Multimedia/Video/Editors and Convertors URL: http://sourceforge.net/p/lxdvdrip/home/Homepage/ Version: 1.77 -Release: 1 +Release: 0 Source0: lxdvdrip-%version.tar.bz2 Patch0: lxdvdrip_conf.diff Patch1: lxdvdrip.patch @@ -28,7 +27,6 @@ Requires: /usr/bin/mkisofs Requires: transcode Requires: vobcopy -BuildRequires: gcc BuildRequires: libdvdread3-devel ExclusiveArch: %ix86 x86_64
View file
lxdvdrip.patch
Changed
@@ -1,7 +1,10 @@ --- - mbuffer/Makefile | 4 ++-- - requant/Makefile | 2 +- - 2 files changed, 3 insertions(+), 3 deletions(-) + dvdbackup.c | 1 + + mbuffer/Makefile | 4 ++-- + mbuffer/mbuffer.c | 6 +++--- + requant/Makefile | 2 +- + systools.c | 2 +- + 5 files changed, 8 insertions(+), 7 deletions(-) --- a/dvdbackup.c +++ b/dvdbackup.c @@ -27,6 +30,28 @@ gcc -pthread -O2 -g -o mbuffer_lxdvdrip *o -lrt -lm if test -f log.o; then rm *.o; fi +--- a/mbuffer/mbuffer.c ++++ b/mbuffer/mbuffer.c +@@ -1581,7 +1581,7 @@ int main(int argc, const char **argv) + unsigned short netPortOut = 0; + char *argv0 = strdup(argv0), *progname, null; + const char *outfile = 0; +- struct sigaction sig; ++ struct sigaction sig = {}; + dest_t *dest = 0; + #if defined(_SC_AVPHYS_PAGES) && defined(_SC_PAGESIZE) && !defined(__CYGWIN__) + long pgsz, nump; +@@ -2042,8 +2042,8 @@ int main(int argc, const char **argv) + } + + debugmsg("checking if we have a controlling terminal...\n"); +- sig.sa_sigaction = SIG_IGN; +- err = sigaction(SIGTTIN,&sig,0); ++ sig.sa_handler = SIG_IGN; ++ err = sigaction(SIGTTIN,&sig,NULL); + assert(err == 0); + fl = fcntl(STDERR_FILENO,F_GETFL); + err = fcntl(STDERR_FILENO,F_SETFL,fl | O_NONBLOCK); --- a/requant/Makefile +++ b/requant/Makefile @@ -7,7 +7,7 @@ PREFIX ?= /usr/local
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.