Commit graph

8806 commits

Author SHA1 Message Date
Tijl Coosemans
6d8b323ab0 Replace some dependencies on libtool with USES=libtool:build or a
dependency on libtoolize
2014-08-10 19:26:38 +00:00
John Marino
2ea7d9cdbf multimedia/aegisub: Upgrade version 3.1.3 => 3.2.0
PR:		192479
Submitted by:	Ports Fury
2014-08-10 12:13:15 +00:00
Juergen Lock
0112fd156b Bandaid fix after alsa update until I get to update the vdr ports properly.
Reported by:	antoine
2014-08-09 23:52:55 +00:00
Danilo Egea Gondolfo
78495d4431 - Update from 1.4.2 to 1.5
- Change INSTALL_TARGET to install-strip

PR:		192535
Requested by:	Jordan Irwin <antumdeluge@gmail.com>
2014-08-09 23:32:46 +00:00
Antoine Brodin
ada64d7a9c Add a patch to fix the build of gstreamer-plugins-cdio with new libcdio
Obtained from upstream:
http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/patch/?id=6700410efb1786e5a40f45515574a1bf713ba011

Approved by:	kwm
2014-08-09 21:24:16 +00:00
Kurt Jaeger
3e364dcb58 New port: multimedia/mjpg-streamer
MJPG-streamer takes JPGs from Linux-UVC compatible webcams, filesystem or
other input plugins and streams them as M-JPEG via HTTP to webbrowsers,
VLC and other software. It is the successor of uvc-streamer, a Linux-UVC
streaming application with Pan/Tilt

WWW: http://sourceforge.net/projects/mjpg-streamer/

PR:		181527
Submitted by:	kozlov.sergey.404@gmail.com
2014-08-09 20:33:06 +00:00
Tilman Keskinoz
c15e999d11 Bump PORTREVISION for libcdio update
Reported by:	bar
2014-08-09 19:50:32 +00:00
Antoine Brodin
bca2a1abb7 Remove CDIO from OPTIONS_DEFAULT and mark it BROKEN 2014-08-09 16:55:00 +00:00
Marcus von Appen
900db324a3 Convert the Python framework bits to USES=python.
Please use USES=python instead of USE_PYTHON.

  USE_PYTHON=yes becomes USES=python
  USE_PYTHON=2.7+ becomes USES=python:2.7+
  USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
  ...

A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;

  PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
  PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
  PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK
  PYTHON_FEATURES=noegginfo replaces PYDISTUTILS_NOEGGINFO
  PYTHON_FEATURES=concurrent replaces PYTHON_CONCURRENT_INSTALL
  PYTHON_FEATURES=pythonprefix replaces USE_PYTHON_PREFIX

Some knobs have been deprecated and are to be removed in the near future:

  PYTHON_MASTER_SITES - use MASTER_SITE_PYTHON instead
  PYTHON_PKGNAMESUFFIX - use PYTHON_PKGNAMEPREFIX instead
  PYDISTUTILS_INSTALLNOSINGLE - deprecated without replacement

Some knobs have been removed completely:

  PYTHON_MASTER_SITE_SUBDIR
  PYTHON_DISTNAME
  PYTHON_WRKSRC

Several variables specific to the Python framework are no longer passed to the
build environment to avoid polluting dependency builds.

  PYTHON_VERSION is not passed to .MAKEFLAGS anymore
  PYTHON_DEFAULT_VERSION,
  PYTHON_DEFAULT_PORTVERSION and
  PYTHONBASE are not passed to the make environment anymore

The conversion required a couple of ports to be updated to fit the changes and
new requirements. Those included "bsd.python.mk" directly or contained checks
in places, for which the USES framework would fail to provide correct values.

Python modules directly using the upstream Python package (such as py-tkinter
or py-sqlite3) were updated to avoid using the now unnecessary and remmoved
knobs from "bsd.python.mk".

