[SCM] libdiscid packaging annotated tag, upstream/0.5.0, created. upstream/0.5.0

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Apr 12 16:26:46 UTC 2013


The annotated tag, upstream/0.5.0 has been created
        at  c902172585b2921b30427ef30baf428fbec9b7ef (tag)
   tagging  ce7488b1764e1102e2daee6529757b470933fd38 (commit)
  replaces  upstream/0.4.1
 tagged by  Sebastian Ramacher
        on  Fri Apr 12 14:06:34 2013 +0200

- Shortlog ------------------------------------------------------------
Upstream version 0.5.0

Johannes Dewender (122):
      fix autotools build on windows
      add cygwin to supported  cmake targets
      remove braces in "MATCHES" cmake expressions
      update contact info in doxygen doc
      fix cmake build on darwin / mac os x
      add solaris/SunOS cmake build support
      autotools, solaris: remove -lsocket and -lnsl
      get ISRCs on linux, close LIB-15
      update AUTHORS
      clean-up isrc code linux
      read_track_isrc: more similar to read_disc_isrc
      remove note about being included in libmusicbrainz
      add INSTALL with build instructions
      cmake: fix dist target
      Cmake: add "check" target
      update bug url
      update ChangeLog for 0.3.1
      increase version to 0.3.1
      remove cache after autogen
      fix 0.3.2 as a distribution fix
      update changelog for 0.3.2
      add email from Shunsuke Kuroda to AUTHORS
      cmake support for FreeBSD
      cmake: add -Wall -O2 for gcc
      freeBSD: fix includes
      cmake: display os dependent source files
      solaris: clean up includes
      linux: fix compiler warnings
      cmake: add OpenBSD support
      cmake: add NetBSD support / complete cmake support
      cmake: decouple os normalization
      win32: fix warning and source list display in cmake
      add discid_get_support API (string array)
      add linux features
      add feature list for other platforms
      linux: always leave room for \0 in ISRC buffer
      win32: add version resources to DLL
      update INSTALL (cmake for all)
      win32: autotools support for versioninfo
      win32: libdiscid.rc -> versioninfo.rc
      Merge branch 'master' of https://github.com/metabrainz/libdiscid
      autotools: no conditional LT_INIT
      Merge remote-tracking branch 'cmake/master'
      cmake: finish versioninfo rename
      win32: fix implicit pointer sign change
      Merge branch 'cmake_cleanup'
      Merge branch 'master' of https://github.com/metabrainz/libdiscid
      win32: actually enable declspec(export)
      Merge branch 'master' of https://github.com/metabrainz/libdiscid
      cmake: fix libdiscid_EXPORTS again
      use feature tests in the discisrc example
      feature names to lowercase; room for 32 features
      set feature values to powers of 2 (bit mask)
      Merge branch 'features_string'
      fix feature API in disc.c
      update examples with complete feature API
      cmake: remove current,age,rev versioning calculations
      autotools: libtool version-info -> version-number
      cmake: also clean files generated from .in
      cmake: remove debug message
      Revert "cmake: also clean files generated from .in"
      LIB-24: support generic platform (cmake)
      LIB-24: support generic platform (autotools)
      Merge branch 'version_cleanup'
      add .gitignore for cmakefiles
      add autotools files to gitignore
      autotools: add docs target
      add notes about docs and BSD in INSTALL
      create ChangeLog for 0.4.0
      update AUTHORS
      update Doxygen introduction
      add get_version_string() for debug output
      update ChangeLog for get_version_string()
      cmake: fix versioninfo for out-of-source builds
      set version to 0.4.0
      actually document how get_feature_list() works
      add disc_generic.c to distribution
      set version to 0.4.1
      mention which versions are new in the API doc
      correct API doc for features
      correct features_length doc
      fix libtool comments in configure.ac
      Merge remote-tracking branch 'phw/read_sparse'
      better coding style in darwin disc_read
      update AUTHORS and ChangeLog for read_sparse
      Merge remote-tracking branch 'phw/win32_fixes'
      fix indentation in discisrc.c + gitignore fixes
      minor documentation fixes in discid.h
      Merge pull request #13 from sebastinas/hide-private-symbols
      fix visibility warning on cygwin, re #13
      Merge branch 'hide-private-symbols'
      simplify windows dllexport again
      define HAVE_SPARSE_READ, LIB-35
      rename to DISCID_HAVE_SPARSE_READ
      update ChangeLog and AUTHORS
      doc: last track = last audio track
      fix compilation on SunPro, re #13
      only ignore "discid" at the root
      merge version defines to discid.h.in
      fix relative include in discid_private.h
      Merge branch 'discid_version'
      use distcheck for distribution
      cmake: cleanup out-of-source build
      add DISCID_VERSION_NUM for easy calculation
      move VERSION_NUM calculation to build files
      update ChangeLog with new defines
      fix patch version comparision
      set version to 0.5.0
      cmake: add distwin32 target
      fix mingw-linux out-of-source cross-build
      Merge remote-tracking branch 'cmake/master'
      fix check for mingw-cross-build
      autotools: fix distcheck on Windows
      Merge branch 'distwin32'
      use libdiscid_DISTDIR in dist
      optimize distwin32 target
      add distmac target
      distmac: also provide single arch binaries
      update ChangeLog
      fix out-of-source cmake distribution
      require cmake check before autotools dist
      cmake: out-of-source build/install fixes

