Re: Tremor maintenance
Conrad Parker <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.devel |
|---|---|
| Message-ID | <[email protected]> |
On 20 April 2010 15:45, Stefan Kost <[email protected]> wrote: > hi, > > could someone please apply these to Tremor svn? > > 0001-update_symbols.patch > there are 3 public symbols in the headers, which are missing in the > linker script and thus marked as private again. This causes issues for > e.g. gstreamer (https://bugzilla.gnome.org/show_bug.cgi?id=616194). > > 0002-pkgconfig.patch > this adds a pkg config file > Hi, I tested and applied these two patches. (Apologies that your attribution didn't stay with the commit -- I set you as the author using git-svn, but subversion turned it into a normal svn commit and rewrote the author info). > You probably also want to do something like > Index: configure.in > =================================================================== > --- configure.in (Revision 17148) > +++ configure.in (Arbeitskopie) > @@ -11,7 +11,7 @@ > > AM_CONFIG_HEADER([config.h]) > > -AM_INIT_AUTOMAKE(libvorbisidec,1.2.0) > +AM_INIT_AUTOMAKE(libvorbisidec,1.0.2) > > > to avoid confiusion with the version (see CHANGELOG). There are bugs for > debian/ubuntu regarding this. I haven't made this change, i guess it's up to monty. cheers, Conrad.