Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.2 25 Aug 2024 13:02:59 |
Daniel Engberg (diizzy) |
audio/taglib: Update to 2.0.2
* Drop TESTS option and use TEST_DEPENDS instead
Changelog: https://github.com/taglib/taglib/releases/tag/v2.0.2
PR: 281034
Reviewed by: jhale (maintainer) |
2.0.1 14 Jun 2024 05:29:25 |
Jason E. Hale (jhale) |
audio/taglib: Update to 2.0.1
Remove RCC patches which have been an ongoing maintainence burden. Most
applications support ID3v2 tags these days.
PR: 276677 |
1.13.1 02 Jul 2023 21:11:53 |
Jason E. Hale (jhale) |
audio/taglib: Update to 1.13.1
https://github.com/taglib/taglib/releases/tag/v1.13.1 |
1.13 28 Oct 2022 00:19:09 |
Jason E. Hale (jhale) |
audio/taglib: Update to 1.13
https://github.com/taglib/taglib/releases/tag/v1.13 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.12 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.12 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.12 24 Apr 2021 22:36:14 |
Jason E. Hale (jhale) |
audio/taglib: Update WWW |
1.12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.12 12 Mar 2021 18:50:44 |
mandree |
audio/taglib: update to 1.12 release from beta
Changelog: https://taglib.org/#taglib-112-release---feb-16-2021
PR: 253584
Submitted by: Daniel Engberg
Approved by: jhale@ (maintainer timeout 23 days) |
1.12.b.1_1 27 Aug 2020 15:08:40 |
jhale |
audio/taglib: Fix packaging if TEST option is enabled
- Add STATIC option to fix packaging if the TEST option is enabled. Taglib
only allows for static libraries to be built when testing is enabled. [1]
- devel/cppunit needs to be present at build time for the tests to be built.
- Enable symbol visibility.
- Boost support was removed upstream, so we no longer need to disable the
check for it.
PR: 246203 [1]
Submitted by: <daniel.engberg.lists@pyret.net> [1]
Reported by: <sdalu@sdalu.com> [1] |
1.12.b.1 02 May 2020 09:57:24 |
tcberner |
audio/taglib: update to 1.12-beta1
PR: 246025
Exp-run by: antoine
Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Approved by: jhale (timeout)
MFH: 2020Q2
Security: CVE-2018-11439
Differential Revision: https://reviews.freebsd.org/D23260 |
1.11.1_3 04 Apr 2020 13:43:52 |
tobik |
audio/taglib: Switch MASTER_SITES to HTTPS
PR: 239076
Submitted by: Miyashita Touka <imagin8r@protonmail.com>
Approved by: jhale (maintainer timeout, 8 months) |
1.11.1_3 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.11.1_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.11.1_1 31 Oct 2018 23:26:39 |
jhale |
audio/taglib: Fix build on powerpc64
PR: 232812
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by: IntegriCloud |
1.11.1_1 02 Jun 2018 14:52:48 |
jhale |
Disable automatic detection of devel/boost-libs if installed. This prevents
unnecessary linking to libboost_atomic.so if installed on FreeBSD 10.x and
use of the boost headers elsewhere.
Bump PORTREVISION to rectify stray linking if taglib was built outside of a
clean environment.
While here, switch to CMAKE_ARGS to CMAKE_ON and switch RCC_[CFLAGS|LDFLAGS]
to RCC_USES=localbase:ldflags
Reported by: Tatsuki Makino <tatsuki_makino@hotmail.com> (via private mail) |
1.11.1 04 Nov 2017 13:14:01 |
dbaio |
Remove MPL (without version) license
All ports now are using MPL[10|11|20] license.
Approved by: portmgr (rene)
Differential Revision: D12940 |
1.11.1 06 Aug 2017 09:13:10 |
tcberner |
Update audio/taglib to 1.11.1
PR: 221157
Reviewed by: jhale
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11737 |
1.10 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
1.10 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.10 07 Jan 2016 15:15:54 |
jhale |
Use pathfix |
1.10 02 Jan 2016 02:00:29 |
jhale |
- Update to 1.10
- Remove hack for audio/clementine-player that was added in r335257. It has
no effect on the resulting library and clementine-player seems to build and
read tags fine without it. |
1.9.1_2 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
1.9.1_2 22 Sep 2014 12:22:03 |
jhale |
- Add missing LICENSE_FILE
- Add CPE data
- USE_CSTD instead of CFLAGS
- Trim @dirrm from pkg-plist |
1.9.1_2 26 Aug 2014 03:10:43 |
amdmi3 |
- Drop .la files for devel/librcc, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
1.9.1_1 30 Nov 2013 01:58:17 |
sbruno (src committer) |
Address some of the nonsense seen in audio/clementine-player as the code in
this port ends up generating libraries and code that just don't link
correctly.
PR: ports/178687 |
1.9.1 25 Nov 2013 14:45:37 |
jhale |
- Restore support for librcc charset conversation library
PR: ports/184280
Submitted by: fluffy |
1.9.1 10 Oct 2013 00:31:52 |
jhale |
- Update to 1.9.1
- Remove RCC option for now. Codebase has changed too much
for the patch to apply cleanly. |
1.8 09 Oct 2013 09:24:24 |
jhale |
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax |
1.8 04 Oct 2013 08:52:33 |
bapt |
Do not arbitrary rename packages |
1.8 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.8 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.8 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.8 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
1.8 13 Sep 2012 04:45:59 |
jhale |
- Update MAINTAINER to my new FreeBSD.org address
Approved by: makc (mentor) |
1.8 10 Sep 2012 20:18:44 |
swills |
- Update audio/taglib to 1.8
- Update WWW in pkg-descr
- Remove $FreeBSD$ keyword from pkg-plist
PR: ports/171395
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) |
1.7.2 09 Jul 2012 13:05:07 |
jase |
- Convert to optionsNG
- Remove shlib version from LIB_DEPENDS
PR: ports/169577
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Approved by: flo (mentor) |
1.7.2 23 Apr 2012 11:16:06 |
sbz |
- Update to 1.7.2
PR: ports/167215
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> (maintainer) |
1.7.1 18 Mar 2012 13:51:42 |
scheidell |
- Update audio/taglib to 1.7.1
- This fixes multiple security vulnerabilities found in the previous versions
- Fixes CVE-2012-1107 and CVE-2012-1108
- As reported by Zubin Mithra:
https://bugs.launchpad.net/ubuntu/+source/taglib/+bug/945415
- Arrange MASTER_SITES so most reliable site is tried first
- Move LICENSE to satisfy portlint
PR: ports/166219
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Reported by: Zubin Mithra
Approved by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Feature safe: yes |
1.7 17 Mar 2011 17:26:26 |
dhn |
- Update to 1.7
- Add LICENSE
- Remove MD5 checksum
PR: ports/155494
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) |
1.6.3 11 May 2010 12:02:49 |
fluffy |
- Update taglib to 1.6.3 release
Approved by: maintainer (implicit)
With hat on: kde@ |
1.6.1 02 Dec 2009 22:44:01 |
fluffy |
- Update long package description to reflect current abilities of taglib
Approved by: maintainer (implicit)
Approved by: miwi (mentor) |
1.6.1 02 Dec 2009 17:00:33 |
fluffy |
- Update taglib to 1.6.1 release
- Update taglib-extras to 1.0.1 release
- Switch to cmake build
- Add optional patch to support on-the-fly charset recoding via devel/librcc
- Tag shlib version changed to original, provided by authors
Approved by: miwi (mentor)
Exp-run by: miwi |
1.5 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.5 30 Jul 2009 11:30:20 |
yzlin |
- Pass maintainership to submitter
PR: 137253
Submitted by: Jason E. Hale <bsdkaffee AT gmail.com>
Approved by: lwhsu (mentor) |
1.5 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.5 19 Aug 2008 09:18:37 |
linimon |
Return laszlof's ports to the pool due to lack of time.
Hat: portmgr |
1.5 20 Jun 2008 15:38:53 |
tabthorpe |
- Update to 1.5
Approved by: maintainer implicit |
1.4_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.4_2 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.4_2 07 Nov 2006 15:37:06 |
laszlof |
Update my email address in all ports that I maintain.
Approved by: flz (mentor) |
1.4_2 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
1.4_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.4_1 22 Jan 2006 01:14:22 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 |
1.4_1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.4_1 10 Nov 2005 18:41:27 |
garga |
- Add SHA256 to all ports submitter maintain
PR: ports/88791
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> |
1.4_1 20 Oct 2005 17:20:07 |
sem |
- Fix pkgconfig file place
- PORTREVISION bump
PR: ports/87730
Pointed out: Leonidas Tsampros <ltsampros@upnet.gr>
Submitted by: maintainer |
1.4 03 Sep 2005 04:32:39 |
novel |
Fix plist.
PR: 85644
Submitted by: Frank Laszlo (maintainer) |
1.4 31 Aug 2005 13:29:14 |
mich |
Update to -> 1.4
PR: ports/84606
Submitted by: Frerich Raabe <frerich[at]athame.co.uk>
Approved by: maintainer (Frank Laszlo <laszlof[at]tvog.net>) |
1.3.1 27 Jul 2005 01:47:54 |
ahze |
- Update WWW: line
PR: ports/84148
Submitted by: Maintainer |
1.3.1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.3.1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.3.1 14 Nov 2004 01:44:24 |
markus |
Update to version 1.3.1
Approved by: maintainer |
1.3 13 Oct 2004 20:28:01 |
markus |
Update to version 1.3
PR: ports/72536
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Approved by: Frank J. Laszlo <laszlof@vonostingroup.com> (maintainer) |
1.0_1 18 May 2004 06:17:20 |
linimon |
Remove trailing newline to pacify portlint. |
1.0_1 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
1.0_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.0 23 Jan 2004 15:55:23 |
will |
Add taglib 1.0, a library for manipulating ID3v1 and ID3v2 tags in MP3
and OGG formats. This will be used for the upcoming KDE 3.2.
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> |