aboutsummaryrefslogtreecommitdiff
path: root/audio/lastfm-desktop
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-1/+1
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=468844
* Reset vg@'s ports after he resigned.Rene Ladan2018-02-231-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=462745
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2018-02-022-6/+15
| | | | | | | | | | | - Fix depends (qt dbus always used, gnome stuff always pulled by libgpod) - Remove unneeded port.pre.mk - Verbosify build Approved by: portmgr blanket Notes: svn path=/head/; revision=460712
* - Fix build issue on 11.x+Veniamin Gvozdikov2017-12-222-5/+12
| | | | Notes: svn path=/head/; revision=456970
* - Fix LICENSEDmitry Marakasov2017-12-141-3/+10
| | | | | | | | - Add LICENSE_FILE - Mark BROKEN on 11.x+ Notes: svn path=/head/; revision=456306
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=452570
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* - Mark BROKEN on 9.x i386Dmitry Marakasov2016-12-211-0/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=429050
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-0/+1
| | | | | | | | | | 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) Notes: svn path=/head/; revision=428352
* Remove wrongly used QT-related plist-subs from plistTobias C. Berner2016-10-281-1/+1
| | | | | | | | | | | %%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the Qt binaries and libraries respectively -- they are only 'bin' and 'lib' by chance, and should not be used that way. Approved by: portmgr (blanket), rakuco (mentor) Notes: svn path=/head/; revision=424833
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-1/+1
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* audio/lastfm-desktop: Update to 2.1.36Ben Woods2016-07-038-63/+307
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move to official GitHub repo, since the official CDN is out of date - Patch of LAV_Source.cpp renamed to follow file move, and updated to fix build with FFmpeg 3.0.x - obtained from ArchLinx [1]. Note that multimedia/ffmpeg is currently still on the 2.8.x branch, however this patch is backwards compatible with ffmpeg 2.8.x. - Patch of RadioService.cpp updated - obtained from ArchLinux [2]. - Remove patch of podDevice_linux.cpp, as the change was upstreamed - Add additional dependencies to LIB_DEPENDS and USE_QT4 as found by new stage-qa script. - Ensure program will appear in desktop manager menus by installing icon and adding DESKTOP_ENTRIES. - Add the audio playback run dependencies, with the option of either VLC or GSTREAMER. Without one of these, it crashes upon run. - Remove the LD_LIBRARY_PATH, as it is no longer needed now that the lastfm-desktop binaries are statically linked to it's private libraries [3]. - Also do not install the *.a static libraries, as they are not used by any other programs/ports and not needed by the lastfm-desktop binaries. - Install all of the files required by for the .css stylesheet to work. [1] https://aur.archlinux.org/cgit/aur.git/tree/LAV_Source_fix.patch?h=lastfm [2] https://aur.archlinux.org/cgit/aur.git/tree/cast-bug.patch?h=lastfm [3] https://github.com/lastfm/lastfm-desktop/commit/a6d2225e368aaeb66ec5345717120013b40f2518 Reviewed by: mat (mentor) Approved by: vg (maintainer timeout), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6874 Notes: svn path=/head/; revision=418001
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371234
* - Chase libplist shlib bump.Alberto Villa2014-09-281-1/+1
| | | | Notes: svn path=/head/; revision=369504
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* UnbreakTilman Keskinoz2014-08-292-5/+12
| | | | | | | Approved by: I don't like broken ports. Notes: svn path=/head/; revision=366487
* Deprecate ports broken for more than 6 monthsAntoine Brodin2014-08-281-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=366441
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Mark broken: Does not buildAntoine Brodin2014-02-221-0/+2
| | | | | | | | | | | | | | | | | | On 8 and 9: Services/RadioService/RadioService.cpp: In member function 'void RadioService::onPhononStateChanged(Phonon::State, Phonon::State)': Services/RadioService/RadioService.cpp:312: error: ambiguous overload for 'operator<<' in 'StampedDebug(QtDebugMsg, ((const QByteArray&)(& QByteArray(((const char*)"Services/RadioService/RadioService.cpp")))), 312u, QByteArray(((const char*)(& __PRETTY_FUNCTION__)))) << oldstate' On 10 and head: cd app/client/ && /usr/bin/make -f Makefile all make[2]: don't know how to make ../../_bin/Last.fm\. Stop make[2]: stopped in /wrkdirs/usr/ports/audio/lastfm-desktop/work/lastfm-desktop-2.1.30/app/client *** Error code 2 Reported by: pkg-fallout since november 2013 Notes: svn path=/head/; revision=345580
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-1/+1
| | | | Notes: svn path=/head/; revision=344898
* - Convert to USES=qmake (and other USES while I'm here)Max Brazhnikov2013-11-221-12/+7
| | | | | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334586
* audio/lastfm-desktop: add missing patchWilliam Grzybowski2013-10-271-0/+11
| | | | | | | | | - Add patch forgotten in last commit Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=331768
* audio/lastfm-desktop: link against ffmpegWilliam Grzybowski2013-10-272-15/+4
| | | | | | | | | - Link against ffmpeg Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=331767
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-181-0/+1
| | | | Notes: svn path=/head/; revision=327535
* - Changed my emailVeniamin Gvozdikov2013-07-221-2/+2
| | | | | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors) Notes: svn path=/head/; revision=323455
* Update multimedia/ffmpeg1 to 1.2.1Martin Matuska2013-06-251-0/+1
| | | | | | | | PR: ports/177145 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> Notes: svn path=/head/; revision=321725
* Enhance your listening experience, stay up-to-date with what your friends arePawel Pekala2013-04-207-0/+88
listening to, view your listening history and share it with friends. The more Last.fm learns what you like, the better it gets. WWW: http://www.last.fm/download PR: ports/177233 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> Feature safe: yes Notes: svn path=/head/; revision=316136