Phabric:	D399
exp-run:	167368 192357
PR:		167368 192357
Reviewed by:	antoine, wg
Exp-run award:	antoine
With hat:	python@
Approved by:	portmgr
2014-08-09 15:44:27 +00:00
Antoine Brodin
33b76e86b8 Unbreak
Pointy hat:	arved
2014-08-09 13:09:42 +00:00
Tilman Keskinoz
80b3ab923d Chase library dependencies after libcdio <-> libcdio-paranoia split
PR:		192271
2014-08-09 10:06:54 +00:00
Thomas Zander
f1c951e40d - Add NO_ARCH (this port installs just headers)
PR:		192384
Submitted by:	jbeich@vfemail.net
Approved by:	mentors (implicit)
2014-08-09 07:27:44 +00:00
Koop Mast
ce909f7de9 Copy the gnonlin gstreamer plugin, and update to 1.2.1. This plugin is
for gstreamer 1.x.

PR:		187646 (based on)
Submitted by:	Olivier Duchateau
2014-08-08 20:37:41 +00:00
Koop Mast
8e0b019b1b Add Gstreamer python bindings for Gstreamer 1.x.
Add python2 and python3 flavors.
USE_GSTREAMER1 entries will be made when I figure out how adapt
bsd.gstreamer.mk to the dual python flavors.

PR:	ports/187647 (merged/based on)
Submitted by:	Olivier Duchateau
2014-08-08 20:27:39 +00:00
Guido Falsi
ed60256cfd Distfile rerolled, update distinfo.
No changes in content.

PR:		192450
Submitted by:	glerak <karelgal at seznam.cz>
2014-08-06 20:19:03 +00:00
Dmitry Marakasov
17e215fe40 - Fix plist for LIRC case
Approved by:	portmgr blanket
2014-08-06 16:08:01 +00:00
Guido Falsi
0387f1d7e1 Distfile rerolled, update distinfo.
No changes in content.

PR:		192436
Submitted by:	marino@
2014-08-06 14:53:08 +00:00
Tijl Coosemans
74a7f8c73c Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.

PR:		192342
Approved by:	portmgr (implicit, bump unstaged ports)
2014-08-05 22:13:29 +00:00
William Grzybowski
1fd3df1d84 multimedia/py-mlt: support stage
PR:		192360
Submitted by:	christian.mangin gmail com
2014-08-04 22:37:49 +00:00
William Grzybowski
87de6bbbf6 multimedia/openshot: support stage
PR:		192361
Submitted by:	christian.mangin gmail com
2014-08-04 22:19:31 +00:00
Dmitry Marakasov
0f7d483f48 - 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
2014-08-04 15:46:12 +00:00
Kurt Jaeger
bdee884ec7 multimedia/zoneminder: fix syntax error in main php page
PR:		192363
Submitted by:	p-fbsd-bugs@ziemba.us
2014-08-04 09:43:03 +00:00
Thomas Zander
0be105295d - Update to upstream version 0.8.0
- Add additonal OPTIONS for replay gain scanner, sid support and
  GNOME/Cinnamon hotkeys
- General cleanups

PR:		188347
Submitted by:	liangtai.s16@gmail.com (maintainer)
Approved by:	mentors (implicit)
2014-08-02 21:03:56 +00:00
Bartek Rutkowski
dcec133efd multimedia/universal-media-server: update 4.0.0-b1 -> 4.0.0
- Fix DISTFILES usage
- Add java category
- Add RESETPREFIX for /var located files
- Fix pkg-plist

PR:		192241
Submitted by:	Dreamcat4 <dreamcat4@gmail.com>
Approved by:	swills (mentor)
2014-08-02 19:01:03 +00:00
Jason E. Hale
32b79de369 - Convert to options helpers
- Standardize a few option names
- Bump PORTREVISON since option names have changed

PR:		187687
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2014-08-02 12:35:28 +00:00
Kurt Jaeger
49b576cccd multimedia/zoneminder: add missing files/patch-src_zm_thread.h
patch-src_zm_thread.h fixes the break on HEAD

PR:		192123
Submitted by:	p-fbsd-bugs@ziemba.us
2014-08-02 09:10:34 +00:00
Dmitry Marakasov
2d0ee4c570 - Switch devel/libzvbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-08-01 12:54:46 +00:00
Mark Felder
873f3348a5 Plexpass users are also supposed to get access to 0.9.9.13.525 2014-08-01 11:38:32 +00:00
Mark Felder
15ebc9eac3 Update to 0.9.9.13.525 2014-07-31 18:55:37 +00:00
Rusmir Dusko
b4b8f61f4e - Update to 20140607, announce message:
* Add the Numix-remix theme, by  Robert Streeter (rstreeter78 at gmail dot com),
    icons from The Numix Project.
