aboutsummaryrefslogtreecommitdiff
path: root/audio/amarok-kde4
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-201-34/+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
* dns/libidn:Tijl Coosemans2014-08-301-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc Notes: svn path=/head/; revision=366659
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) Notes: svn path=/head/; revision=365038
* 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
* Add patches to fix the build with base's ancient GCC.Raphael Kubo da Costa2014-07-292-0/+37
| | | | | | | | | | | | | | | | In practice, this fixes the build on 8 and 9 when clang is not used. There is no need to submit the patches upstream because the next version of Amarok will already require a C++11 compiler, which makes the problems disappear. I didn't feel the need to bump PORTREVISION because the generated code should be the same, and users who had already managed to build Amarok don't need to rebuild it. PR: 192159 Submitted by: freebsd@chillt.de Notes: svn path=/head/; revision=363295
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-231-0/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=362629
* Update to 2.8.0.Raphael Kubo da Costa2014-07-216-241/+87
| | | | | | | Submitted by: jpaetzel@ via the KDE on FreeBSD mailing list Notes: svn path=/head/; revision=362488
* audio/rhythmbox: drop :keeplaTijl Coosemans2014-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip multimedia/libaacs: - USES=libtool pathfix - Add INSTALL_TARGET=install-strip - Avoid USE_AUTOTOOLS - Remove plist target, superseded by makeplist multimedia/libbluray: - USES=libtool pathfix - Add INSTALL_TARGET=install-strip - Avoid USE_AUTOTOOLS - Remove plist target, superseded by makeplist - Use OPTIONS_SUB - Replace patch with post-patch command Bump dependent ports Notes: svn path=/head/; revision=362200
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Chase the move of libmtp from audio to multimedia.Gerald Pfeifer2014-03-091-1/+1
| | | | | | | | PR: 175266 Reported by: makc, cperciva Notes: svn path=/head/; revision=347686
* - Fix plist after recent KDE SC updateMax Brazhnikov2014-02-201-2/+2
| | | | Notes: svn path=/head/; revision=345219
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-1/+1
| | | | Notes: svn path=/head/; revision=344898
* Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime isMax Brazhnikov2014-02-011-2/+2
| | | | | | | | deprecated and will be removed along with switching KDE4_PREFIX to ${LOCALBASE} soon. Notes: svn path=/head/; revision=342128
* - STAGEify.Alberto Villa2013-12-202-49/+24
| | | | | | | | | Submitted by: Alonso Schaich <alonsoschaich@fastmail.fm> via area51 - Use OPTIONS helpers. Notes: svn path=/head/; revision=336992
* Add explicit dependency on pkgconf (needed for detection of libmtp, ↵Antoine Brodin2013-12-141-1/+1
| | | | | | | | | loudmouth and libgpod) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=336480
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-12/+12
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* audio/amarok-kde4: bump port revisionWilliam Grzybowski2013-10-221-1/+1
| | | | | | | - Bump port revision required by ffmpeg update Notes: svn path=/head/; revision=331245
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=322783
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - Add dependency on liblastfm now that it is up to date.Alberto Villa2013-03-292-7/+20
| | | | | | | | | | | - Use nepomuk-core component instead of explicit dependency. - Remove update-mime-database command. - Bump PORTREVISION. PR: 176735 Notes: svn path=/head/; revision=315576
* - Chase libmtp shlib bumpMartin Wilke2013-03-261-0/+1
| | | | Notes: svn path=/head/; revision=315312
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Fix build on i386Max Brazhnikov2013-02-111-0/+12
| | | | | | | Submitted by: Luca Pizzamiglio <luca.pizzamiglio at gmail.com> Notes: svn path=/head/; revision=312074
* Add upstream patch to fix build with clangMax Brazhnikov2013-02-061-0/+64
| | | | Notes: svn path=/head/; revision=311761
* Merge from area51 repository:Max Brazhnikov2013-02-043-124/+132
| | | | | | | | | | | | | - Update to 2.7.0 - Chase kdemultimedia4 split - Trip header - Remove dependency on liblastfm as it needs a new version - Add dependency on nepomuk-core - Remove soversion from LIB_DEPENDS - Add optional run dependency on net/clamz (off by default) Notes: svn path=/head/; revision=311630
* - Update to 2.6.0.Alberto Villa2012-08-143-410/+270
| | | | | | | | | | | | | - OPTIONSngify. - Make NLS implicitly optional. With a reasonable set of new features - especially related to iDevices management -, the release is focused on bug fixing and improving the overall stability. Please, read the release announcement: http://amarok.kde.org/en/releases/2.6 Notes: svn path=/head/; revision=302527
* - 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
* - Chase libmtp shlib bumpMartin Wilke2012-05-251-2/+2
| | | | Notes: svn path=/head/; revision=297427
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1
| | | | Notes: svn path=/head/; revision=291538
* - Update to 2.5.0.Alberto Villa2012-01-155-123/+637
| | | | | | | | | | | - Update pkg-message. - Update COMMENT and pkg-descr. You'll find 2.5.0 release announcement here: http://amarok.kde.org/en/releases/2.5 Notes: svn path=/head/; revision=289247
* - Update AmaroK to 2.4.3 bugfix releaseDima Panov2011-08-163-14/+61
| | | | Notes: svn path=/head/; revision=279788
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-241-0/+1
| | | | Notes: svn path=/head/; revision=276239
* - Update to 2.4.1.Alberto Villa2011-06-084-26/+29
| | | | | | | Submitted by: Raphael Kubo da Costa <kubito@gmail.com> via area51 Notes: svn path=/head/; revision=275206
* - Add dependency on kio-upnp-ms.Alberto Villa2011-03-252-9/+17
| | | | | | | - Fix crash with mysql 5.5. Notes: svn path=/head/; revision=271659
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* Chase libgpod shlib version bump.Alexey Dokuchaev2011-03-151-1/+2
| | | | Notes: svn path=/head/; revision=270942
* - Update Amarok to 2.4.0 releaseDima Panov2011-02-054-57/+92
| | | | | | | | | | - Pass maintainership to kde@ Approved by: Matt Tosto (maintainer, implicit) Feature safe: yes Notes: svn path=/head/; revision=268692
* - Make QAT happy, add extra directories to @dirrmDima Panov2010-09-291-0/+2
| | | | | | | | Noticed by: QAT Approved by: maintainer (inplicit) Notes: svn path=/head/; revision=262091
* - Add missing build time dependency on dockbook-xmlDima Panov2010-09-291-1/+2
| | | | | | | | | PR: 151054 Submitted by: Matt Dawson <matt AT chronos DOT org DOT uk> Approved by: maintainer (implicit) Notes: svn path=/head/; revision=262084
* - Welcome great AmaroK 2.3.2 stable release!Dima Panov2010-09-283-16/+153
| | | | | | | | | Now with HTML docs! Approved by: maintainer (implicit) Notes: svn path=/head/; revision=262039
* Fix build with KDE 4.5Max Brazhnikov2010-09-022-4/+1
| | | | Notes: svn path=/head/; revision=260446
* - Update Amarok to 2.3.1 releaseDima Panov2010-06-065-77/+41
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=255870
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Cleanup more @dirrmtry to make QAT happyDima Panov2010-05-152-17/+1
| | | | | | | | Noticed by: QAT Approved by: maintainer (implicit) Notes: svn path=/head/; revision=254348