Commit Graph

18 Commits

Author SHA1 Message Date
Tobias C. Berner
aaea4fc1ca multimedia/libdc1394: update to 2.2.6
- remove patch, there is no indication why it was needed.
2019-05-16 18:20:01 +00:00
Thomas Zander
d24519b18a Update to upstream version 2.2.5 2016-12-23 14:13:17 +00:00
Baptiste Daroussin
f1702a5a8d Update to 2.2.4 2016-11-05 20:19:05 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Baptiste Daroussin
7609dd39d6 Update to 2.2.3 2015-05-31 19:16:28 +00:00
Dmitry Marakasov
40f13c68dc - Drop @dirrm* from and add empty directories to pkg-plists
Approved by:	portmgr blanket
2015-02-01 20:24:27 +00:00
Baptiste Daroussin
6f57c6ab0d Update to 2.2.2
Convert to USES=libtool
Strip binaries
2014-05-07 22:38:15 +00:00
Baptiste Daroussin
087604f4a5 Update to 2.2.1
Support stage
Do not remove directory that we do not install (stage allows not to pollute anymore
2013-09-23 21:04:56 +00:00
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Baptiste Daroussin
422274f4e1 - update to 2.2.0 2012-04-10 00:29:21 +00:00
Baptiste Daroussin
e384c89d09 - update to 2.1.4
Feature safe:	yes
2011-11-21 10:41:13 +00:00
Baptiste Daroussin
fd3d16ebfa - update to 2.1.3
- add license
2011-03-29 14:49:48 +00:00
Sylvio Cesar Teixeira
5dfa38e71d - Update to 2.1.2
- Pass maintainer to multimedia@ (approved by kwm@ - team of multimedia@)

PR:		ports/145313
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by:	itetcu (mentor, implicit)
2010-04-05 23:10:46 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Martin Wilke
9e27d3302d - Update to 2.1.1
PR:		137448
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-08-05 12:17:50 +00:00
Dmitry Marakasov
beb74403b5 libdc1394 is a library that provides a complete high level
application programming interface (API) for developers who wish to
control IEEE 1394 based cameras that conform to the 1394-based Digital
Camera Specifications (also known as the IIDC or DCAM Specifications).

WWW:	http://damien.douxchamps.net/ieee1394/libdc1394/

PR:		133929
Submitted by:	Gea-Suan Lin <gslin at gslin dot org>
2009-04-23 11:30:57 +00:00