Commit graph

98 commits

Author SHA1 Message Date
Max Brazhnikov
0b496e4787 - Update digiKam and Kipi Plugins to 4.2.0
- New ports for exporting images to Dropbox and Google Drive:
	graphics/kipi-plugin-dropbox
	graphics/kipi-plugin-googledrive

Excerpt from area51 commit logs:
------------------------------------------------------------------------
r10303 | jhale | 2014-09-19 04:04:57 +0000 (Fri, 19 Sep 2014) | 13 lines

- Update digikam and friends to 4.2.0
- Drop "Enable" from Digikam options descriptions
- For kipi-plugins, only extract what we need to reduce extraction time
  and file I/O

------------------------------------------------------------------------
r10183 | makc | 2014-07-18 22:07:34 +0000 (Fri, 18 Jul 2014) | 21 lines

Update DigiKam and Kipi plugins to 4.1.0. This incomplete update is based
on the patch submitted by Oleg Sidorkin <osidorkin@gmail.com> via
kde-freebsd mailing list.

astro/libkgeomap:
- Don't build demo application and thus remove dependence on libkexiv2
- Add build dependency on boost headers

graphics/kipi-plugin-gpssync
- Add build dependency on boost headers
2015-01-27 21:04:30 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
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)
2014-08-15 20:37:31 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Max Brazhnikov
279d2e8063 - Update to digiKam and Kipi Plugins ports to 3.5.0
- Add new kipi-plugin port for jalbumexport
- Remove useless LATEST_LINK
- Bring stage support
- Convert to options helpers, new style LIB_DEPENDS
- Add patch to fix linking with libpgf [1]

PR:		ports/184942 [1]
Reported by:	Mike Clarke <jmc-freebsd2 at milibyte.co.uk>
2014-01-21 18:17:23 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Tijl Coosemans
27d450fa89 Set .MAKE.FreeBSD_UL=yes to support bmake. It is already set in
bsd.port.mk, but these ports use :U and/or :L variable modifiers in
a .for loop which is expanded before bsd.port.mk is included.

Reviewed by:	makc
2013-06-02 15:13:14 +00:00
Max Brazhnikov
e7ae0125df - Update to digiKam and Kipi Plugins ports to 3.1.0
- Split documentations and l10ns to separate ports
- Split kipi-plugins-kde4 port

Approved by:	portmgr (miwi)
2013-04-08 17:10:56 +00:00
Max Brazhnikov
5851920c79 Chase libkipi, marble, okular shlib bump after KDE 4.10.1 update 2013-03-27 12:00:14 +00:00
Max Brazhnikov
9aaa3fe7d9 Bump PORTREVISION after KDE SC update. 2013-02-03 20:11:05 +00:00
Jason E. Hale
c9f3415018 - Update Digikam SC to 2.9.0
- Add patch to fix Digikam crashes with large photo collections

Approved by:	makc (mentor)
2012-09-19 08:15:15 +00:00
Max Brazhnikov
ff17e3b8eb Update to 2.7.0
Submitted by:	Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
2012-07-30 20:20:48 +00:00
Max Brazhnikov
24f173c2f7 Update to 2.6.0. Port changes:
- add LICENSE (GPLv2)
- convert to new options framework
- make NLS optional
- add EXPOBLEND option to pull in runtime dependencies for the
  ExpoBlening plugin (a lot of ports that get pulled in by graphics/hugin,
  so turn it OFF by default)
- add options for the new digikam libraries
- add KSANE option for scanning
- remove no longer needed patches
- update WWW

Submitted by:	Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
2012-06-09 13:47:12 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Raphael Kubo da Costa
89b9730641 Explicitly depend on libGLU and qt4-opengl.
glu is needed by the viewer plugins, which are always assumed to be
built. Since Qt 4.8.0 [1], qt4-opengl (which was being depended on
implicitly) has stopped depending on it, so ports need to be adjusted.

PORTREVISION bumped due to the dependency list changes.

[1] e7eed096a0

Approved by:	miwi (Qt 4.8.1 exp-run)
2012-05-21 16:42:45 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Alberto Villa
82e896cf69 - Update dependencies after KDE ports upgrade.
- Avoid removing kdehier4 directories.
- Bump PORTREVISION.
2011-10-17 00:05:40 +00:00
Dima Panov
621fdfeaae - Update KIPI-Plugins to 1.9.0 release
This release supports OpenCV 2.3 API

