Bug#365332: libdvdread

2006-05-03 Thread Daniel Baumann
Stephen Gran wrote: > Daniel, can you make sure to increment the shlibs accordingly? I am > going to have to use some new functions from this version. sure. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.pa

Bug#365332: libdvdread

2006-05-03 Thread Stephen Gran
This one time, at band camp, Bj|rn Englund said: > Sorry for the delay but now > I have released libdvdread-0.9.6. > Hopefully the dvdbackup patch will work now :) Good news, thank you. Daniel, can you make sure to increment the shlibs accordingly? I am going to have to use some new functions f

Bug#365332: libdvdread

2006-05-03 Thread Bj|rn Englund
Sorry for the delay but now I have released libdvdread-0.9.6. Hopefully the dvdbackup patch will work now :) /Bj|rn -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#365332: libdvdread

2006-04-30 Thread Bj|rn Englund
Sun Apr 30 2006, Stephen Gran wrote: > This one time, at band camp, Björn Englund said: > > I forgot to attach the patch in the previous email, here it is. > > > + dvd_stat_t statbuf; > > + > > + if ( DVDFileStat(_dvd, 0, DVD_READ_INFO_FILE, &statbuf) != -1 ) { > > The struct dvd_stat_t an

Bug#365332: libdvdread

2006-04-30 Thread Stephen Gran
This one time, at band camp, Bj|rn Englund said: > Sun Apr 30 2006, Stephen Gran wrote: > > This one time, at band camp, Björn Englund said: > > > I forgot to attach the patch in the previous email, here it is. > > > > > + dvd_stat_t statbuf; > > > + > > > + if ( DVDFileStat(_dvd, 0, DVD_READ_INF

Bug#365332: libdvdread

2006-04-30 Thread Stephen Gran
This one time, at band camp, Björn Englund said: > I forgot to attach the patch in the previous email, here it is. > + dvd_stat_t statbuf; > + > + if ( DVDFileStat(_dvd, 0, DVD_READ_INFO_FILE, &statbuf) != -1 ) { The struct dvd_stat_t and the function DVDFileStat appear not to be def

Bug#365332: libdvdread

2006-04-29 Thread Stephen Gran
This one time, at band camp, Björn Englund said: > Sat Apr 29 2006, Daniel Baumann wrote: > > Hi, > > > > we have some problems[0] in Debian with the libdvdread 0.9.5. It seems, > > that the UDFFindFile (and some others) are no longer exportet. Is this > > done intenionally or accidently? > > > >

Bug#365332: libdvdread

2006-04-29 Thread Björn Englund
Sat Apr 29 2006, Daniel Baumann wrote: > Hi, > > we have some problems[0] in Debian with the libdvdread 0.9.5. It seems, > that the UDFFindFile (and some others) are no longer exportet. Is this > done intenionally or accidently? > > If intenionally, how about bumping the soname to reflect this ch

Bug#365332: libdvdread

2006-04-29 Thread Björn Englund
I forgot to attach the patch in the previous email, here it is. /Bj|rn --- dvdbackup.c.orig2006-03-02 19:09:52.0 +0100 +++ dvdbackup.c 2006-03-02 20:14:25.0 +0100 @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include @@ -1656,15 +1657,1