aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dirac
Commit message (Collapse)AuthorAgeFilesLines
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <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
* - Drop .la files from multimedia/dirac and multimedia/schroedingerDmitry Marakasov2014-12-022-10/+6
| | | | | | | | | | - 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-091-2/+3
| | | | | | | | | - Fix shebangs Approved by: portmgr blanket Notes: svn path=/head/; revision=361327
* - Distinguish clang from Microsoft cl.exe [1]Tijl Coosemans2013-10-182-6/+64
| | | | | | | | | | | | | | | | | - Treat g++*, c++* and clang* the same. - Remove ?= assignments because this isn't a master port. - Remove libtool dependency. - Remove pkgconfig dependency. The port only installs a .pc file. - Disable use of MMX for now. It cannot be used in i386 packages and on amd64 the compiler already uses SSE. - Support staging. - Support WITH_DEBUG. PR: ports/173741 [1] Submitted by: Jeremy Huddleston Sequoia <jeremyhu@freedesktop.org> [1] Notes: svn path=/head/; revision=330760
* 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
* Convert USE_GNOME=pkgconfig -> USES=pkgconfigBaptiste Daroussin2013-08-311-7/+2
| | | | | | | | Convert USE_GNOME=gnomehack -> USES=pathfix Convert USE_GMAKE -> USES=gmake Notes: svn path=/head/; revision=325750
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Mark port MAKE_JOBS_SAFE for SMP compilationMartin Matuska2009-08-121-0/+1
| | | | Notes: svn path=/head/; revision=239371
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Remove patches which are no longer necessary with the last update.Wesley Shields2009-05-048-104/+0
| | | | Notes: svn path=/head/; revision=233212
* - Update to 1.0.2Wesley Shields2009-05-043-6/+16
| | | | | | | | PR: ports/133477 Submitted by: Paul <onemda@gmail.com> Notes: svn path=/head/; revision=233209
* Update to 0.7.0Michael Johnson2007-06-262-5/+5
| | | | Notes: svn path=/head/; revision=194309
* - Don't use gcc3.4 on -CURRENTMichael Johnson2007-05-301-2/+1
| | | | | | | - Bump PORTREVISION since gcc3.4 causes problems with dirac in vlc Notes: svn path=/head/; revision=192429
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-0/+1
| | | | Notes: svn path=/head/; revision=183519
* - Don't install programming reference PORTDOCS since we now have dirac-referenceMichael Johnson2006-09-242-1655/+33
| | | | Notes: svn path=/head/; revision=173723
* - Update pkg-descrMichael Johnson2006-08-292-8/+2
| | | | | | | - Adopt port for multimedia@ Notes: svn path=/head/; revision=171609
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | | - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170651
* Fix pkg-plist.Bruce M Simpson2006-08-072-0/+2
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=169949
* Update dirac to version 0.6.0. Fix PORTDOCS.Bruce M Simpson2006-08-0213-40/+1726
| | | | | | | | | | Drop maintainership; regrettably I do not have the time or resources to commit to maintenance of this port in future. PR: ports/101237 Notes: svn path=/head/; revision=169456
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Don't pass the -d switch to cp(1) as it is a linux-ism.Bruce M Simpson2005-02-283-0/+35
| | | | | | | | PR: ports/78086 Submitted by: conrads at cox dot net (with cleanups) Notes: svn path=/head/; revision=130027
* Update to 0.5.0.Bruce M Simpson2005-01-143-71/+32
| | | | Notes: svn path=/head/; revision=126428
* Update the Dirac codec to 0.4.3.Bruce M Simpson2004-10-083-66/+83
| | | | | | | | Approved by: portmgr Submitted by: Michael Johnson Notes: svn path=/head/; revision=118582
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* BROKEN on 4.x: Does not compileKris Kennaway2004-05-291-1/+7
| | | | Notes: svn path=/head/; revision=110252
* Requires GCC 3.3 or better.Bruce M Simpson2004-05-201-0/+1
| | | | Notes: svn path=/head/; revision=109552
* Dirac is a next-generation open-source video codec designed at the BBC.Bruce M Simpson2004-05-114-0/+94
Notes: svn path=/head/; revision=108922