notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/quodlibet/Makefile

Number of commits found: 71

Saturday, 24 Feb 2024
21:34 Muhammad Moinur Rahman (bofh) search for other commits by this committer
multimedia/quodlibet: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 6c3c0ff0028f3c1b81c797152944e2d1bf043dc7 commit hash: 6c3c0ff0028f3c1b81c797152944e2d1bf043dc7 commit hash: 6c3c0ff0028f3c1b81c797152944e2d1bf043dc7 commit hash: 6c3c0ff0028f3c1b81c797152944e2d1bf043dc7 6c3c0ff
Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
multimedia: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron LI <aly@aaronly.me>
  *  Alexander Botero-Lowry <alexbl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <andy@fud.org.nz>
  *  Andrew Thompson <thompsa@FreeBSD.org>
  *  Angel Carpintero <ack@telefonica.net>
  *  Anish Mistry (with help from mean)
  *  Anonymous <swell.k@gmail.com>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Ashish Shukla <wahjava@gmail.com>
  *  Ben Woods <woodsb02@FreeBSD.org>
  *  Brian Somers <brian@FreeBSD.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Byung-Hee HWANG <bh@izb.knu.ac.kr>
  *  Charlie Kester <corky1951@comcast.net>
  *  Chess Griffin <chess@chessgriffin.com>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Hein <chein@FreeBSD.org> & Jim Overholt <overholt@isdw.net>
  *  Daniel Morante <daniel@morante.net>
  *  Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
  *  Dierk Sacher <dierk@blaxxtarz.de>
  *  Dreamcat4 <dreamcat4@gmail.com>
  *  Earl Gay <earl@eeg3.net>
  *  Ed Schouten <ed@FreeBSD.org>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Felix Palmen <felix@palmen-it.de>
  *  Franz Bettag <franz@bett.ag>
  *  FreeBSD GNOME Team <gnome@freebsd.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Harold Gutch <logix@foobar.franken.de>
  *  Heiner <h.eichmann@gmx.de>
  *  Heiner Eichmann <h.eichmann@gmx.de>
  *  Hendrik Scholz <hendrik@scholz.net>
  *  Herbert J. Skuhra <h.skuhra@gmail.com>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Holger Lamm
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jason Harmening <jason.harmening@gmail.com>
  *  Jille Timmermans (jille@quis.cx)
  *  Juergen Lock <nox@FreeBSD.org>
  *  Juergen Lock <nox@jelal.kn-bremen.de>
  *  KalleDK <plexmaintainer@k-moeller.dk>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Koop Mast <kwm@rainbow-runner.nl>
  *  Kozlov Sergey <kozlov.sergey.404@gmail.com>
  *  Kris Moore
  *  Kuan-Chung Chiu <buganini@gmail.com>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Leinier Cruz Salfran <salfrancl@yahoo.es>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  Manuel Creach <manuel.creach@icloud.com>
  *  Marc van Woerkom <3d@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Neubauer <m.ne@gmx.net>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Nottebrock <michaelnottebrock@gmx.net>
  *  Michael Nottebrock <michaelnottebrock@gmx.net> et al
  *  Mina Naguib <webmaster@topfx.com>
  *  Mykola Dzham <i@levsha.me>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Pascal Vizeli <pvizeli@yahoo.de>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Petar Zhivkov Petrov <pesho.petrov@gmail.com>
  *  Phil Oleson
  *  Phil Oleson <oz@nixil.net>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Raaf <freebsd@luna.afraid.org>
  *  Randall Hopper <aa8vb@nc.rr.com>
  *  Rodrigo OSORIO <rodrigo@FreeBSD.org>
  *  Rozhuk Ivan 2018 <rozhuk.im@gmail.com>
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Rozhuk Ivan rozhuk.im@gmail.com
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Stacey Son <mythdev@son.org>, Ari Maniatis <ari@ish.com.au>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas E. Zander
  *  Thomas E. Zander with help from Vladimir Kushnir
  *  Vladimir Kondratiev <wulf@mail.mipt.ru>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Grzybowski <william88@gmail.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Zastupov Stepan [RedChrom] <redchrom@mail.ru>
  *  adamw
  *  alex
  *  arved
  *  erich@FreeBSD.org
  *  freebsd-ports@evilcode.net
  *  giffunip@asme.org
  *  ijliao
  *  kamikaze@bsdforen.de
  *  michael johnson <ahze@ahze.net>
  *  mikael.urankar@gmail.com
  *  mm
  *  nox@FreeBSD.org
  *  osa
  *  pb@FreeBSD.org
  *  piero
  *  se@FreeBSD.org
  *  sumikawa

With hat:	portmgr
commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 63f36d3
Saturday, 30 Apr 2022
08:03 Tobias C. Berner (tcberner) search for other commits by this committer
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk

- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree

Differential Revision: https://reviews.freebsd.org/D35097
commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 ca3f925
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 19 Oct 2020
06:46 fernape search for other commits by this committer
multimedia/quodlibet re-add with latest version 4.3.0

Repo-copied from @548979.

PR was filed just the day after the port was deleted. The new version works fine
with modern versions of Python. Builds in {11.4,12.1}[amd64,i386] and 13-current
amd64. Run tested fine in 12.1 amd64.

Submitter claims maintainership (already maintaininer for multimedia/playerctl).

ChangeLog:
https://quodlibet.readthedocs.io/en/latest/changelog.html#release-4-3-0

PR:	249483
Submitted by:	aly@aaronly.me (maintainer)
Original commitRevision:552712 
Sunday, 8 Mar 2020
17:01 antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
Original commitRevision:528058 
Friday, 8 Nov 2019
13:59 tobik search for other commits by this committer
multimedia: Add missing USES={gl,gnome,sdl,xorg}
Original commitRevision:517065 
Tuesday, 27 Aug 2019
12:12 riggs search for other commits by this committer
Chase multimedia/mp4v2 update; bump PORTREVISIONS of dependent ports

PR:		212785
Original commitRevision:510006 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Thursday, 5 Apr 2018
20:13 tobik search for other commits by this committer
www/webkit2-gtk3: Update to 2.20.0

- Add WAYLAND option
- Bump PORTREVISION of dependents
- Fix build of epiphany 3.24.2 with newer WebKit versions

PR:		223733
Submitted by:	Greg V <greg@unrelenting.technology> (initial update to 2.18.3)
Reviewed by:	Ting-Wei Lan <lantw44@gmail.com>
Approved by:	gnome (maintainer timeout, too long)
Security:	1ce95bc7-3278-11e8-b527-00012e582166
MFH:		2018Q2
Differential Revision:	https://reviews.freebsd.org/D14872
Original commitRevision:466598 
Tuesday, 13 Mar 2018
20:03 amdmi3 search for other commits by this committer
- Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
Original commitRevision:464401 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Saturday, 22 Jul 2017
11:35 kwm search for other commits by this committer
Update GStreamer1 ports to 1.12.2.

Rework the adding of dependancies in Mk/bsd.gstreamer.mk.
Previous when using USE_GSTREAMER[1] it would just add the request modules to
BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code
didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for
the libraries they carried, even if they where present via the plugins! The new
code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have
all the libraries included.

* The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding.
Switch over ports that used the gstreamer1 mad plugin.
* gtksink plugin renamed -> gtk
* Hook up the sndio plugin into the framework
* Add some indirect dependacies where needed
* Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When
changing plugins it doesn't result in multiple lines being changed.
* Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed.
* Depend on libunwind on i386/amd64, GStreamer links to it if it is present.

PR:		220753
Exp-run by:	antoine@
Original commitRevision:446388 
Saturday, 18 Feb 2017
15:23 riggs search for other commits by this committer
Chase wavpack update: bump PORTREVISION on ports linking to it by default

PR:		216847
Reported by:	pkubaj@anongoth.pl
MFH:		2017Q1
Original commitRevision:434359 
Saturday, 28 May 2016
08:15 woodsb02 search for other commits by this committer
multimedia/quodlibet: Update to 3.6.2
- Move to gtk3 and gstreamer-1.0 [1]
- Add dependencies on musicbrainzngs, notification-daemon, libsoup,
libwebkit2gtk-4.0, pygobject3 [1]
- Remove gconf, python, musepack from USE_GSTREAMER (not in gstreamer 1.0)
- Change name of gstreamer mp3 plugin from mp3 to mad (per gstreamer 1.0 ports)
- Add LICENSE_FILE, and general port tidy-up
- Update WWW link to new project site
- Remove pkg-message regarding adding new plugins, as they are now bundled [1]

  [1] https://quodlibet.readthedocs.org/en/latest/packaging.html

Changes this release:
  https://quodlibet.readthedocs.org/en/latest/changelog.html

PR:		208988
Reviewed by:	mat (mentor)
Approved by:	johnson.peter@gmail.com (maintainer timeout), adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6604
Original commitRevision:415979 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 2 Aug 2015
20:23 kwm search for other commits by this committer
Part 1 of adding USE_GNOME=intltool to ports that require it.

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@
Original commitRevision:393444 
Saturday, 1 Aug 2015
07:46 pawel search for other commits by this committer
- Remove EXTENSIONS option it depended on USE_GNOME=pygnomeestras
  funcionality removed in r372768
- Make depends path independent
- Use option helpers for better clarity

