Re: Tremor maintenance
Conrad Parker <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.devel |
|---|---|
| Message-ID | <[email protected]> |
On 20 April 2010 17:16, Stefan Kost <[email protected]> wrote: > Conrad Parker wrote: >> 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). >> > Thanks for your quick action! Here is one more that dists the html docs > and the win32 build filed as well. ok, I've applied this to trunk/Tremor. I've also merged the relevant parts of these patches into branches/lowmem-branch/ (without the Win32 bits) and branches/lowmem-no-byte/ (without the Version_script, doc or Win32 bits as they don't exist on that branch). Conrad. > Once there version thing is resolved > if would be nice to make a release, then distros can pick it up. > > Stefan >> >>> 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. >> > >