Approved by: maintainer (implicit)
2011-07-03 12:49:09 +00:00
Martin Matuska
760559e18c Update OpenCV to 2.3.0-rc 2011-06-29 11:46:01 +00:00
Alberto Villa
23aac69123 - Follow KDE shlibs bumps.
- Remove MD5 hash.
2011-03-25 10:36:35 +00:00
Alexey Dokuchaev
e954314547 Chase libgpod shlib version bump. 2011-03-15 15:05:40 +00:00
Xin LI
03b42818c9 Chase after net/openldap24-server update.
Reminded by:	miwi
2011-02-25 01:32:17 +00:00
Max Brazhnikov
ccf4670719 Fix LIB_DEPENDS.
With hat:	kde@
Feature safe:	yes
2011-02-06 18:56:54 +00:00
Dima Panov
469d31b39f - Update KIPI-plugins to 1.8.0 release
Approved by:	maintainer (implicit)
Feature safe:	yes
2011-02-05 16:04:02 +00:00
Greg Larkin
afb4f48d31 - Chase security/libksba shlib version bump
Requested by:	kwm
Pointyhat to:	glarkin
2010-12-16 02:34:07 +00:00
Dima Panov
1e52dc492e - Update Kipi-plugins to 1.4.0 release
- Full support for KDE SC 4.5.x libraries

Approved by:	maintainer (implicit)
2010-09-19 08:42:13 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dima Panov
c70284c888 - Make pointyhat tinderbox happy by removing extra @dirrmry for common locale
and apps directories, which now handled by updated kdehier4.
- Bump PORTREVISIONs to force rebuild.

Noticed by:	pointyhat via pav
With hat on:	kde
2010-05-13 22:40:15 +00:00
Dima Panov
77a00d1431 - Not try to dirrm locales, which now handled by kdehier
Noticed by:	QAT via pav
Approved by:	maintainer (implicit)
2010-05-13 05:02:15 +00:00
Dima Panov
66c53b0ad1 - Update kipi-plugins-kde4 to 1.2.0 release
Approved by:	maintainer (implicit)
With hat on:	kde@
2010-05-11 14:58:23 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dima Panov
daf4ebe7cd - Chase opencv shlib bump
Approved by:	miwi, tabthorpe (mentors implicit)
2010-01-18 13:18:06 +00:00
Dima Panov
d387c7affb - Remove unneded directories
Reported by:	QAT
Approved by:	maintainer
Approved by:	miwi, tabthorpe (mentors implicit)
2010-01-06 01:21:32 +00:00
Dima Panov
c3f1bd69db - Update kipi-plugins-kde4 to 1.0.0 release!
Approved by:	kmoore (maintainer)
Approved by:	miwi, tabthorpe (mentors implicit)
2010-01-05 16:58:03 +00:00
Kris Moore
d1d9fcb823 - Update to 0.8.0
PR: 140464
Submitted by: Dima Panov <fluffy@>
Approved by: miwi (mentor)
2009-11-28 13:19:58 +00:00
Kris Moore
2b8658b0cb - Update to 0.7.0
PR: 139123
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Approved by: miwi (mentor)
2009-10-01 20:15:42 +00:00
Kris Moore
a3219ffd7a - Make sure we remove old patch file
- Pointyhat to: kmoore@

Approved by: miwi (mentor)
2009-09-05 00:05:11 +00:00
Kris Moore
2a9a7ff86f - Update to 0.5.0
Tested / Thanks to Max Brazhnikov <makc@freebsd.org>

PR: 138010
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Approved by: miwi (mentor)
2009-09-04 23:49:04 +00:00
Dmitry Marakasov
6b5fb87219 - Switch SourceForge ports to the new File Release System: categories starting with G 2009-08-22 00:23:13 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Kris Moore
d07de7baa3 - Add missing patch data
Approved by:	miwi (mentor)
2009-06-17 15:06:49 +00:00
Kris Moore
378c3e0451 - Fix building of kipi-plugins-kde4 if QT3 / KDE3 versions of kipi are installed
- Fix detection of Gdk / Gpod

PR: 135403
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Approved by:	miwi (Mentor)
2009-06-17 15:02:19 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Martin Wilke
a948135d2a - Update to 0.2.0
PR:		132765
Submitted by:	Matt Tosto <datahead4@gmail.com>
Approved by:	maintainer
2009-03-21 09:27:25 +00:00
Martin Wilke
eb7c889efd - Fix now really USE_QT4_VER
Reported by:	makc
2009-02-14 19:46:47 +00:00
Martin Wilke
e9a8b57bf5 - S/USE_QT4/USE_QT_VER
Pointy hat to:	me
2009-02-14 19:11:31 +00:00
Martin Wilke
f341abe5d2 - Remove multimedia categorie
Noticed by:	erwin
2009-02-09 10:33:08 +00:00