Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Mar 2019 21:55:51
0.11.0_6

|
tcberner  |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
16 Jan 2019 11:13:45
0.11.0_6

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
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 (Only the first 15 lines of the commit message are shown above ) |
25 Dec 2018 20:25:40
0.11.0_5

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
02 Dec 2018 15:41:48
0.11.0_5

|
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
06 Nov 2018 01:50:27
0.11.0_4

|
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
28 Jun 2018 17:39:55
0.11.0_3

|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
02 May 2018 15:07:27
0.11.0_3

|
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
27 Apr 2018 15:10:49
0.11.0_2

|
jbeich  |
multimedia/qmmp: unbreak with ffmpeg 4.0
src/plugins/Input/ffmpeg/decoder_ffmpeg.h:64:43: error: use of undeclared
identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
uchar m_input_buf[INPUT_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE];
^
src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:37:17: error: cannot initialize
object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg'
return (int)d->input()->read((char*)buf, size);
^
src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:49:16: error: cannot initialize
object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg'
return d->input()->size();
^
src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:54:24: error: cannot initialize
object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg'
absolute_pos = d->input()->pos() + offset;
^
src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:57:24: error: cannot initialize
object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg' (Only the first 15 lines of the commit message are shown above ) |
05 Apr 2018 20:13:34
0.11.0_2

|
jhale  |
Update sysutils/libcdio to 2.0.0
- Add regression tests
Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr
Bump PORTREVISON on dependent ports due to libcdio shared libary increase
Changes
(libcdio): http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager): https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision: https://reviews.freebsd.org/D14469 |
15 Mar 2018 16:19:20
0.11.0_1

|
adridg  |
Switch qmmp to USES=libarchive
The LIB_DEPENDS line can also be satisfied by base libarchive, which
then leads to problems at configure time because the CMake code looks for
ports libarchive. This is hidden as long as CMake depends on the ports
version of libarchive.
PR: 226538
Approved by: tcberner (mentor), liangtai.s16@gmail.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D14655 |
03 Dec 2017 17:32:51
0.11.0

|
riggs  |
Update to upstream version 0.11.0
Details:
- Update to upstream version 0.11.0
- New OPTIONS: SHOUTCAST, FILEWRITER, ARCHIVE
- Pet portlint
PR: 223926
Submitted by: liangtai.s16@gmail.com (maintainer) |
21 Oct 2017 06:50:50
0.10.10_1

|
jbeich  |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
13 Aug 2017 22:24:16
0.10.10

|
ultima  |
* Updated to 0.10.10
* Cleanup Makefile
* Added license file
PR: 221247
Submitted by: SimaMoto,RyoTa (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11999 |
23 May 2017 05:03:16
0.10.7_2

|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
25 Apr 2017 08:20:31
0.10.7_1

|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
25 Mar 2017 11:13:59
0.10.7

|
riggs  |
Update to upstream version 0.10.7
Details:
- Update to upstream version 0.10.7
- Retire MPLAYER2 OPTION
- Rename MPLAYER1 OPTION to MPLAYER
PR: 218008
Submitted by: liangtai.s16@gmail.com (maintainer) |
25 Mar 2017 09:59:05
0.10.2_2

|
rene  |
multimedia/qmmp[-qt5]: remove expired optional dependency on multimedia/mplayer2 |
18 Feb 2017 15:23:54
0.10.2_2

|
riggs  |
Chase wavpack update: bump PORTREVISION on ports linking to it by default
PR: 216847
Reported by: pkubaj@anongoth.pl
MFH: 2017Q1 |
19 Dec 2016 01:08:21
0.10.2_1

|
jbeich  |
multimedia/ffmpeg: expose SOXR dependency |
11 Dec 2016 15:22:47
0.10.2_1

|
jbeich  |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
21 Oct 2016 12:51:41
0.10.2

|
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
23 Aug 2016 19:04:17
0.10.2

|
olivierd  |
- Update to 0.10.2
- Switch to CMake boolean flags
PR: 210843 (update to 0.10.1)
Submitted by: SimaMoto,RyoTa (maintainer) |
26 Jun 2016 20:32:44
0.10.0

|
olivierd  |
- Adjust dependencies, switch to *_IMPLIES (for JACK option)
- Enhance description
Submitted by: SimaMoto,RyoTa (maintainer) |
25 Jun 2016 19:39:40
0.10.0

|
olivierd  |
Fix package origin of audio/libsoxr |
25 Jun 2016 19:31:25
0.10.0

|
olivierd  |
- Update to 0.10.0
- Remove SRCONV option
- Add 3 new options: TWOPANEDIALOG, QTMULTIMEDIA and SOXR
Changes:
https://sourceforge.net/p/qmmp-dev/code/HEAD/tree/branches/qmmp-0.10/ChangeLog
PR: 210523
Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer) |
11 Jun 2016 08:38:23
0.9.10

