aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gmtk
Commit message (Collapse)AuthorAgeFilesLines
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-0/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* multimedia/gmtk: new rpmfusion MASTER_SITES to unbreakmarino2016-09-211-3/+1
|
* GOOGLE_CODE has gone away.mat2016-09-141-0/+2
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* Most commonly used build systems support silent builds, when theyamdmi32016-09-101-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-031-1/+1
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* - Update to version 1.0.9 [1]riggs2014-10-263-105/+73
| | | | | | | | | - Simplify Makefiles [1] - Fix build problem in gecko-mediaplayer with xulrunner>=30 [2] PR: 194498 Submitted by: tkato432@yahoo.com [1] Reviewed by: riggs [2]
* Add USES=libtool and INSTALL_TARGET=install-striptijl2014-07-172-5/+7
|
* Fix some non default LIB_DEPENDSbapt2014-07-161-1/+1
| | | | With hat: portmgr
* - Stage supportmiwi2014-01-281-3/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | multimedia)
* - Convert to new perl frameworkmat2013-08-031-2/+2
| | | | - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-1/+1
| | | | Approved by: portmgr (bapt)
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-2/+1
|
* Update to 1.0.8.jkim2013-03-072-4/+5
|
* Attempt to remove an NLS directory.jkim2013-02-231-0/+2
|
* Add LICENSE, add USE_LDCONFIG and fix NOPORTDOCS.jkim2013-02-231-0/+10
|
* GNOME MPlayer Toolkit is a library for gnome-mplayer and gecko-mediaplayer.jkim2013-02-234-0/+147
libgmlib - a set of functions that support non-graphical operations libgmtk - a set of gtk widgets to use with gnome-mplayer WWW: http://code.google.com/p/gmtk/