aboutsummaryrefslogtreecommitdiff
path: root/multimedia/kdenlive
Commit message (Collapse)AuthorAgeFilesLines
* - Add dependency on MLT Qt 4 pluginAlberto Villa2016-12-281-2/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=429710
* 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
* Fix build of multimedia/kdenlive -- ambiguity of abs()Tobias C. Berner2016-11-191-0/+37
| | | | | | | Approved by: antoine Notes: svn path=/head/; revision=426356
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-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 Notes: svn path=/head/; revision=420774
* Remove expired misc/kdehier4 and update all of its consumers to not ↵Rene Ladan2016-05-251-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 Notes: svn path=/head/; revision=415864
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-11/+11
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Remove deprecated USE_KDE4=kdehierMax Brazhnikov2015-02-191-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 Notes: svn path=/head/; revision=379358
* - Update to 0.9.10.Alberto Villa2014-10-023-34/+63
| | | | | | | | | | | | | | - Make DOCS optional. - Add dependency on nepomuk-core. [1] [1] nepomuk-core isn't Nepomuk itself, it's just a tiny support library with few extra dependencies. This is a bugfix release with a few minor changes: http://kdenlive.org/discover/0.9.10 Notes: svn path=/head/; revision=369828
* - Update to 0.9.8.Alberto Villa2014-09-246-130/+23
| | | | | | | | | | | | - Add V4L option to enable webcam support. - Use OPTIONS helpers. - Remove @dirrm*. Release 0.9.8 brings several fixes: http://kdenlive.org/discover/0.9.8 Notes: svn path=/head/; revision=369140
* 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
* 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
* 1: Stagify.Vanilla I. Shu2014-07-152-7/+3
| | | | | | | | | 2: USES=tar:bzip2. Approved by: portmgr@ (blanket) Notes: svn path=/head/; revision=361966
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* - 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
* multimedia/mlt,kdenlive: unset FFMPEG_SUFXWilliam Grzybowski2013-10-211-2/+2
| | | | | | | | | - Unset FFMPEG_SUFX to use ffmpeg-2 Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=331163
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-181-1/+1
| | | | Notes: svn path=/head/; revision=327530
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* 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
* - Update to 0.9.6.Alberto Villa2013-06-077-23/+79
| | | | | | | | | - Remove LICENSE_FILE. - Remove soversion number from LIB_DEPENDS. - Add support for different FFmpeg versions (currently using ffmpeg1). Notes: svn path=/head/; revision=320205
* - Add missing sharedmime to the list of USE_KDE4 components. It will beMax Brazhnikov2013-05-122-5/+0
| | | | | | | | | | superseded by recently introduced USES= shared-mime-info later. - Remove no longer needed exec/unexec from plist and post-install calls for update-mime-database - Trim Makefile header while I'm here Notes: svn path=/head/; revision=317967
* Remove USE_CDRTOOLS from bsd.port.mkBaptiste Daroussin2013-04-261-6/+3
| | | | | | | | | | | | | | | This macros has been useless since cdrtools-cjk port has gone. This macros also lead to badly handled dependencies assuming that the dependency on cdrtools was most BUILD and RUN dependency. While most of the time it is simply a RUN dependency and sometime a build one. While here: - Trim some headers - Convert some ports to optionsng - Convert some ports to USES= gettext Notes: svn path=/head/; revision=316600
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - 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
* - Force dependency on multimedia/ffmpeg.Alberto Villa2012-07-181-7/+9
| | | | | | | - OPTIONSngify, part 2/2. Notes: svn path=/head/; revision=301094
* - Bump PORTREVISION after multimedia/mlt soversion update.Alberto Villa2012-07-021-1/+2
| | | | Notes: svn path=/head/; revision=300364
* - Update to 0.9.2.Alberto Villa2012-06-014-230/+248
| | | | | | | | | | | | | - OPTIONSngify, part 1. - Make NLS optional (via OPTIONSng). Kdenlive 0.9.2 comes with many new features and bugfixes. Check release notes for more information: - http://kdenlive.org/discover/0.9 - http://kdenlive.org/discover/0.9.2 Notes: svn path=/head/; revision=297922
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Fix build.Alberto Villa2012-04-161-0/+10
| | | | Notes: svn path=/head/; revision=294923
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1
| | | | Notes: svn path=/head/; revision=291538
* - Update to 0.8.2.1.Alberto Villa2012-01-052-3/+3
| | | | | | | | | | This is a bugfix release that solves several startup crashes and other important problems in the 0.8.2 version. A changelog and details of the resolved issues can be found here: http://kdenlive.org/discover/0.8.2.1 Notes: svn path=/head/; revision=288573
* - Update to 0.8.2.Alberto Villa2011-11-025-79/+118
| | | | Notes: svn path=/head/; revision=284896
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* - Update dependency on frei0r in kdenlive and openshot [1].Alberto Villa2011-06-291-2/+2
| | | | | | | | | - Bump PORTREVISION. - Approved by: [1] rodrigo@bebik.net (maintainer, implicit) Notes: svn path=/head/; revision=276672
* - Chase multimedia/mlt shlib bump.Alberto Villa2011-01-141-2/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267787
* - Update to 0.7.8.Alberto Villa2010-10-014-12/+133
| | | | | | | | | | | - Add LICENSE. - Fix build when Qt 3 is installed. [1] Submitted by: Golyashov Sergey via e-mail [1] Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=262254
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 0.7.7.1.Alberto Villa2010-03-033-43/+45
| | | | | | | | Approved by: tabthorpe (mentor) Feature safe: yes Notes: svn path=/head/; revision=250516
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update my e-mail address in the ports I maintain.Alberto Villa2010-01-261-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=248632
* - Update to 0.7.6Martin Wilke2009-11-264-21/+51
| | | | | | | | PR: 140831 Submitted by: Alberto Villa <villa.alberto@gmail.com> (maintainer) Notes: svn path=/head/; revision=244786
* - Fix a typoMartin Wilke2009-09-031-1/+1
| | | | | | | | Reported by: nox No Cokkies for: miwi Notes: svn path=/head/; revision=240800
* - Fix a script executions crash.Martin Wilke2009-09-031-0/+5
| | | | | | | | | PR: 136882 Reported by: Wasil Sergejczyk <szelga.wws@gmail.com> Submitted by: Alberto Villa <villa.alberto@gmail.com> (maintainer) Notes: svn path=/head/; revision=240775
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-1/+1
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* - Update to 0.7.5Martin Wilke2009-07-073-5/+20
| | | | | | | | PR: 136316 Submitted by: Alberto Villa <villa.alberto@gmail.com> (maintainer) Notes: svn path=/head/; revision=237318
* - Update to 0.7.4Beat Gaetzi2009-06-154-42/+17
| | | | | | | | | | - Add optional dependency on cdrtools and dvdauthor to support dvd making PR: ports/135280 Submitted by: Alberto Villa <villa.alberto AT gmail.com> (maintainer) Notes: svn path=/head/; revision=235851
* - Add Frei0r plugin supportDennis Herrmann2009-05-081-1/+7
| | | | | | | | | | | - Bump PORTREVISION PR: ports/134340 Submitted by: Alberto Villa <villa.alberto@gmail.com> (maintainer) Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=233443