NetBSD.se

CVS log for pkgsrc/audio/libtunepimp/distinfo

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / audio / libtunepimp

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jul 2 21:33:09 2011 UTC (10 months, 2 weeks ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
fix build with current curl.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jun 3 12:48:48 2011 UTC (11 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Add upstream bug report URL.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jun 3 00:57:47 2011 UTC (11 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Fix broken test by assuming pkgsrc handles version check for us.
(Problem here is that 1.10 doesn't compare as bigger than 1.4.)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jan 29 21:15:11 2011 UTC (15 months, 2 weeks ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +14 -2 lines
Fix build with gcc4.3

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Nov 19 09:53:04 2007 UTC (4 years, 5 months ago) by dillo
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
MP4Close returns void now, adapt.
Patch will be sent upstream shortly.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Dec 5 09:01:57 2006 UTC (5 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -7 lines
Update to 0.5.3:

version 0.5.3:

  - Support for FLAC 1.1.3. Thanks to Josh Coalson.
  - Fixed linking of the wav plugin.
  - Fixed crash on extracting PUID from XML.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Oct 22 21:24:35 2006 UTC (5 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -8 lines
Update to 0.5.2:

version 0.5.2:

  - Case insensitive checking for the .mp3 extension. (#1515)
  - Fallback to TDRC if TDRL is not found, when reading ID3v2.3 tags. (#2190)
  - Ignore "MP3ext" in the padding area of ID3 tags. (#2123)
  - Fixes for DragonFly BSD and new versions of NetBSD. Patch
    by tk@giga.or.at (#2048)
  - Load plugins from "$(libdir)/tunepimp/plugins" instead of hard-coded
    path "$(prefix)/lib/tunepimp/plugins".

Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 22 08:25:14 2006 UTC (5 years, 8 months ago) by ghen
Branches: pkgsrc-2006Q2
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +2 -1 lines
Pullup ticket 1800 - requested by salo
security fix for libtunepimp

Revisions pulled up:
- pkgsrc/audio/libtunepimp0.4/Makefile			1.3
- pkgsrc/audio/libtunepimp0.4/distinfo			1.2
- pkgsrc/audio/libtunepimp0.4/patches/patch-ae		1.1
  [applied to pkgsrc/audio/libtunepimp on pkgsrc-2006Q2]

   Module Name:	pkgsrc
   Committed By:	salo
   Date:		Mon Aug 21 17:55:01 UTC 2006

   Modified Files:
	pkgsrc/audio/libtunepimp0.4: Makefile distinfo
   Added Files:
	pkgsrc/audio/libtunepimp0.4/patches: patch-ae

   Log Message:
   Security fix for CVE-2006-3600:

   "A vulnerability in libtunepimp can be potentially exploited by
    malicious people to compromise a user's system.

    The vulnerability is caused due to a boundary error in the
    "LookupTRM::lookup()" function when retrieving album release dates.
    This can be exploited to cause a buffer overflow by returning an overly
    long release date string (more than 100 bytes).

    Successful exploitation may allow execution of arbitrary code in context
    of an application using the vulnerable library."

   http://secunia.com/advisories/21026/
   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3600

   Patch from MusicBrainz SVN.  Bump PKGREVISION.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Aug 13 22:04:18 2006 UTC (5 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -6 lines
Update to 0.5.1:

version 0.5.1:

  - Fixed broken symlink problem in plugins/tta/Makefile.am
  - Don't write files/directories with leading dots. (#1427)
  - Added SetNotifyCallback to the Python bindings.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jul 24 13:01:16 2006 UTC (5 years, 9 months ago) by joerg
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Fix hard-coded -lpthread.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jul 12 13:28:08 2006 UTC (5 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -7 lines
Update to 0.5.0. Bigger API change, old version in libtunepimp0.4.

Changes:

version 0.5.0:

  - Versioned header files. tunepimp/tunepimp.h -> tunepimp-0.5/tunepimp.h
  - Removed track lookup parts of libtunepimp
  - WavPack, Speex and The True Audio metadata plugins
  - Correct handling of UNC paths on Windows
  - Fixed non-album tracks renaming/moving (#1408)
  - Trivial change to id3tag to read tags empty ID3 frames (#1568)

version 0.5.0-alpha2:

  - Python bindings: compatibility with ctypes 0.9.9.3 (#1171)
  - Python bindings: fixed libtunepimp .so version (3 -> 4) (#1168)
  - Support for "Windows-safe" file names on non-Windows systems (for files on
    FAT32, Samba, ...) (#1014, #1222)
  - Fixed checking for end of stream in Ogg Vorbis and FLAC plugins (#1291)
  - Added decoding to MPC plugin (#1355)

version 0.5.0-alpha1:

  - New acoustic fingerprint technology - MusicDNS <http://www.musicdns.org/>
  - New file name format variable %albumtracks (#951)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Apr 16 22:10:25 2006 UTC (6 years, 1 month ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base
Branch point for: pkgsrc-2006Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -2 lines
Fix statvfs support on NetBSD and Solaris (block counts are in units
of f_frsize, not f_bsize).
Also add DragonFly support from the old tunepimp package (untested).
Package uses c++ and libtool so say so in Makefile.
Bump PKGREVISION.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 13 12:43:45 2006 UTC (6 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Fix adding LIBS in configure

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Apr 12 21:41:58 2006 UTC (6 years, 1 month ago) by wiz
Branches: TNF
CVS tags: pkgsrc-20060412
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of libtunepimp-0.4.2:

The TunePimp library serves as a tool to allow developers to create
MusicBrainz enabled tagging applications.

The TunePimp library is a full featured tagging library that allows
the developer to open music files for identification/lookup. Once
files have been identified, it writes new metadata tags to the
music files and writes the files to a standardized directory
hierarchy. TunePimp includes the following features:

* Create TRM IDs from WAV, MP3, Ogg/Vorbis and FLAC files
* Automatically lookup files by TRM or by metadata
* Read and write metadata from the music files
* Optionally rename files according to a user specified file mask
* Optionally move files to a user specified directory hierarchy

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Apr 12 21:41:58 2006 UTC (6 years, 1 month ago) by wiz
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>