aboutsummaryrefslogtreecommitdiff
path: root/multimedia/schroedinger
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update LICENSESunpoet Po-Chuan Hsieh2017-09-241-2/+2
| | | | Notes: svn path=/head/; revision=450511
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <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 Notes: svn path=/head/; revision=393429
* multimedia category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-1/+1
| | | | | | | approved by: PTHREAD blanket Notes: svn path=/head/; revision=382254
* - Drop .la files from multimedia/dirac and multimedia/schroedingerDmitry Marakasov2014-12-022-9/+4
| | | | | | | | | | - Bump dependent ports as .so versions have changed - While here, remove @dirrm* from plists and add missing empty directory to plist of multimedia/lives Approved by: portmgr blanket Notes: svn path=/head/; revision=373737
* - Switch to USES=libtoolDmitry Marakasov2014-07-081-3/+3
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=361214
* - Convert to stagingGuido Falsi2013-10-172-4/+2
| | | | | | | | | - Convert to new LIB_DEPENDS format - Don't duplicate lib depends with build depends - Use space for WWW line in pkg-descr Notes: svn path=/head/; revision=330675
* Returning maintainership on my multimedia ports to ports@freebsd.orgMartin Matuska2013-09-201-1/+1
| | | | Notes: svn path=/head/; revision=327750
* 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 expicit dependency on pkgconfBaptiste Daroussin2013-09-021-0/+1
| | | | Notes: svn path=/head/; revision=325939
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Prevent linking to -lpthread directlyJason E. Hale2012-10-161-11/+5
| | | | | | | | | | | | | | | | - Remove LICENSE_FILE_GPLv2 and LICENSE_FILE_LGPL20 since these licenses are in Templates/Licenses - Bump PORTREVISION since installed files will be affected - Trim Makefile header PR: ports/170509 Submitted by: myself Approved by: maintainer timeout (5 weeks) makc, avilla (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=305959
* Update multimedia/schroedinger to 1.0.11Martin Matuska2012-01-253-6/+5
| | | | Notes: svn path=/head/; revision=289774
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build with FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284614
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* - Add LICENSE knob(s)Martin Matuska2011-03-231-0/+7
| | | | Notes: svn path=/head/; revision=271527
* - Explicitly depend on orc >= 0.4.10Martin Matuska2010-11-221-0/+1
| | | | | | | | PR: ports/151899 Submitted by: Pawel Pekala <c0rn@o2.pl> Notes: svn path=/head/; revision=264924
* - Update schroedinger to 1.0.10Martin Matuska2010-10-113-6/+6
| | | | Notes: svn path=/head/; revision=262820
* - Update schroedinger to 1.0.9Martin Matuska2010-03-246-85/+6
| | | | | | | - Bump library version Notes: svn path=/head/; revision=251451
* - Fix MASTER_SITESMartin Matuska2009-08-291-1/+1
| | | | | | | Reported by: pointyhat (miwi) Notes: svn path=/head/; revision=240513
* - Mark port MAKE_JOBS_SAFE for SMP compilationMartin Matuska2009-08-121-0/+1
| | | | Notes: svn path=/head/; revision=239371
* - Move gstreamer plugin into separate port (multimedia/gstreamer-schroedinger)Martin Matuska2009-08-113-13/+44
| | | | | | | | - Take maintainership - Bump PORTREVISION Notes: svn path=/head/; revision=239354
* Fix build after recent Gstreamer update.Koop Mast2009-08-083-0/+33
| | | | | | | Submitted by: pointhat (via pav) Notes: svn path=/head/; revision=239146
* - Update to 1.0.7Dmitry Marakasov2009-05-063-6/+7
| | | | | | | | PR: 133948 Submitted by: Paul <onemda at gmail dot com> Notes: svn path=/head/; revision=233276
* - Add gstreamer support & fix build when gstreamer is presentDmitry Marakasov2008-09-252-2/+20
| | | | | | | | | PR: 127624 Submitted by: "Eric L. Chen" <d9364104 at mail dot nchu dot edu dot tw> Improved by: me Notes: svn path=/head/; revision=220771
* - Update to 1.0.5Martin Wilke2008-08-193-6/+8
| | | | | | | | | | - Pass maintainership to ports@ PR: 126573 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=218853
* Add schroedinger 1.0.3, high-speed Dirac codec.Li-Wen Hsu2008-06-144-0/+114
PR: ports/124575 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=214850