aboutsummaryrefslogtreecommitdiff
path: root/audio/easytag
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/easytag: fix vorbis file corruptionRoman Bogorodskiy2019-08-042-1/+231
| | | | | | | | | | | | Tagging vorbis files with EasyTag results in corrupted files, as reported in https://bugzilla.gnome.org/show_bug.cgi?id=776110. Apply a fix from https://build.opensuse.org/request/show/596947 to overcome the issue. Reported by: tj@mrsk.me Obtained from: openSUSE Notes: svn path=/head/; revision=508062
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* This port requires USES=compiler:c++11-lang to build on GCC-basedMark Linimon2018-12-261-4/+4
| | | | | | | | | | | | | | architectures because it wants to link to /usr/local/lib/libtag.so, which is compiled with ports GCC, which uses new GCC ABI. While here, add USES=gnome localbase and pet portlint. PR: 234298 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=488369
* audio/easytag: fix build with lldRoman Bogorodskiy2018-03-311-0/+11
| | | | | | | | | | | | When detecting libid3, make sure to add -lstdc++ to its LIBS, otherwise with lld easytag's configure script fails to run its test binaries it complies to detect libid3 and fails. PR: 226970 Reported by: emaste Notes: svn path=/head/; revision=466044
* audio/easytag: adjust dependenciesRoman Bogorodskiy2017-12-111-3/+7
| | | | | | | | | | | | | | | - Explicitly add dependencies easytag requires: * cairo * audio/ogg for ogg vorbis support * audio/opus for opus support - Add runtime dependency on dconf to make sure users could always have their configuration saved - Enable file format support options (WAVPACK, OPUS, SPEEX) by default by adding them to OPTIONS_DEFAULT - Bump PORTREVISION Notes: svn path=/head/; revision=456029
* audio/easytag: update to 2.4.3Roman Bogorodskiy2016-12-104-10/+13
| | | | Notes: svn path=/head/; revision=428310
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+0
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-9/+9
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-12/+12
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* audio/easytag: update to 2.4.2Roman Bogorodskiy2016-02-273-11/+11
| | | | Notes: svn path=/head/; revision=409681
* audio/easytag: update to 2.4.1Roman Bogorodskiy2016-02-053-17/+3
| | | | | | | | | | Also, drop no longer needed patch-src-log.c. PR: 206825 Submitted by: olivierd Notes: svn path=/head/; revision=408123
* Clean-up USE_GNOME: drop glib20 as it's pulled by gtk30 and dropRoman Bogorodskiy2015-09-011-1/+1
| | | | | | | | | intltool as it's pulled by intlhack. Suggested by: kwm Notes: svn path=/head/; revision=395766
* - Update to 2.4.0Roman Bogorodskiy2015-08-304-27/+23
| | | | | | | | - Drop GTK2, GTK3 options as only GTK3 is now supported - Sort USES and un-mute INSTALL_DATA command to pet portlint Notes: svn path=/head/; revision=395608
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-10/+4
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* audio/easytag: 2.2.4 -> 2.2.6, NLS fixKurt Jaeger2015-02-173-6/+7
| | | | | | | | | | | | | | | | | | | Changes: 2.2.5: https://mail.gnome.org/archives/easytag-list/2014-November/msg00039.html 2.2.6: https://mail.gnome.org/archives/easytag-list/2015-February/msg00003.html And applied gettext fix mentioned in: https://lists.freebsd.org/pipermail/freebsd-ports/2015-February/098053.html PR: 196187 Submitted by: martin.dieringer@gmx.de Approved by: novel (maintainer timeout) Notes: svn path=/head/; revision=379160
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Cleanup plistBaptiste Daroussin2014-10-201-24/+0
| | | | Notes: svn path=/head/; revision=371234
* Update to 2.2.4.Roman Bogorodskiy2014-10-112-3/+7
| | | | Notes: svn path=/head/; revision=370657
* - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.hTijl Coosemans2014-09-251-2/+2
| | | | | | | | | | | | | | | | | | | | | and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect value which causes locale files to be installed in the wrong place. - The only configure checks that still need to be patched are related to intltool so move DATADIRNAME patching from USES=pathfix to USE_GNOME=intlhack. - games/klavaro: remove excessive dependencies - japanese/libskk: add INSTALL_TARGET=install-strip - math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread patching - multimedia/freetuxtv: remove excessive dependencies - science/gramps: fix shared-mime-info use Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=369260
* Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.Adam Weinberger2014-07-161-1/+1
| | | | Notes: svn path=/head/; revision=362027
* Drop the appdata files as we really patch Makefile.in to disable themRoman Bogorodskiy2014-07-131-2/+0
| | | | | | | | | The mess caused my broken svn checkout of the port. Pointy hat to: novel Notes: svn path=/head/; revision=361695
* Add appdata to plist forgotten in a previous commit.Roman Bogorodskiy2014-07-131-0/+2
| | | | Notes: svn path=/head/; revision=361685
* Update to 2.2.3.Roman Bogorodskiy2014-07-133-4/+4
| | | | Notes: svn path=/head/; revision=361681
* Add a global OPUS_DESCTijl Coosemans2014-07-111-3/+1
| | | | Notes: svn path=/head/; revision=361536
* Switch opusfile to USES=libtool. [1]Christian Weisgerber2014-05-251-0/+1
| | | | | | | | | Bump dependent ports. Approved by: maintainer [1] Notes: svn path=/head/; revision=355249
* Update to 2.2.2.Roman Bogorodskiy2014-05-123-3/+4
| | | | Notes: svn path=/head/; revision=353837
* - Update to 2.2.1Roman Bogorodskiy2014-04-243-14/+3
| | | | | | | - Drop patch-src-id3lib-c_wrapper.cpp as it's merged upstream Notes: svn path=/head/; revision=352030
* - Update to 2.2.0 [1]Roman Bogorodskiy2014-04-136-18/+113
| | | | | | | | | | | | | | | | - Add new options, OPUS and SPEEX (to enhance audio files support), GTK2 (set by default) and GTK3 [1] - Add patch to avoid install appdata file, used in appstream [1] [2] - Adjust dependencies, notably to generate man page [1] - Use PORTDOCS - Fix build with clang [2] http://www.freedesktop.org/wiki/Distributions/AppStream/ PR: 188513 [1] Submitted by: olivierd [1] Notes: svn path=/head/; revision=351221
* - easytag depends on taglib not on mp4v2 since 2.1.8Roman Bogorodskiy2013-12-162-51/+60
| | | | | | | | | | | | - support staging - add license - make NLS support conditional PR: 184499 Submitted by: Vladimir Kondratiev <wulf@cicgroup.ru> Notes: svn path=/head/; revision=336613
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331267
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326122
* - Fix build with clangGuido Falsi2013-08-292-8/+25
| | | | | | | | | | | | | - Convert to new LIB_DEPENDS format - Convert to USES=gmake - Add OPTIONS support for WAVPACK option PR: ports/181211 Submitted by: me Approved by: novel (maintainer, via email) Notes: svn path=/head/; revision=325586
* * Major update to FLAC 1.3.0, including shared library bumps.Christian Weisgerber2013-06-091-0/+1
| | | | | | | | | * Chase the update in dependent ports. PR: 179072 Notes: svn path=/head/; revision=320405
* Update to 2.1.8.Roman Bogorodskiy2013-06-043-11/+22
| | | | | | | | PR: 178057 (based on) Submitted by: Martin Dieringer <martin.dieringer@gmx.de> Notes: svn path=/head/; revision=319883
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Add a missing dependency on libid3tag [1]Roman Bogorodskiy2012-09-231-8/+5
| | | | | | | | | | | - Drop shlib versions from the dependency lines - Update headers to the new format PR: 171585 [1] Submitted by: Christopher J. Ruwe <cjr@cruwe.de> [1] Notes: svn path=/head/; revision=304754
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Update to 2.1.7.Roman Bogorodskiy2012-02-285-20/+10
| | | | Notes: svn path=/head/; revision=292346
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Chase multimedia/mp4v2 update.Max Brazhnikov2010-08-111-2/+7
| | | | | | | | PR: ports/148643 Submitted by: Christopher Key <cjk32 at cam.ac.uk> Notes: svn path=/head/; revision=259121
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Chase wavpack's lib dumpSylvio Cesar Teixeira2010-04-101-2/+2
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252527
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285