Re: RELEASE TESTING needed for libdvdread
Matthias Saou <thias@spam.spam.spam.spam.spam.spam.spam.egg.and.spam.freshrpms.net> Mon, 19 Sep 2005 13:23:50 +0200
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <20050919132350.411d5a9a@python2> |
Bj|rn Englund wrote : > I'm planning to make a new release of libdvdread in about a week. > Help is needed to test that it works on all differents platforms > before the release. Find attached a patch that I have included in my rpm packages upon request from a user. If what it does seems wrong (add UDFFindFile exporting), please let me know. Matthias -- Clean custom Red Hat Linux rpm packages : http://freshrpms.net/ Fedora Core release 4 (Stentz) - Linux kernel 2.6.12-1.1447_FC4 Load : 0.32 0.22 0.28
libdvdread-udffindfile.patch
(text/x-patch, 745 B)
diff -uNr libdvdread-0.9.4/dvdread/Makefile.am libdvdread-0.9.4-mod/dvdread/Makefile.am --- libdvdread-0.9.4/dvdread/Makefile.am 2003-02-13 22:33:38.000000000 +0100 +++ libdvdread-0.9.4-mod/dvdread/Makefile.am 2005-03-09 15:03:24.000000000 +0100 @@ -6,9 +6,9 @@ dvdread_internal.h \ md5.c md5.h libdvdread_la_LIBADD = @DL_LIBS@ @CSS_LIBS@ -libdvdread_la_LDFLAGS = -version-info 3:0:0 -export-symbols-regex "(DVD.*|ifo.*|nav.*)" +libdvdread_la_LDFLAGS = -version-info 3:0:0 -export-symbols-regex "(UDFFindFile|DVD.*|ifo.*|nav.*)" pkgincludedir = $(includedir)/dvdread pkginclude_HEADERS = dvd_reader.h ifo_types.h ifo_read.h \ - ifo_print.h nav_types.h nav_read.h nav_print.h + ifo_print.h nav_types.h nav_read.h nav_print.h dvd_udf.h