Version: 11.8.16, Package name: gmpc-plugins-11.8.16 |
Maintained by: Landry Breuil |
Master sites: |
Description A bundle of plugins for gmpc : * Avahi: zeroconf profile scanning * Lyricwiki lyrics fetcher * Lyrics fetcher * Jamendo: Browse and listen to music from jamendo * Magnatune: Browse and listen to music from magnatune * Tagedit: Quickly fix your tags * Osd: More modern looking song notification * Shout: Play mpd's shout (ogg) stream locally |
Filesize: 3822.507 KB |
Version History (View Complete History) |
|
2021-09-03 06:50:06 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Regen WANTLIB. |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-06-13 09:48:57 by Stuart Henderson | Files touched by this commit (118) |
Log message: sync some WANTLIBs |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2017-01-31 01:46:50 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: Remove the -wikipedia subpackage; it depends on WebKitGTK+ 2.4 which is known to have many security vulnerabilities that will NOT be fixed. ok landry@ (maintainer) |
2016-03-18 17:12:22 by Christian Weisgerber | Files touched by this commit (183) |
Log message: remove SHARED_ONLY from ports that only use modules that neither set nor read this variable |
2016-01-17 10:29:12 by Stuart Henderson | Files touched by this commit (75) |
Log message: sync WANTLIB |
2015-05-04 04:08:47 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Remove libtool files. |
2015-04-04 03:21:09 by Antoine Jacoutot | Files touched by this commit (301) |
Log message: Bump after the recent changes in packaging dbus and dconf. |
2014-10-25 08:29:24 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Regen WANTLIB to unbreak after recent webkit update. |
2011-05-16 02:24:31 by Antoine Jacoutot | Files touched by this commit (13) |
Log message: Add the EPOCH to the webkit dependency. spotted by landry@ |
2011-05-11 00:02:15 by Antoine Jacoutot | Files touched by this commit (15) |
Log message: Fix after recent webkit update. |
2010-11-26 00:07:57 by Marc Espie | Files touched by this commit (23) |
Log message: redo depends with >= |
2010-11-14 17:22:54 by Marc Espie | Files touched by this commit (427) |
Log message: convert to new style depends zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes |
2010-10-24 15:00:30 by Antoine Jacoutot | Files touched by this commit (60) |
Log message: Remove USE_X11. |
2010-10-11 02:11:17 by Jasper Lievisse Adriaanse | Files touched by this commit (25) |
Log message: - fix WANTLIB after cairo update. these and upcoming fixes test built by landry@ |
2010-09-05 16:00:14 by Stuart Henderson | Files touched by this commit (46) |
Log message: new-style LIB_DEPENDS/REVISION, sync WANTLIB, bump where necessary. checked with check-lib-depends and PLIST_DB "make package". |
2010-04-09 07:32:57 by Landry Breuil | Files touched by this commit (3) |
Log message: Update to gmpc-plugins 0.20.0. ok ajacoutot@ jasper@ |
2010-04-02 18:32:56 by Stuart Henderson | Files touched by this commit (11) |
Log message: sync WANTLIB/LIB_DEPENDS, bump |
2009-09-21 12:33:57 by Landry Breuil | Files touched by this commit (7) |
Log message: Update to gmpc-plugins 0.19.0. ok jasper@ ajacoutot@ |
2009-09-08 15:56:34 by Landry Breuil | Files touched by this commit (2) |
Log message: On archs where webkit doesn't run (say, sparc64), give gmpc-plugins a chance to build by disabling wikipedia plugin from the build. While here, patch configure to fix a bunch of typos, already fixed in upcoming 0.19. |
2009-08-10 00:29:53 by Matthias Kilian | Files touched by this commit (65) |
Log message: WANTLIB changes after xcb addition and bump. |
2009-06-28 15:58:23 by Stuart Henderson | Files touched by this commit (3) |
Log message: WANTLIB+=gailutil for new webkit, bump PKGNAME. found in naddy's lib-depends-check run. |
2009-06-23 13:21:02 by Landry Breuil | Files touched by this commit (9) |
Log message: Enable wikipedia plugin, which fetches artist info from wikipedia. As it drags webkit as a dependency, subpackage it, and only build it on archs where webkit builds. Add a patch from upstream git repo to fix a bug. Explicitely depend on taglib 1.5 for tagedit plugin while here. looks good to jasper@ |
2009-06-06 12:41:41 by Landry Breuil | Files touched by this commit (1) |
Log message: Really enable avahi, --disable-avahi was still in CONFIGURE_ARGS. |
2009-06-03 10:34:51 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: - avahi gets picked up when installed, so add it to lib_depends landry@ agrees |
2009-06-01 23:20:58 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: - add missing BUILD_DEPENDS |