Port details |
- qmmp-plugin-pack Additional plug-ins for QMMP (Qt4)
- 0.11.0_3 multimedia
=0 0.11.0_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Qt4 has been EOL since december 2015
This port expired on: 2019-03-15
- Maintainer: liangtai.s16@gmail.com
- Port Added: 2012-07-04 21:04:24
- Last Update: 2019-03-16 21:55:51
- SVN Revision: 495967
- License: GPLv2
- WWW:
- http://qmmp.ylsoftware.com/
- Description:
- Additional plug-ins for Qt MultiMedia Player
- MPG123: provides MPEG v1/2 layer1/2/3 support with use of
libmpg123 library
- FFap: provides enhanced Monkey's Audio (APE) support
(24-bit samples and embedded cue support)
- Goom: Goom spectacle
- xmp: Decodes module audio and renders sound
- Sample Rate Converter: Changes frequency of sample rate.
- History: Collects information about listend tracks.
- FFvideo: FFmpeg-based video
WWW: http://qmmp.ylsoftware.com/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- qmmp-plugin-pack>0:multimedia/qmmp-plugin-pack
- Conflicts:
- CONFLICTS:
- No installation instructions:
- This port has been deleted.
- PKGNAME: qmmp-plugin-pack
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1511614472
SHA256 (qmmp-plugin-pack-0.11.0.tar.bz2) = 0d59e2869c3067a277e45b619d6650d5befb974336b840e9254650ccb678ca32
SIZE (qmmp-plugin-pack-0.11.0.tar.bz2) = 251450
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- qmmp>=0.11.0 : multimedia/qmmp
- yasm : devel/yasm
- yasm : devel/yasm
- cmake : devel/cmake
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- lrelease : devel/qt4-linguisttools
- moc : devel/qt4-moc
- qmake : devel/qt4-qmake
- rcc : devel/qt4-rcc
- uic : devel/qt4-uic
- Library dependencies:
-
- libqmmpui.so : multimedia/qmmp
- libtag.so : audio/taglib
- libavcodec.so : multimedia/ffmpeg
- libmpg123.so : audio/mpg123
- libtag.so : audio/taglib
- libxmp.so : audio/libxmp
- libQtCore.so : devel/qt4-corelib
- libQtGui.so : x11-toolkits/qt4-gui
- libQtSql.so : databases/qt4-sql
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for qmmp-plugin-pack-0.11.0_3:
FFAPASM=on: Optimize FFap decoder using devel/yasm
GOOMASM=on: Optimize Goom spectacle using devel/yasm
====> Build and/or install plugins: you have to choose at least one of them
FFAP=on: Support APE sound file
FFVIDEO=on: FFmpeg video
GOOM=on: Goom spectacle
HISTORY=on: Information about listened tracks
MPG123=on: MP3 decoding support via mpg123
SRCONV=off: Support the sample rate converter
XMP=on: Support various module formats using libxmp
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cmake localbase pkgconfig qt:4 tar:bzip2 qt:4 qt:4
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.11.0_3 16 Mar 2019 21:55:51 |
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 ) |
0.11.0_3 16 Jan 2019 11:13:45 |
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 ) |
0.11.0_2 25 Dec 2018 20:25:40 |
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 |
0.11.0_2 02 Dec 2018 15:41:48 |
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 |
0.11.0_2 06 Nov 2018 01:50:27 |
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/ |
0.11.0_1 28 Jun 2018 17:39:55 |
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 |
0.11.0_1 02 May 2018 15:07:27 |
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 |
0.11.0 03 Dec 2017 17:37:02 |
riggs |
Update to upstream version 0.11.0
Details:
- Update to upstream version 0.11.0
- New OPTIONS: GOOM, HISTORY, FFVIDEO
- Pet portlint
PR: 223927
Submitted by: liangtai.s16@gmail.com (maintainer) |
0.10.3 13 Aug 2017 22:25:15 |
ultima |
* Updated to 0.10.3
* Cleanup Makefile
* Add license file
PR: 221248
Submitted by: SimaMoto,RyoTa (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12000 |
0.10.2_1 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
0.10.2 25 Mar 2017 17:51:37 |
riggs |
Update to upstream version 0.10.2, use CMAKE_BOOL helpers
PR: 218020
Submitted by: liangtai.s16@gmail.com (maintainer) |
0.10.0 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.10.0 25 Jun 2016 19:35:24 |
olivierd |
- Update to 0.10.0
- Add new option, SRCONV
PR: 210525
Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer) |
0.9.5 11 Jun 2016 08:47:57 |
olivierd |
- Update to 0.9.5
- Set PORTSCOUT to specify targeted version is 0.*, not 1.*
PR: 209914
Submitted by: <liangtai.s16@gmail.com> (maintainer) |
0.9.4 09 May 2016 17:18:47 |
olivierd |
- Update to 0.9.4 [2]
- Replace CFLAGS, and LDFLAGS by USES= localbase [2]
- Adjust dependencies [1]
PR: 209246
Submitted by: <liangtai.s16@gmail.com> (maintainer) [1], myself [2] |
0.9.3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.9.3 25 Dec 2015 17:39:11 |
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) |
0.8.3 14 Jan 2015 21:52:01 |
bapt |
Update qmmp and its plugin pack to 0.8.3
Clean up plist
PR: 196634
Submitted by: jdhore1@gmail.com (patch by maintainer) |
0.8.0_1 10 Sep 2014 20:50:37 |
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) |
0.8.0 02 Aug 2014 21:03:57 |
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) |
0.7.4_1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.7.4_1 11 Jun 2014 21:43:58 |
bar |
- Added libtool to USES for audio/wildmidi
- Bump PORTREVISION for dependent ports
Approved by: portsmgr blanket |
0.7.4 17 Jan 2014 16:00:09 |
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) |
0.7.3 13 Nov 2013 13:12:00 |
wg |
multimedia/qmmp-plugin-pack: update to 0.7.3
- Update to 0.7.3
- Use options helpers
PR: ports/183919
Submitted by: maintainer |
0.7.2 19 Oct 2013 16:43:33 |
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) |
0.6.2 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.6.2 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.6.2 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) |
0.6.2 19 Aug 2012 12:47:13 |
madpilot |
- Update to 0.6.2
- Add build dependency on pkgconfig
- Add option controlling asm optimizations (only for i386 and amd64,
defaults to on)
- While here fix usage of ${ARCH}
PR: ports/170668
Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
Approved by: crees, tabthorpe (mentors, implicit) |
0.6.0 04 Jul 2012 21:03:52 |
pawel |
Additional plug-ins for Qt MultiMedia Player
- MPG123: provides MPEG v1/2 layer1/2/3 support with use of
libmpg123 library
- FFap: provides enhanced Monkey's Audio (APE) support
(24-bit samples and embedded cue support)
- Simple Ui: simple user interface based on standard widgets set
WWW: http://qmmp.ylsoftware.com/ or http://code.google.com/p/qmmp/
PR: ports/169574
Submitted by: SimaMoto,RyoTa <liangtai.s4@gmail.com> |