aboutsummaryrefslogtreecommitdiff
path: root/audio/last.fm
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup patches, a* categories.Mathieu Arnold2016-07-2618-64/+62
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Disable precompiled headers to fix build with old gcc on -current kernelDmitry Marakasov2015-06-111-0/+17
| | | | Notes: svn path=/head/; revision=389188
* - Add CPE infoDmitry Marakasov2015-05-171-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386624
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed Notes: svn path=/head/; revision=372768
* Cleanup plistBaptiste Daroussin2014-10-201-6/+0
| | | | Notes: svn path=/head/; revision=371234
* math/fftw3:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* Fix build (duplicate case value)Tilman Keskinoz2014-08-151-0/+11
| | | | Notes: svn path=/head/; revision=364976
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-231-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=362629
* audio/last.fm: consolidate patchesJohn Marino2014-04-042-12/+10
| | | | | | | | | Due to strange naming scheme of original patch, I didn't immediately realize the same file now has two patches. Consolidate them and keep the new patch file name. Notes: svn path=/head/; revision=350075
* audio/last.fm: Attempt to fix build on F10+John Marino2014-04-042-2/+12
| | | | Notes: svn path=/head/; revision=350072
* Chase libmad changesBaptiste Daroussin2014-02-051-1/+1
| | | | Notes: svn path=/head/; revision=342735
* - Fix build with clangGuido Falsi2014-01-106-169/+217
| | | | | | | | | | | - Fix destination to install architecture-dependent binaries - Support qmake USES macro PR: ports/185327 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=339391
* - Get rid of deprecated QMAKEFLAGSMax Brazhnikov2013-11-211-1/+1
| | | | | | | - Use globally provided QMAKE, etc. Notes: svn path=/head/; revision=334503
* - Get rid of QMAKEFLAGSMax Brazhnikov2013-11-211-1/+1
| | | | | | | | | - Use options helpers - Use globally provided LRELEASE/LUPDATE - Convert LIB_DEPENDS to new style Notes: svn path=/head/; revision=334498
* Convert to dos2unixBaptiste Daroussin2013-11-181-8/+7
| | | | | | | Convert LIB_DEPENDS to new format Notes: svn path=/head/; revision=334187
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-222-2/+1
| | | | | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331267
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Use shebangfixBaptiste Daroussin2013-05-071-7/+4
| | | | Notes: svn path=/head/; revision=317576
* Add missint dependency on alsalibTilman Keskinoz2013-03-221-2/+3
| | | | | | | | | | Reported by: pointyhat Reset maintainer, unfortunately last.fm has stopped its service in my country Notes: svn path=/head/; revision=314942
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* Update to 1.5.4.26862Tilman Keskinoz2012-12-1010-42/+54
| | | | | | | | Tested by: Rainer Hurling <rhurlin@gwdg.de>, ajtiM <lumiwa@gmail.com> Notes: svn path=/head/; revision=308599
* Fix build with clangTilman Keskinoz2012-12-022-0/+13
| | | | | | | | | | | | PR: 173906 Submitted by: Rainer Hurling <rhurlin@gwdg.de> add USE_DOS2UNIX, because the file that needs to be patch had ^M endings. Feature safe: yes Notes: svn path=/head/; revision=308104
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-2/+2
| | | | | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen Notes: svn path=/head/; revision=283695
* Add a patch to make compile with clang get furtherTilman Keskinoz2011-08-281-0/+11
| | | | | | | | PR: 159727 Submitted by: Norberto Lopes <nlopes.ml@gmail.com> Notes: svn path=/head/; revision=280629
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Chase libgpod shlib version bump.Alexey Dokuchaev2011-03-151-2/+2
| | | | Notes: svn path=/head/; revision=270942
* Add LICENSE and LICENSE_FILE to my ports.Tilman Keskinoz2010-05-301-0/+3
| | | | Notes: svn path=/head/; revision=255330
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Fix encoding of desktop fileTilman Keskinoz2010-01-312-2/+3
| | | | | | | | PR: 143293 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Notes: svn path=/head/; revision=248985
* Update to 1.4.2.58240 (Which seems to be the supported version for Linux)Tilman Keskinoz2009-11-0410-60/+72
| | | | | | | Grab maintainership Notes: svn path=/head/; revision=243810
* - Fix dynamic loading problemDmitry Marakasov2009-03-243-5/+16
| | | | | | | | | | - Add new version of last.fm script PR: 127368 Submitted by: "Carlos A. M. dos Santos" <unixmania at gmail dot com> Notes: svn path=/head/; revision=230825
* - Add desktop entryDmitry Marakasov2009-02-163-1/+25
| | | | | | | | PR: 127368 Submitted by: "Carlos A. M. dos Santos" <unixmania at gmail dot com> Notes: svn path=/head/; revision=228517
* - Fix build on amd64Martin Wilke2008-09-122-1/+12
| | | | | | | | | PR: 127223 Submitted by: "Andrius Mork&#363;nas" <hinokind@gmail.com> Approved by: portmgr (erwin) Notes: svn path=/head/; revision=220360
* - Mark BROKEN on amd64Martin Wilke2008-09-071-1/+1
| | | | Notes: svn path=/head/; revision=220139
* - Update to 1.3.2.14Martin Wilke2008-09-072-5/+4
| | | | Notes: svn path=/head/; revision=220116
* Reset lofi due to not commits in over 3 months, PR backlog, and no responseMark Linimon2008-09-071-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=220034
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+0
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Depend on rcc at buildtime onlyMichael Nottebrock2007-10-151-2/+2
| | | | Notes: svn path=/head/; revision=201510
* Unbreak.Michael Nottebrock2007-09-242-1/+10
| | | | Notes: svn path=/head/; revision=200073
* Update to 1.3.2.13, mark broken on amd64.Michael Nottebrock2007-09-212-5/+6
| | | | Notes: svn path=/head/; revision=199861
* Update to 1.3.2.11Michael Nottebrock2007-09-144-9/+22
| | | | Notes: svn path=/head/; revision=199497
* Use QMAKEFLAGS to deuglify this port just a bit.Michael Nottebrock2007-08-032-35/+6
| | | | Notes: svn path=/head/; revision=197035
* -Use _build/_run in QT_COMPONENTS.Michael Nottebrock2007-08-022-6/+14
| | | | | | | -USE_GCC=4.2+ on amd64 Notes: svn path=/head/; revision=196994
* Update to 1.3.1.0Michael Nottebrock2007-07-302-4/+4
| | | | Notes: svn path=/head/; revision=196768