Up to [cvs.NetBSD.org] / pkgsrc / audio / id3
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Sun May 17 15:04:40 2020 UTC (3 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
HEAD
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
id3: Update to 1.1.2 1.1.2 ----- - Update the copyright notices and years. 1.1.1 ----- - Let the Makefile supply the version string for the id3.c source. - Add a simple test suite. - Use memcpy(), not strncpy() for fully copying a fixed-size buffer.
Revision 1.14 / (download) - annotate - [select for diffs], Sat May 26 21:49:22 2018 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
id3: update to 1.1.0. 1.1.0 ----- - Support the "--help" and "--version" long option forms. - Add the "--features" option, only advertising "id3" for the present.
Revision 1.13 / (download) - annotate - [select for diffs], Sun Jan 28 15:52:16 2018 UTC (5 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
id3: update to 1.0.1. 1.0.1 ----- - Do not explicitly pass "-o 0" to the installation command; if running as root, it is not needed, and if not running as root, it will only break.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Aug 24 09:59:31 2016 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.11: +5 -7
lines
Diff to previous 1.11 (colored)
Updated id3 to 1.0.0. 1.0.0 ----- - Development taken over by Peter Pentchev. - Import a Debian patch by Stefan Ott <stefan@ott.net> to avoid backquotes in the usage string. - Import a Debian patch by Stefan Ott <stefan@ott.net> and Peter Pentchev to let the compiler and linker flags be overridden. - Let the install program and the strip flag also be overridden. - Check some more functions' return values for errors. - Add some preprocessor and compiler flags to specify certain POSIX and C environment standards. - Reorder the #include statements. - Also include <strings.h> for strncasecmp(). - Mark the list of genres in genre.h as "const char". - Add a lot of GCC-specific compiler warning flags. - Use the err(3) and warn(3) functions, they're portable enough. - Mark several global variables as static. - Break the display of the ID3 tags out into a separate function. - Use "return" from main(), remove unreachable "break" statements. - Avoid possible out-of-bound copying when storing command-line arguments into the new tag structure. - Expect a C99 compiler and reduce the scope of some variables. - Use the C99 "bool" type for, well, boolean flags. - Convert the id3.1 manual page to the mdoc format. - Fix the fields length in the manual page - only the comment is limited to 28 characters, the rest of the text fields are at 30. - Use the more common "file..." instead of "file1 [file2 [file3...]]" - Fill in some commonly-used manual page sections. - Validate number-to-string conversions for the genre and track number. - Fix a signedness error in the track number display.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Apr 20 12:10:26 2016 UTC (7 years, 5 months ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Set LICENSE for a lot of audio packages.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Sep 12 00:24:39 2012 UTC (11 years ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.9: +1 -3
lines
Diff to previous 1.9 (colored)
"user-destdir" is default these days
Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 24 12:04:15 2008 UTC (14 years, 10 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
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
Changes since 1.8: +7 -6
lines
Diff to previous 1.8 (colored)
Update id3 to 0.15. While here, fixes patch-aa and original DESTDIR ready back. ChangeLog: d3 (0.15-1) unstable; urgency=low * Fix infinite loop when setting genre to Fusion (the official ID3v1 genre list has Fusion as both #30 and #84). Thanks to Matthew Garman for reporting this bug. -- Robert Woodcock <rcw@debian.org> Mon, 31 Jul 2006 21:42:52 -0700 id3 (0.14-2) unstable; urgency=low * Rebuild to remove /usr/doc/id3 symlink, closes: #322808 * Fixed spelling of Psychedelic, closes: #275155 * Fixed version number, closes: #198439 * Updated manual page -- Robert Woodcock <rcw@debian.org> Fri, 12 Aug 2005 16:23:24 -0700 id3 (0.14-1) unstable; urgency=low * Added Hwei Sheng Teoh's patches to a new release * Added directory sanity checking -- Robert Woodcock <rcw@debian.org> Sun, 24 Nov 2002 11:35:06 -0800 id3 (0.13-3.1) unstable; urgency=low * Non-maintainer upload * Clean up id3 tag structure after done processing with a file. (Closes: #66962) * Verified that #71795 has already been fixed. (Closes: #71795) -- Hwei Sheng Teoh <hsteoh@debian.org> Sat, 23 Nov 2002 10:36:03 -0500 id3 (0.13-3) unstable; urgency=low * Added Build-Depends line -- Robert Woodcock <rcw@debian.org> Fri, 24 May 2002 10:27:09 -0700 id3 (0.13-2) unstable; urgency=low * Accidentally built 0.13-1 as a debian-native package. Recompiled. -- Robert Woodcock <rcw@debian.org> Sat, 23 Sep 2000 14:04:03 -0700 id3 (0.13-1) unstable; urgency=low * -R outputs genre numbers correctly, thanks to Ma.Fr@t-online.de, closes: bug #71795 -- Robert Woodcock <rcw@debian.org> Fri, 22 Sep 2000 20:08:27 -0700
Revision 1.8 / (download) - annotate - [select for diffs], Sat Oct 14 13:12:44 2006 UTC (16 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Fixed PKGMANDIR.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Mar 4 21:28:56 2006 UTC (17 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 20 12:07:42 2004 UTC (19 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.5: +3 -2
lines
Diff to previous 1.5 (colored)
Move WRKSRC definition away from the first paragraph in a Makefile.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 17 21:22:25 2003 UTC (20 years, 2 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 18 09:22:16 2003 UTC (20 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than ${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 2 01:21:38 2003 UTC (20 years, 4 months ago) by jschauma
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Mar 29 12:40:06 2003 UTC (20 years, 6 months ago) by jmmv
Branch: MAIN
Changes since 1.1: +2 -3
lines
Diff to previous 1.1 (colored)
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 12 09:21:15 2001 UTC (21 years, 11 months ago) by agc
Branch: TNF
CVS Tags: pkgviews-base,
pkgviews,
pkgsrc-base,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of id3-0.12 into the packages collection. id3 is an ID3 v1.1 tag editor. ID3 tags are traditionally put at the end of compressed streamed audio files to denote information about the audio contents. Up to thirty characters of Title, Artist, and Album information can be stored, as well as a 28-character comment, four-digit year, track number up to 255, and an enumerated genre.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 12 09:21:15 2001 UTC (21 years, 11 months ago) by agc
Branch: MAIN
Initial revision