2014-07-30 13:20:08 +00:00
Kurt Jaeger
b95d127471 security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
2014-07-30 03:57:23 +00:00
Adam Weinberger
aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00
Adam Weinberger
fff296bfe7 Convert a bunch of USE_XZ to USES=tar:xz.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:07:39 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Marcus von Appen
91b7fb7247 - Fix the implicit requirement lines of the pkg-config files to use libav's
files and libraries and not ffmpeg's

PR:		ports/192219
Submitted by:	Adriaan de Groot <groot@kde.org>
2014-07-29 16:35:30 +00:00
Raphael Kubo da Costa
18dd938458 Unbreak after r363240.
The version here needs to be kept in sync with multimedia/phonon's. Another
pointy hat to my growing collection.

Submitted by:	antoine
2014-07-29 16:31:41 +00:00
Raphael Kubo da Costa
0a498c0f89 Unbreak `make fetch'.
No more late night commits, I promise.

Submitted by:	vanilla@
2014-07-29 07:00:18 +00:00
Adam Weinberger
7f36934d44 Rename multimedia/ patch-xy patches to reflect the files they modify. 2014-07-29 01:31:13 +00:00
Raphael Kubo da Costa
cede34a5e5 Update to 0.7.2.
* Initialize libvlc with appropriate arguments on OS X
* Prevent libvlc 2.2 argument warnings by not using the deprecated
  --album-art argument when building against 2.2. This argument will be
  removed entirely in a future feature release as its presence only
  reflected the libvlc default behavior anyway.
* Ensure playback is terminated when encountering an invalid queued
  MediaSource [#330154].
* Prevent a crash when when GUIs call setCdTrack on a not-yet-ready
  MediaPlayer [#329121].
2014-07-28 20:08:18 +00:00
Raphael Kubo da Costa
cafe528183 Update to 4.7.2.
* Prevent assertation failures with Qt 5 by not unlocking mutexes that have
  not been previously locked.
* Convert a direct call chain to QApplication::syncX() to a Qt queued call
  to prevent cross-thread usage of X11, ultimately causing XIO errors and
  crashes [#327367, #332977].
2014-07-28 20:07:17 +00:00
Raphael Kubo da Costa
7f01ed12db Update to 4.7.2.
This is a minor bug fix release:
* Fix CMake 3 compatibility by synchronizing the FindQt4.cmake module from
  kdelibs git.
* Prevent possible internal infinite loop call chains when trying to handle
  backend construction in simulation mode (i.e. without actual backend being
  installed on the system).
* When not building with PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT, make
  sure that the relative Qt paths are set according to whether the build is
  meant for Qt4 or 5. Previously this would always install to a path for
  qt5.
2014-07-28 19:42:11 +00:00
Dmitry Marakasov
bbd974d44e - Strip library
- Add .so link to .so.N library
2014-07-28 01:20:06 +00:00
Grzegorz Blach
dc30a09198 - Update to 0.4.2 2014-07-27 18:13:01 +00:00
Thomas Zander
86af6ed101 - Fix hidden dependency on xdamage
- Bump PORTREVISION

PR:		175940
Submitted by:	Pawel Pekala <pawel@FreeBSD.org>
Approved by:	mentors (implicit)
MFH:		2014Q3
2014-07-27 10:58:31 +00:00
Kurt Jaeger
e578190ffd multimedia/zoneminder: STAGE support and compilation fixes for 10.x.
PR:		192123
Submitted by:	p-fbsd-bugs@ziemba.us (G. Paul Ziemba)
2014-07-26 20:06:40 +00:00
Thomas Zander
d2a12805c5 - Make gstreamer{,1}-plugins-{good,bad,ugly} respect MAKE_JOBS during build
PR:		189096
Submitted by:	jiashiun@gmail.com
Approved by:	mentors (implicit)
2014-07-26 07:23:15 +00:00
Dmitry Marakasov
95838697bd - Bump PORTREVISION after last change
Suggested by:	nox (maintainer)
2014-07-26 00:21:30 +00:00
Dmitry Marakasov
7b97c65789 - Fix check for a file which is generated during build. .if exists might not work in this case
Approved by:	nox (maintainer)
2014-07-26 00:17:44 +00:00