aboutsummaryrefslogtreecommitdiff
path: root/audio/kid3-qt5
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/kid3-*: Update to 3.8.6Jason E. Hale2021-03-203-31/+5
| | | | Notes: svn path=/head/; revision=568871
* audio/kid3-*: Update to 3.8.5Jason E. Hale2021-02-013-6/+4
| | | | Notes: svn path=/head/; revision=563767
* audio/kid3*: Switch to the smaller tar.xz distfile from the KDE mirrors.Jason E. Hale2021-01-163-6/+7
| | | | | | | | | | | | There is no change in the content between this and the tar.gz distfile from Sourceforge, so no need to rebuild. Update WWW which was redirecting. MFH: 2021Q1 Notes: svn path=/head/; revision=561757
* audio/kid3-*: Update to 3.8.4Jason E. Hale2020-10-136-65/+21
| | | | Notes: svn path=/head/; revision=552290
* audio/kid3-*: Update to 3.8.3Jason E. Hale2020-06-306-29/+104
| | | | Notes: svn path=/head/; revision=540915
* Chase multimedia/mp4v2 update; bump PORTREVISIONS of dependent portsThomas Zander2019-08-271-1/+1
| | | | | | | PR: 212785 Notes: svn path=/head/; revision=510006
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* 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
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* audio/kid3-*: Update to 3.7.1Jason E. Hale2019-03-193-17/+4
| | | | Notes: svn path=/head/; revision=496241
* audio/kid3-*: Update to 3.7.0Jason E. Hale2019-02-148-118/+116
| | | | | | | | | - Clean up Makefile after removal of kde4 and qt4 variants - Remove PHONON option which was only for the qt4 variant - Further simplify substitutions in pkg-plist Notes: svn path=/head/; revision=492916
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* audio/kid3-qt5: remove KDE4 plist entries after r488807Tobias C. Berner2019-01-011-4/+0
| | | | | | | | Reported by: antoine MFH: 2019Q1 Notes: svn path=/head/; revision=488901
* Update audio/kid3-qt5 to be the new master port for audio/kid3-kf5 and itself.Rene Ladan2018-12-311-32/+8
| | | | Notes: svn path=/head/; revision=488810
* Copy audio/kid3-kde4 (removed in r488807) as audio/kid3-qt5 and cleanup ↵Rene Ladan2018-12-319-3/+392
| | | | | | | Makefile. Notes: svn path=/head/; revision=488809
* Update to 3.6.1Jason E. Hale2018-08-021-4/+2
| | | | | | | | | | Add KDE Frameworks 5 (KF5) support and slave port Add regression tests and remove Qt testlib as a hard dependency Make COMMENT more generic since kid3 can tag many different types of files Improve pkg-descr and update WWW Notes: svn path=/head/; revision=476239
* audio/kid3-kde4:Max Brazhnikov2015-08-281-2/+0
| | | | | | | | | - Update to 3.2.1 - Remove QML option, which is mainly intended for developers - Remove incorrect BROKEN on 9-i386, the actual bug was in Qt ports (PR 198738) Notes: svn path=/head/; revision=395455
* - Mark BROKEN on 9.x i386: gcc coredumpDmitry Marakasov2015-06-271-0/+2
| | | | | | | | Submitted by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=390707
* Add audio/kid3-qt5: Qt 5 version of kid3Max Brazhnikov2014-03-031-0/+8
Notes: svn path=/head/; revision=346931