PR:		201328
Submitted by:	myslef
Approved by:	maintainer timeout
Original commitRevision:393388 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Tuesday, 21 Oct 2014
17:22 mva search for other commits by this committer
- Convert ports of multimedia/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371331 
Monday, 4 Aug 2014
15:46 amdmi3 search for other commits by this committer
- Switch audio/musepack to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix audio/abcde by requiring python
- Fix audio/moc plist with MUSEPACK enabled

Approved by:	portmgr blanket
Original commitRevision:364024 
Friday, 25 Jul 2014
20:09 amdmi3 search for other commits by this committer
- Switch multimedia/mp4v2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:362926 
Monday, 7 Jul 2014
15:31 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
Original commitRevision:361099 
Sunday, 11 May 2014
14:37 riggs search for other commits by this committer
Un-break install, but while on it
- Update port to upstream release 2.6.3
- Use correct download URL (move from Google code to bitbucket)
- Add LICENSE
- USE_* -> USES
- Generate plist via pydistutils
- Use SPC option on i386 only, it's not supported elsewhere
- Stagify
- Change URLs in pkg-message (pointing to bitbucket), simplify

Special thanks to Carlos (submitter) for reviewing, and to
Christoph Reiter (Quodlibet project) for fixing the '--record'
option for Quodlibet with pydistutils.

PR:		ports/187263
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Reviewed by:	submitter
Approved by:	thierry (mentor), maintainer timeout
MFH:		2014Q2
Original commitRevision:353703 
Sunday, 20 Apr 2014
20:17 antoine search for other commits by this committer
Mark broken, fails to install
riggs@ and the maintainer are working on an update

PR:		ports/187263
Reported by:	pkg-fallout
With hat:	portmgr
Original commitRevision:351641 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Wednesday, 5 Jun 2013
01:18 jgh search for other commits by this committer
- adoption of optionsNG
- while here convert to USES for py-periscope

Approved by:	portmgr (bapt)
Original commitRevision:319944 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 25 Feb 2011
08:46 miwi search for other commits by this committer
- Get rid (RUN|BUILD) PYCTYPES since py25 is default in python
Original commit
00:47 miwi search for other commits by this committer
- Move to py25 or above
- While here kick md5 support
Original commit
Friday, 1 Oct 2010
21:49 makc search for other commits by this committer
Switch to audio/musepack from deprecated audio/libmpcdec

PR:             ports/150510
Submitted by:   Ganael Laplanche <ganael.laplanche at martymac.org>
Approved by:    maintainer timeout (> 2 weeks)
Original commit
Wednesday, 11 Aug 2010
20:58 makc search for other commits by this committer
Chase multimedia/mp4v2 update.

PR:             ports/148643
Submitted by:   Christopher Key <cjk32 at cam.ac.uk>
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Saturday, 10 Apr 2010
14:38 sylvio search for other commits by this committer
- Chase wavpack's lib dump

Approved by:    itetcu (mentor, implicit)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Wednesday, 10 Mar 2010
17:37 miwi search for other commits by this committer
- Update to 2.2

PR:             144094
Submitted by:   "J.D. Morris" <jdm720@gmail.com>
Approved by:    maintainer
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Friday, 23 Jan 2009
16:28 flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Original commit
Friday, 6 Jun 2008
13:48 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Thursday, 4 Oct 2007
02:01 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Thursday, 7 Jun 2007
14:04 ahze search for other commits by this committer
Switch from using mad to mp3 in USE_GSTREAMER
Original commit
Wednesday, 6 Jun 2007
17:26 miwi search for other commits by this committer
- Update to 1.0

PR:             113354
Submitted by:   Peter Johnson <johnson.peter@gmail.com> (maintainer)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Sunday, 25 Feb 2007
20:05 ahze search for other commits by this committer
Chase lib version bump in libmpcdec
Original commit
Tuesday, 30 Jan 2007
13:34 ahze search for other commits by this committer
- Add a site to MASTER_SITES
- Fix OPTIONS to match test [1]

PR:             ports/108535
                ports/108531 [1]
Submitted by:   ahze [1]
                Peter Johnson <johnson.peter@gmail.com> (maintainer)
Approved by:    maintainer [1]
Original commit
Wednesday, 3 Jan 2007
02:19 mezz search for other commits by this committer
Chase wavpack's shared library version bump, bump PORTREVISION on these ports.
Original commit
Thursday, 28 Dec 2006
18:46 mezz search for other commits by this committer
- Add the gstreamer-plugins-good dependency to make ID3 tags to be playable,
  bump the PORTREVISION.
- Remove USE_GSTREAMER=yes, taken care by USE_GSTREAMER=foobar
- Move from (BUILD|RUN)_DEPENDS=[...]py-gstreamer to USE_GSTREAMER=python
- Move from (BUILD|RUN)_DEPENDS=[...]py-gnome-extras to USE_GNOME+=pygnomeextras