Lukáš Lalinský (27):
      Added win32 TOC reading code
      * Changed type of the device argument to 'const char *' -- we are not going to modify the string.
      Added support for FreeDB DiscIDs.
      Very simple test suite for discid calculation.
      Added simple Makefile and DEF file for MSVC
      Doxygen documentation.
      Small documentation fix.
      Updated FSF address.
      Use generic 'cdaudio' device name to check number of CD drives.
      This code reads correctly length of the last audio track for multi-session on Windows, see #536. The problem is that is works only on Windows NT and newer, which is not
      * Replace MSVC makefile with a CMake build system.
      Allow drive names with trailing slash.
      disc_win32_new.c should be included in the tarball :(
      Branch for ISRC reading
      Initial patch from Nicholas Humfrey, see #3803
      Oops, forgot to add this file
      Add Windows-specific ISRC/MCN reading code.
      Very ugly hack to read ISRCs using cdrdao
      Allocate enough space for 99 track CDs. Fixes #2787
      Better defines for import/export checking
      Up-to-date links
      Revert "Very ugly hack to read ISRCs using cdrdao"
      Merge branch 'isrc'
      Changelog for 0.3.0
      Update version numbers for 0.3.0
      Merge pull request #1 from JonnyJD/autotools_new
      Merge pull request #2 from JonnyJD/cmake_cygwin

Matthias Friedrich (25):
      Importing the initial version of libdiscid.
      Made mb_disc a transparent handle.
      Implemented some mb_disc getters.
      Wrote the README file and added an AUTHORS file.
      Added doxygen-compatible documentation.
      Moved the header files and adjusted all source files.
      Added the darwin port to the distribution.
      Changed prefix from mb_disc_* to discid_*, to avoid clashes with libmb3.
      Added discid_put(), based on the patch in ticket #1714. Thanks Martin!
      Two minor documentation fixes.
      Added Makefile.msvc to the source distribution.
      Added discid.def to the source distribution.
      Bumped version numbers, getting ready for release 0.1.1.
      Set svn:keywords for the AUTHORS file (fixes #2600).
      Added support for FreeBSD (patch by Patrick Hurrelmann).
      Minor changes to ChangeLog and AUTHORS.
      Incremented version number to 0.2.0 (and libtool version to 2:0:1).
      Set libtool version back to 2:0:1 (a minor misunderstanding).
      Updated the change log for version 0.2.1.
      Set libtool version to 2:1:2 because it is compatible to versions 0.1.x (Luks).
      Fixed ChangeLog entry.
      Added patch for solaris (fixes #4891).
      Fixed invalid source file references in Makefile.am (#4891).
      Added OpenBSD support (patch by Anton Yabchinskiy, thanks!).
      Detect GNU/kFreeBSD during configure and treat it as FreeBSD (patch from #5393).

Oliver Charles (1):
      Merge pull request #3 from JonnyJD/doxy_contact

Philipp Wolfer (11):
      Added a discid_read_sparse() method.
      Added example for discid_read_sparse()
      The features flag parameter should be an unsigned int.
      Small documentation fixes.
      By default discid_read will use all available features.
      Updated existing examples to use discid_read_sparse(), removed separate example discid_sparse.c.
      In C89 and Ansi C variable declaration has to be at the beginning of a scope block.
      Fixed DLL version information.
      Add Visual Studio files to .gitignore.
      Add build results to .gitignore.
      Fixed encoding information in DLL metadata.

Robert Kaye (7):
      This makefile was missing.
      Added the darwin port of the cd reading code and added a command line option to
      Added a method to generate web service urls
      Add code to automatically find a CD-ROM in the system.
      Minor tweaks to make picard happy.
      setting the lib version number back to what is was for now. matt and I will discuss this soon to figure out the right
      Checking in for 0.2.1 -- we're ready to go!

Sebastian Ramacher (6):
      Hide internal symbols
      Handle LIBDISCID_API for mingw and cygwin
      Use winver.h instead of Winver.h
      Honor visibility in src/base64.c
      Provide automatically generated version.h file
      Imported Upstream version 0.5.0

U-WINVIRT\JonnyJD (1):
      cygwin: suppress cmake legacy warning

outsidecontext (1):
      Patch for MCN on linux

-----------------------------------------------------------------------

-- 
libdiscid packaging



More information about the pkg-multimedia-commits mailing list