|
olivierd  |
- Update to 0.9.10
- Adjust dependencies
- Set PORTSCOUT to specify targeted version is 0.*, not 1.*.
PR: 209913
Submitted by: <liangtai.s16@gmail.com> (maintainer) |
09 May 2016 17:05:32
0.9.9

|
olivierd  |
- Update to 0.9.9 [2]
- Replace CFLAGS, and LDFLAGS by USES= localbase [2]
- USES= desktop-file-utils uses only with DIR_ASSOC option [1]
PR: 209245
Submitted by: <liangtai.s16@gmail.com> (maintainer) [1], myself [2] |
29 Apr 2016 15:20:28
0.9.7_1

|
arved  |
Update libcdio: 0.92 -> 0.93
Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1
Bump PORTREVISIONs of dependents because of shared library version bump. |
01 Apr 2016 14:16:20
0.9.7

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
29 Jan 2016 21:54:06
0.9.7

|
olivierd  |
Update to 0.9.7
Changelog:
http://sourceforge.net/p/qmmp-dev/code/HEAD/tree/tags/qmmp-0.9.7/ChangeLog
PR: 206669
Submitted by: <liangtai.s16@gmail.com> (maintainer) |
08 Jan 2016 09:55:42
0.9.6

|
olivierd  |
Update to 0.9.6
PR: 205916
Submitted by: <liangtai.s16@gmail.com> (maintainer) |
25 Dec 2015 17:39:11
0.9.5

|
olivierd  |
- Update multimedia/qmmp to 0.9.5
- Update multimedia/qmmp-plugin-pack to 0.9.3
- Add multimedia/qmmp-qt5 (1.0.4)
- Add multimedia/qmmp-plugin-pack-qt5 (1.0.2)
Qmmp 0.9.x works only with Qt4, whereas 1.x switched to Qt5
PR: 203948
Submitted by: <liangtai.s16@gmail.com> (maintainer) |
24 Oct 2015 14:46:28
0.8.3_1