PR:             ports/107256
Submitted by:   Peter Johnson <johnson.peter@gmail.com> (maintainer)
Original commit
Sunday, 10 Dec 2006
23:47 alexbl search for other commits by this committer
 - Use PYCTYPES macro to assure compatability with Python 2.5

Approved by:    Peter Johnson <johnson.peter@gmail.com> (maintainer)
Original commit
Wednesday, 29 Nov 2006
16:35 rafan search for other commits by this committer
- Update to 0.24
- Add dbus support option
- Remove patches merged into upstream

PR:             ports/105897
Submitted by:   Peter Johnson <johnson.peter at gmail.com> (maintainer)
Original commit
Wednesday, 27 Sep 2006
03:09 alexbl search for other commits by this committer
- update to 0.23.1
- transfer maintainership to submitter

PR:             102631
Submitted by:   Peter Johnson <johnson.peter@gmail.com>
Approved by:    novel (mentor), maintainer timeout (3 weeks)
Original commit
Saturday, 23 Sep 2006
20:42 linimon search for other commits by this committer
Reassign from inactive maintainer, to new maintainer who has been submitting
PRs for updates.

Hat:            portmgr
Original commit
Saturday, 2 Sep 2006
16:51 kris search for other commits by this committer
Schedule these broken ports for termination on 2006-12-01
Original commit
Saturday, 15 Jul 2006
21:49 linimon search for other commits by this committer
Mark as broken: fails to install/deinstall cleanly.
Original commit
Sunday, 18 Jun 2006
09:33 vd search for other commits by this committer
Update from 0.17.1 to 0.21.1

PR:             ports/96898
Submitted by:   Peter Johnson <johnson.peter@gmail.com>
Approved by:    ChangBom Yoon <changbom.yoon@gmail.com> (maintainer)
Original commit
Saturday, 29 Apr 2006
23:03 ahze search for other commits by this committer
- Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves

Repocopied by:  marcus [1]
Original commit
Monday, 20 Mar 2006
17:55 pav search for other commits by this committer
- Mark broken also on ia64

Reported by:    krismail
Original commit
Friday, 20 Jan 2006
23:29 pav search for other commits by this committer
- Update to 0.17.1

PR:             ports/91971
Submitted by:   Byung-Hee HWANG <bh@izb.knu.ac.kr>
Approved by:    ChangBom Yoon <changbom.yoon@gmail.com> (maintainer)
Original commit
Sunday, 15 Jan 2006
01:41 pav search for other commits by this committer
- Mark BROKEN on amd64 and sparc64

PR:             ports/91447 (based on)
Submitted by:   Byung-Hee HWANG <bh@izb.knu.ac.kr> (maintainer)
Original commit
01:40 pav search for other commits by this committer
- Add Remote File Access support
- Add gnome to CATEGORIES
- Fix run dependencies

PR:             ports/91607
Submitted by:   Byung-Hee HWANG <bh@izb.knu.ac.kr> (maintainer)
Original commit
Sunday, 8 Jan 2006
12:36 edwin search for other commits by this committer
[PATCH] multimedia/quodlibet, i18n problem with quodlibet.mo

        QuodLibet's <lang>.mo [1], quodlibet.mo, is not found by
        default on FreeBSD.  The path of i18ndir is responsible for
        it.

        [1]
<URL:http://www.sacredchao.net/quodlibet/wiki/Development/Translation>
Submitted by:   Byung-Hee HWANG <bh@izb.knu.ac.kr>
PR:             ports/91473
Approved by:    Chang bom Yoon <changbom.yoon@gmail.com>
Original commit
Saturday, 7 Jan 2006
02:13 edwin search for other commits by this committer
[PATCH] multimedia/quodlibet: FLAC Format support

        - FLAC [1] Format support
        - [1] http://flac.sourcefor

PR:             ports/91388
Submitted by:   Byung-Hee HWANG <bh@izb.knu.ac.kr>
Original commit
Wednesday, 4 Jan 2006
21:16 edwin search for other commits by this committer
[UPDATE] multimedia/quodlibet: update to 0.16

        - Update to 0.16
        - Give away maintainership to changbom.yoon@gmail.com

PR:             ports/91308
Submitted by:   Byung-Hee HWANG <bh@izb.knu.ac.kr>
Original commit
Wednesday, 28 Dec 2005
01:00 pav search for other commits by this committer
Quod Libet is a GTK+-based audio player written in Python.

PR:             ports/90627
Submitted by:   Byung-Hee HWANG <bh@izb.knu.ac.kr>
Original commit

Number of commits found: 71