aboutsummaryrefslogtreecommitdiffstats
path: root/audio/kaudiocreator
Commit message (Collapse)AuthorAgeFilesLines
* Rename KDE4 meta portstcberner2018-02-101-1/+1
| | | | | | | | | | | This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
* Mark as broken a bunch of ports with no public distfiles availablebapt2017-10-131-0/+2
|
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-1/+1
| | | | | PR: 218658 Submitted by: riggs
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-261-1/+1
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-5/+5
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-191-5/+1
| | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
* - Remove deprecated USE_KDE4=kdehiermakc2015-02-201-1/+1
| | | | | - while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option
* Cleanup plistbapt2014-10-201-1/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-161-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)
* Update my ports to be compliant with new USES framework and fix other issues.dbn2014-04-251-2/+1
| | | | | | | | | | | Changes: * various: migrate USE_BZIP2 to USES=tar:bzip2 * various: migrate USE_XZ to USES=tar:xz * multimedia/py-ffmpeg: add and prefer github (GH) as master site * ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD) Most ports are updated infrequently so a single batch commit is preferred over collating changes per port.
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-181-1/+1
|
* Add stage support to audio/kaudiocreator.dbn2013-11-071-10/+5
| | | | - Convert LIB_DEPENDS to new format.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* - Update audio/libdiscid to 0.5.2jhale2013-09-121-0/+1
| | | | | | - Switch to CMake build system - Trim Makefile headers - Bump PORTREVISION on dependent ports
* Remove MAKE_JOBS_SAFE from all my ports.dbn2013-07-291-1/+0
| | | | Better to remove now, in one go, then forget about it.
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-1/+1
| | | | Approved by: portmgr (bapt)
* Update audio/kaudiocreator to 1.3.dbn2013-04-253-6/+86
| | | | | | | | | | | | | Make the port NLS aware and make portlint happier. ChangeLog: 1.3 - bump version ;-) 1.2.95 (1.3 rc) - bugfixes Approved by: eadler,bdrewery (mentors, implicit)
* Fix build of audio/kaudiocreator.dbn2013-04-031-1/+1
| | | | | | | Missing dependency from split of kdemultimedia. Reported by: miwi Approved by: portmgr (miwi), eadler (mentor)
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* More merges from area51 repository:makc2013-02-041-5/+4
| | | | | | | | | | | | - Chase kdemultimedia4 split/kdegames shlib bump - Convert to new options framework - Trip Makefile header sysutils/k3b-kde4: - add patches to fix build with ffmpeg-devel [1] PR: ports/162261 [1] Submitted by: Phil Oleson <oz at nixil.net>
* - Update to my new FreeBSD addressdbn2013-01-171-5/+2
| | | | | | | - Trim header - Add myself as creator of devel/svn2git (see r272261) Approved by: eadler|bdrewery (mentor)
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-1/+1
|
* Update lame to 3.99.3.netchild2012-01-151-1/+1
| | | | Bump portrevision of all ports which depend upon it.
* - Bump PORTREVISION to chase the update of audio/libdiscidwen2011-03-281-1/+1
| | | | | PR: ports/155977 Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
* Chase after net/openldap24-server update.delphij2011-02-251-0/+1
| | | | Reminded by: miwi
* Add new port audio/kaudiocreator:makc2011-01-134-0/+61
KAudioCreator is an audio CD ripper, which uses cdparanoia as a backend to extract the tracks and later it encodes them to mp3 or ogg files (or many other formats supported). WWW: http://www.kde.org/applications/multimedia/kaudiocreator/ PR: ports/153621 Submitted by: David Naylor <naylor.b.david at gmail.com> Feature safe: yes