[DVDnav-discuss] r1091 - trunk/libdvdnav/autogen.sh

2008-06-08 Thread nicodvb
Author: nicodvb Date: Sun Jun 8 08:37:22 2008 New Revision: 1091 Log: simplified autogen.sh: it relies on autoreconf now. Patch by Dan Nicholson Modified: trunk/libdvdnav/autogen.sh Modified: trunk/libdvdnav/autogen.sh

Re: [DVDnav-discuss] r1078 - trunk/libdvdread/autogen.sh

2008-06-08 Thread Nico Sabbi
Il Saturday 07 June 2008 19:10:21 Dan Nicholson ha scritto: Yes. Attached are a couple patches for configure.ac and autogen.sh. There attached. They only thing is that they don't handle the libtool versioning thing above, so I don't know if you'll want to apply them as is. There's certainly

[DVDnav-discuss] r1092 - in trunk/libdvdnav: examples/menus.c src/dvdnav.c src/highlight.c src/navigation.c src/read_cache.c src/remap.c src/searching.c src/settings.c src/vm/decoder.c src/vm/vm.c src

2008-06-08 Thread nicodvb
Author: nicodvb Date: Sun Jun 8 11:03:10 2008 New Revision: 1092 Log: include dvdread headers as libdvdread/* for upcoming dvdread removal patch Modified: trunk/libdvdnav/examples/menus.c trunk/libdvdnav/src/dvdnav.c trunk/libdvdnav/src/highlight.c trunk/libdvdnav/src/navigation.c

[DVDnav-discuss] r1094 - in trunk/libdvdnav: Makefile configure2 misc/dvdnav-config2.sh

2008-06-08 Thread nicodvb
Author: nicodvb Date: Sun Jun 8 11:25:29 2008 New Revision: 1094 Log: completed the removal of dvdread: the new build system uses dvdread-config Modified: trunk/libdvdnav/Makefile trunk/libdvdnav/configure2 trunk/libdvdnav/misc/dvdnav-config2.sh Modified: trunk/libdvdnav/Makefile

Re: [DVDnav-discuss] r1094 - in trunk/libdvdnav: Makefile configure2 misc/dvdnav-config2.sh

2008-06-08 Thread Andreas Öman
nicodvb wrote: Author: nicodvb Date: Sun Jun 8 11:25:29 2008 New Revision: 1094 Log: completed the removal of dvdread: the new build system uses dvdread-config Yay! \o/ ___ DVDnav-discuss mailing list DVDnav-discuss@mplayerhq.hu

[DVDnav-discuss] [dvdread PATCH] Drop conditional include paths for dvdnav

2008-06-08 Thread Dan Nicholson
--- src/ifo_print.h |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/ifo_print.h b/src/ifo_print.h index 9e7367a..bd6f644 100644 --- a/src/ifo_print.h +++ b/src/ifo_print.h @@ -21,11 +21,7 @@ #define IFO_PRINT_H_INCLUDED #include inttypes.h -#ifdef

Re: [DVDnav-discuss] [dvdread PATCH] Drop conditional include paths for dvdnav

2008-06-08 Thread Nico Sabbi
Il Sunday 08 June 2008 18:12:39 Dan Nicholson ha scritto: --- src/ifo_print.h |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) committed, thanks ___ DVDnav-discuss mailing list DVDnav-discuss@mplayerhq.hu

Re: [DVDnav-discuss] r1094 - in trunk/libdvdnav: Makefile configure2 misc/dvdnav-config2.sh

2008-06-08 Thread Dan Nicholson
On Sun, Jun 8, 2008 at 11:29 AM, Nico Sabbi [EMAIL PROTECTED] wrote: Il Sunday 08 June 2008 13:20:50 Andreas Öman ha scritto: nicodvb wrote: Author: nicodvb Date: Sun Jun 8 11:25:29 2008 New Revision: 1094 Log: completed the removal of dvdread: the new build system uses

Re: [DVDnav-discuss] r1094 - in trunk/libdvdnav: Makefile configure2 misc/dvdnav-config2.sh

2008-06-08 Thread Dan Nicholson
On Sun, Jun 8, 2008 at 11:45 AM, Dan Nicholson [EMAIL PROTECTED] wrote: On Sun, Jun 8, 2008 at 11:29 AM, Nico Sabbi [EMAIL PROTECTED] wrote: Dan, why DVDREAD_LIBS isn't being used (or expanded) in src/Makefile.am ? That's why I hate so savagely autotools :( I understand. The patch looks

Re: [DVDnav-discuss] r1078 - trunk/libdvdread/autogen.sh

2008-06-08 Thread Dan Nicholson
On Sat, Jun 7, 2008 at 11:41 PM, Nico Sabbi [EMAIL PROTECTED] wrote: Il Saturday 07 June 2008 19:10:21 Dan Nicholson ha scritto: Would you be opposed to adding pkgconfig files for libdvdread and libdvdnav? It would make it much easier to find out how to build with the libraries and to be able

[DVDnav-discuss] [PATCH 0/2] Autotools fixes for dvdread

2008-06-08 Thread Dan Nicholson
Here are autotools fixes for dvdread to bring it in line with dvdnav. -- Dan autogen.sh | 279 +++ configure.ac| 52 - misc/libdvdread.spec.in |4 +- misc/relchk.sh.in |2 +- 4 files changed, 43

[DVDnav-discuss] [PATCH 2/2] Simplified autogen.sh a'la libdvdnav (r1091)

2008-06-08 Thread Dan Nicholson
--- autogen.sh | 279 1 files changed, 17 insertions(+), 262 deletions(-) diff --git a/autogen.sh b/autogen.sh index e1bad03..70e247d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,273 +2,28 @@ # # $Id$ # -# This file is