|
danfe  |
Bump port revision after `audio/libsidplayfp' update to chase the shared
library libsidplayfp.so's version (3 -> 4).
Reported by: bar |
14 Jan 2015 21:52:01
0.8.3

|
bapt  |
Update qmmp and its plugin pack to 0.8.3
Clean up plist
PR: 196634
Submitted by: jdhore1@gmail.com (patch by maintainer) |
08 Dec 2014 16:48:41
0.8.0_6

|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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. (Only the first 15 lines of the commit message are shown above ) |
09 Nov 2014 16:33:27
0.8.0_5

|
riggs  |
Update audio/libsidplayfp to upstream version 1.6.0
Bump PORTREVISION of dependent ports
PR: 194626
Submitted by: liangtai.s16@gmail.com (maintainer) |
10 Sep 2014 20:50:37
0.8.0_4

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
26 Aug 2014 03:11:21
0.8.0_3

|
amdmi3  |
- Switch converters/enca to USES=libtool, drop .la files
- Add LICENSE_FILE
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
09 Aug 2014 13:09:42
0.8.0_2

|
antoine  |
Unbreak
Pointy hat: arved |
09 Aug 2014 10:06:55
0.8.0_2

|
arved  |
Chase library dependencies after libcdio <-> libcdio-paranoia split
PR: 192271 |
04 Aug 2014 15:46:12
0.8.0_1

|
amdmi3  |
- Switch audio/musepack to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix audio/abcde by requiring python
- Fix audio/moc plist with MUSEPACK enabled
Approved by: portmgr blanket |
02 Aug 2014 21:03:57
0.8.0

|
riggs  |
- Update to upstream version 0.8.0
- Add additonal OPTIONS for replay gain scanner, sid support and
GNOME/Cinnamon hotkeys
- General cleanups
PR: 188347
Submitted by: liangtai.s16@gmail.com (maintainer)
Approved by: mentors (implicit) |
29 Jul 2014 18:41:17
0.7.4_2

|
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
11 Jun 2014 21:43:58
0.7.4_2

|
bar  |
- Added libtool to USES for audio/wildmidi
- Bump PORTREVISION for dependent ports
Approved by: portsmgr blanket |
05 Feb 2014 15:53:18
0.7.4_1

|
bapt  |
Chase libmad changes |
17 Jan 2014 16:00:09
0.7.4

|
makc  |
- Update to 0.7.4
- Fix build with non-default options
- Remove obsolete patch (CMAKE_INSTALL_RPATH_USE_LINK_PATH is now set globally)
PR: ports/185219
Submitted by: RyoTa SimaMoto (maintainer) |
13 Nov 2013 13:11:02
0.7.3

|
wg  |
multimedia/qmmp: use options helpers
PR: ports/183919
Submitted by: maintainer |
20 Oct 2013 11:57:52
0.7.3

|
wg  |
multimedia/qmmp: update to 0.7.3
- Update to 0.7.3
- Disable legacy ffmpeg
- Fix staging
PR: ports/177793
Submitted by: RyoTa SimaMoto <liangtai.s4 gmail.com> (maintainer) |
19 Oct 2013 16:43:33
0.7.2

|
wg  |
multimedia/ffmpeg: update to 2.0.1
- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)
Approved by: portmgr (bapt) |
20 Sep 2013 20:57:49
0.6.3_2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
11 Jul 2013 16:26:27
0.6.3_2

|
sunpoet  |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
09 Jun 2013 19:30:59
0.6.3_1

|
naddy  |
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072 |
23 Apr 2013 14:20:28
0.6.3

|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
22 Mar 2013 20:06:15
0.6.3

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
19 Aug 2012 11:59:28
0.6.3
|
madpilot  |
- Update to 0.6.3
- Add build dependency on pkgconfig
PR: ports/170668
Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
Approved by: crees, tabthorpe (mentors, implicit) |
19 Jul 2012 20:15:39
0.6.0_1
|
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
04 Jul 2012 21:01:59
0.6.0
|
pawel  |
Update to version 0.6.0
PR: ports/169574
Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer) |
24 Jun 2012 10:04:34
0.5.6
|
scheidell  |
- Update to 0.5.6
- Remove launcher script
PR: ports/169293
Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer) |
06 Jun 2012 06:44:38
0.5.5_1
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
0.5.5_1
|
dinoex  |
- update png to 1.5.10 |
29 May 2012 16:14:56
0.5.5
|
pawel  |
Update to 0.5.5
PR: ports/168346
Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer) |
01 Mar 2012 21:27:36
0.5.4
|
crees  |
Update to 0.5.4
PR: ports/164832
Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer) |
24 Feb 2012 23:14:56
0.5.2_3
|
pgollucci  |
- Chase audio/wildmidi shlib bump
Reported by: pav via pointyhat |
16 Feb 2012 15:57:34
0.5.2_2
|
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
18 Jan 2012 17:36:27
0.5.2_1
|
arved  |
Chase libcdio shlib bump |
30 Oct 2011 11:14:17
0.5.2
|
pawel  |
- Update to version 0.5.2
- Build switched from gmake to cmake
- Improve pkg-descr
PR: ports/162079
Submitted by: SimaMoto, RyoTa <liangtai.s4@gmail.com> (maintainer) |
24 Jun 2011 22:39:03
0.4.5_1
|
mm  |
Bump due to ffmpeg update to 0.7.1 |
18 Mar 2011 09:24:10
0.4.5
|
miwi  |
This program is an audio-player, written with help of Qt library.
Its user interface is similar to winamp or xmms.
features:
Last.fm scrobbler, D-Bus, Spectrum Analyzer, sample rate conversion,
streaming (MP3, Vorbis via IceCast/ShoutCast), projectm visualization,
device detection, MPRIS, global hotkey, video playback using Mplayer,
Bauer Stereophonic-to-Binaural DSP, projectM audio visulaliser,
lyrics (from LyricWiki.orig), and all skins for winamp and/or xmms
input plugins:
MPEG1 layer 1/2/3, Ogg Vorbis, native FLAC, Musepack, WavePack,
ModPlug, WMA (and other formats provided by FFmpeg library), PCM WAVE,
AAC, CD audio and CUE (including flac, WavPack embeded cue)
output plugins:
PulseAudio, OSS and Jack
WWW: http://qmmp.ylsoftware.com/
or http://code.google.com/p/qmmp/
PR: ports/154773
Submitted by: SimaMoto,RyoTa <liangtai.s4 at gmail.com> |