Re: Tremor maintenance
Stefan Kost <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.devel |
|---|---|
| Message-ID | <[email protected]> |
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. 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. > _______________________________________________ Vorbis-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/vorbis-dev
0003-Makefile.am-dist-more.patch
(text/x-patch, 397 B)
Index: Makefile.am =================================================================== --- Makefile.am (Revision 17150) +++ Makefile.am (Arbeitskopie) @@ -34,7 +34,8 @@ include_HEADERS = ivorbiscodec.h ivorbisfile.h ogg.h os_types.h config_types.h -EXTRA_DIST = vorbisidec.pc.in +EXTRA_DIST = vorbisidec.pc.in \ + doc/*.html win32/VS*/libtremor/*.vcproj example: -ln -fs . vorbis