aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gnome-mplayer
Commit message (Collapse)AuthorAgeFilesLines
* Remove the BRAINZ3 option.jhale2018-08-011-13/+5
| | | | | | | | | The webservice provided by audio/libmusicbrainz3 will cease operation on 2018-08-01. Libmusicbrainz3 has been marked deprecated for 6 months and is scheduled for removal. https://blog.musicbrainz.org/2018/02/01/web-service-ver-1-0-ws-1-will-be-removed-in-6-months/ While here, convert the rest of the options logic to options helpers.
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-1/+1
| | | | | PR: 218658 Submitted by: riggs
* 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/gnome-mplayer: new ubuntu MASTER_SITE to unbreakmarino2016-09-212-5/+6
| | | | | The distfile name changed but the hash still matches. The WRKSRC had to be explicitly defined with the distname change.
* 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-11/+11
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to version 1.0.9 [1]riggs2014-10-263-90/+49
| | | | | | | | | - 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]
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Switch to USES=libtool, drop .la filesamdmi32014-07-231-1/+1
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* Support LIBS like LDFLAGS.tijl2014-06-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* Unbreak, for some reasons the glib schema files are not installedantoine2014-04-061-3/+3
| | | | | Reported by: pkg-fallout PR: ports/187568
* Disable nautilus support, not compatibly with nautilus 3.x.kwm2014-03-122-77/+73
| | | | | | There is no --disable-nls configure flag so remove the option. Use new LIB_DEPENDS syntax, stagify. Add desktop-file-utils, and add missing GLIB_SCHEMAS.
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | multimedia)
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Fix build with linker that does not copy the dt_need from libraries it linksbapt2013-07-261-3/+2
| | | | | | | | | with like recent binutils. [1] While here: - Remove useless MACROS - Convert from USE_GMAKE to USES=gmake Obtained from: DPorts [1]
* - Update to 7.31.0sunpoet2013-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* Add missing USE_GMAKE.stefan2013-05-141-0/+1
| | | | | PR: 169807 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* Update to 1.0.8.jkim2013-03-072-3/+3
|
* Add LICENSE.jkim2013-02-231-0/+2
|
* Update to 1.0.7.jkim2013-02-233-68/+92
|
* Fix DOCS option.jkim2013-02-221-1/+1
|
* Convert to new options frameworkbapt2013-02-211-22/+17
|
* - Reassign ports from avl@ back to pool at his request.fluffy2013-02-211-1/+1
| | | | | Submitted by: avl via IM Approved by: avl via IM
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ↵kwm2011-08-241-2/+2
| | | | needed.
* Chase libgpod shlib version bump.danfe2011-03-151-1/+2
|
* - Update to 1.0.0avl2010-12-273-5/+10
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
|
* - Update to 0.9.9.2avl2010-05-033-12/+37
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Chase audio/libgpod shlib bumpmiwi2009-08-081-2/+2
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* Change MAINTAINER on my ports to my FreeBSD email addressavl2009-05-291-1/+1
| | | | Approved by: tabthorpe (mentor)
* - Allow to build with MAKE_JOBS_SAFEmiwi2009-04-011-0/+2
| | | | | | | - Move some ports to SF macro PR: 133124 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
* - Update to 0.9.5beat2009-03-173-5/+20
| | | | | | PR: ports/132661 Submitted by: Alexander Logvinov <ports AT logvinov.com> (maintainer) Approved by: miwi (mentor)
* GNOME MPlayer is a simple GUI for MPlayer. It is intended to be a nice tightmiwi2009-03-014-0/+114
player and provide a simple and clean interface to MPlayer. GNOME MPlayer has a rich API that is exposed via DBus. Using DBus you can control a single or multiple instances of GNOME MPlayer from a single command. The player can be used to play media on websites when used with Gecko Mediaplayer WWW: http://kdekorte.googlepages.com/gnomemplayer PR: ports/131971 Submitted by: Alexander Logvinov <ports at logvinov.com>