non port: multimedia/qmmp/Makefile |
SVNWeb
|
Number of commits found: 66 |
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
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 )
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
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
|
Tue, 6 Nov 2018
|
[ 01:50 jbeich ] (Only the first 10 of 188 ports in this commit are shown above. )
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/
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
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
|
Wed, 2 May 2018
|
[ 15:07 jbeich ] (Only the first 10 of 183 ports in this commit are shown above. )
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
|
Thu, 5 Apr 2018
|
[ 20:13 jhale ] (Only the first 10 of 40 ports in this commit are shown above. )
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
|
Thu, 15 Mar 2018
|
[ 16:19 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
|
Sun, 3 Dec 2017
|
[ 17:32 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)
|
Sat, 21 Oct 2017
|
[ 06:50 jbeich ] (Only the first 10 of 169 ports in this commit are shown above. )
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
|
Sun, 13 Aug 2017
|
[ 22:24 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
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Tue, 25 Apr 2017
|
[ 08:20 riggs ] (Only the first 10 of 701 ports in this commit are shown above. )
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
|
Sat, 25 Mar 2017
|
[ 11:13 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)
|
[ 09:59 rene ]
multimedia/qmmp[-qt5]: remove expired optional dependency on multimedia/mplayer2
|
Sat, 18 Feb 2017
|
[ 15:23 riggs ] (Only the first 10 of 14 ports in this commit are shown above. )
Chase wavpack update: bump PORTREVISION on ports linking to it by default
PR: 216847
Reported by: pkubaj@anongoth.pl
MFH: 2017Q1
|
Mon, 19 Dec 2016
|
[ 01:08 jbeich ]
multimedia/ffmpeg: expose SOXR dependency
|
Sun, 11 Dec 2016
|
[ 15:22 jbeich ] (Only the first 10 of 160 ports in this commit are shown above. )
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)
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Tue, 23 Aug 2016
|
[ 19:04 olivierd ]
- Update to 0.10.2
- Switch to CMake boolean flags
PR: 210843 (update to 0.10.1)
Submitted by: SimaMoto,RyoTa (maintainer)
|
Sun, 26 Jun 2016
|
[ 20:32 olivierd ]
- Adjust dependencies, switch to *_IMPLIES (for JACK option)
- Enhance description
Submitted by: SimaMoto,RyoTa (maintainer)
|
Sat, 25 Jun 2016
|
[ 19:39 olivierd ]
Fix package origin of audio/libsoxr
|
[ 19:31 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)
|
Sat, 11 Jun 2016
|
[ 08:38 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)
|
Mon, 9 May 2016
|
[ 17:05 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]
|
Fri, 29 Apr 2016
|
[ 15:20 arved ] (Only the first 10 of 27 ports in this commit are shown above. )
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.
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 29 Jan 2016
|
[ 21:54 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)
|
Fri, 8 Jan 2016
|
[ 09:55 olivierd ]
Update to 0.9.6
PR: 205916
Submitted by: <liangtai.s16@gmail.com> (maintainer)
|
Fri, 25 Dec 2015
|
[ 17:39 olivierd ] (Only the first 10 of 19 ports in this commit are shown above. )
- 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)
|
Sat, 24 Oct 2015
|
[ 14:46 danfe ]
Bump port revision after `audio/libsidplayfp' update to chase the shared
library libsidplayfp.so's version (3 -> 4).
Reported by: bar
|
Wed, 14 Jan 2015
|
[ 21:52 bapt ]
Update qmmp and its plugin pack to 0.8.3
Clean up plist
PR: 196634
Submitted by: jdhore1@gmail.com (patch by maintainer)
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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 )
|
Sun, 9 Nov 2014
|
[ 16:33 riggs ]
Update audio/libsidplayfp to upstream version 1.6.0
Bump PORTREVISION of dependent ports
PR: 194626
Submitted by: liangtai.s16@gmail.com (maintainer)
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Tue, 26 Aug 2014
|
[ 03:11 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
|
Sat, 9 Aug 2014
|
[ 13:09 antoine ]
Unbreak
Pointy hat: arved
|
[ 10:06 arved ] (Only the first 10 of 25 ports in this commit are shown above. )
Chase library dependencies after libcdio <-> libcdio-paranoia split
PR: 192271
|
Mon, 4 Aug 2014
|
[ 15:46 amdmi3 ] (Only the first 10 of 15 ports in this commit are shown above. )
- 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
|
Sat, 2 Aug 2014
|
[ 21:03 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)
|
Tue, 29 Jul 2014
|
[ 18:41 adamw ] (Only the first 10 of 426 ports in this commit are shown above. )
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Wed, 11 Jun 2014
|
[ 21:43 bar ]
- Added libtool to USES for audio/wildmidi
- Bump PORTREVISION for dependent ports
Approved by: portsmgr blanket
|
Wed, 5 Feb 2014
|
[ 15:53 bapt ] (Only the first 10 of 40 ports in this commit are shown above. )
Chase libmad changes
|
Fri, 17 Jan 2014
|
[ 16:00 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)
|
Wed, 13 Nov 2013
|
[ 13:11 wg ]
multimedia/qmmp: use options helpers
PR: ports/183919
Submitted by: maintainer
|
Sun, 20 Oct 2013
|
[ 11:57 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)
|
Sat, 19 Oct 2013
|
[ 16:43 wg ] (Only the first 10 of 61 ports in this commit are shown above. )
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)
|
Fri, 20 Sep 2013
|
[ 20:57 bapt ] (Only the first 10 of 404 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
|
Thu, 11 Jul 2013
|
[ 16:26 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
- 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
|
Sun, 9 Jun 2013
|
[ 19:30 naddy ] (Only the first 10 of 67 ports in this commit are shown above. )
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072
|
Tue, 23 Apr 2013
|
[ 14:20 bapt ] (Only the first 10 of 407 ports in this commit are shown above. )
Finish converting the whole ports tree to USES=pkgconfig
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Sun, 19 Aug 2012
|
[ 11:59 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)
|
Thu, 19 Jul 2012
|
[ 20:15 naddy ] (Only the first 10 of 187 ports in this commit are shown above. )
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
|
Wed, 4 Jul 2012
|
[ 21:01 pawel ]
Update to version 0.6.0
PR: ports/169574
Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
|
Sun, 24 Jun 2012
|
[ 10:04 scheidell ]
- Update to 0.5.6
- Remove launcher script
PR: ports/169293
Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Tue, 29 May 2012
|
[ 16:14 pawel ]
Update to 0.5.5
PR: ports/168346
Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
|
Thu, 1 Mar 2012
|
[ 21:27 crees ]
Update to 0.5.4
PR: ports/164832
Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
|
Fri, 24 Feb 2012
|
[ 23:14 pgollucci ]
- Chase audio/wildmidi shlib bump
Reported by: pav via pointyhat
|
Thu, 16 Feb 2012
|
[ 15:57 ashish ] (Only the first 10 of 379 ports in this commit are shown above. )
- Bump PORTREVISION to chase the update of multimedia/libvpx
|
Wed, 18 Jan 2012
|
[ 17:36 arved ] (Only the first 10 of 19 ports in this commit are shown above. )
Chase libcdio shlib bump
|
Sun, 30 Oct 2011
|
[ 11:14 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)
|
Fri, 24 Jun 2011
|
[ 22:39 mm ] (Only the first 10 of 82 ports in this commit are shown above. )
Bump due to ffmpeg update to 0.7.1
|
Fri, 18 Mar 2011
|
[ 09:24 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>
|
Number of commits found: 66 |