Commit graph

8768 commits

Author SHA1 Message Date
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
Dmitry Marakasov
08c0d3f61b - Drop .la files, no dependees require them and they are not used to load plugins
Approved by:	portmgr blanket
2014-07-25 20:36:54 +00:00
Dmitry Marakasov
6763f2ce33 - Switch multimedia/mp4v2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-25 20:09:16 +00:00
Pawel Pekala
a28c38f247 - Fix fetch by using SourceForge mirrors
- Tarball has been rerolled by author:

http://sourceforge.net/p/lives/mailman/message/32546466/
2014-07-24 22:08:14 +00:00
Baptiste Daroussin
a5ac46e19e Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-24 15:36:50 +00:00
Dmitry Marakasov
25ef0f6dbc - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-24 11:10:09 +00:00
Tijl Coosemans
5f8e35f49e - Add INSTALL_TARGET=install-strip
- Replace two patches with a post-patch command
2014-07-24 11:08:57 +00:00
Tijl Coosemans
3f03686b74 Add USES=libtool and INSTALL_TARGET=install-strip 2014-07-24 11:06:32 +00:00
Dmitry Marakasov
0f8bc35d77 - Switch to USES=libtool, drop .la files
- Fix whitespace

Approved by:	portmgr blanket
2014-07-24 10:22:42 +00:00
Tijl Coosemans
60bea3b31b Remove patches added together with USES=libtool that are no longer needed
after r362656.
2014-07-23 20:33:34 +00:00
Raphael Kubo da Costa
c3f9087c48 Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.
... And bump PORTREVISION on ports that depend on devel/qscintilla2 due to
the shlib version change.

This is brought to you by the KDE on FreeBSD team. Besides updating to newer
upstream releases, this commit also contains a lot of under-the-hood changes
to the PyQt/QScintilla/SIP ports. Their Makefiles had accumulated a lot of
cruft over time, so it was time for some summer cleaning:

- General, belated changes:
  * Use OPTIONS helpers wherever possible, stop including
    <bsd.port.options.mk> when not necessary, stop checking for
    ${PORT_OPTIONS:MDOCS} and ${PORT_OPTIONS:MEXAMPLES} when not necessary,
    add options such as DOCS and/or DEBUG where they were only checked for.

- QScintilla ports:
  * Drop the API option from py-qt4-qscintilla2. It had been broken ever
    since staging support was added, and its existence does not make much
    sense: QScintilla is a hard dependency regardless of the state of this
    option anyway, they all come from the same tarball and the configuration
    script assumes the .api file will always be installed.

- PyQt ports:
  * The configure.py patch shared by all PyQt ports has been trimmed down to
    the minimum. Changes for Qt3 compatibility or for things that are just
    not needed anymore have been removed.

  * Several post-configure targets in the PyQt ports have been removed, as
    they had no effect on the way the ports were built whatsoever.

  * In some cases, instead of calling Python's py_compile.py on `ls *.py
    */*.py */*/*.py` to generate .pyc and .pyo files, we just call
    compileall.py, which is made for this kind of task.

  * The patch + sed hack to build py-qt4-dbussupport has been replaced by
    only extracting the dbus/ directory for that port and excluding it from
    all others.

  * Move the bulk of the code in all Makefiles to bsd.pyqt.mk, like the
    non-Python Qt ports do with bsd.qt.mk and the QT_DIST variable. A large
    portion of all PyQt Makefiles were very similar and contained a lot of
    boilerplate code that can be shared among all of them since they all
    come from the same tarball. bsd.pyqt.mk now has a PYQT4_DIST variable
    that, when set, automatically sets several common variables and the
    do-configure target for a port. This allows us to considerably reduce
    the size of all the py-qt4-* Makefiles.

  * To make the above possible and also to allow us to use as many OPTIONS
    helpers as possible, the ARGS variable is now called CONFIGURE_ARGS.
    That's what it was used for anyway.

PR:		191990
2014-07-23 19:53:11 +00:00
Adam Weinberger
2ac8e45b30 Add USES=readline to fix build on -current. 2014-07-23 13:24:53 +00:00
Tijl Coosemans
c958a48581 Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work
when an older version of a package is installed.  This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries.  For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries.  Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.

With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.

This partially reverts r358784.

PR:		191611
Approved by:	portmgr (bapt)
2014-07-23 10:28:03 +00:00
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00
Dmitry Marakasov
19a363cc1d - Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-23 07:02:54 +00:00
Adam Weinberger
95786c7af1 Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything.

Approved by:	portmgr (not really, but it touches unstaged ports)
2014-07-23 01:45:47 +00:00
Juergen Lock
fd616f4869 Fix build with GME knob.
PR:		192044
2014-07-22 21:31:11 +00:00
Juergen Lock
bc7d8ba282 Update to 1.9.0 - changelog is here:
http://livestreamer.tanuki.se/en/latest/changelog.html#changelog
2014-07-22 18:29:45 +00:00
Koop Mast
0e90ccad24 Fix two problems.
Use class instead of struct for RateCtl in encoderparams.hh. Class RateCtl is
  defined in ratectl.hh and used elsewhere in the code too.
Fix headerguard typo in ontheflyratectlpass[12].hh.

Found by:	Clang
2014-07-22 09:59:01 +00:00
Juergen Lock
4faed76628 Update to 2.1.5 - changelog is here:
https://www.videolan.org/developers/vlc-branch/NEWS
2014-07-21 20:19:49 +00:00
Juergen Lock
1f1e8b02f0 - Fix LIRC knob so that liblirc_client is actually found again.
- Bump PORTREVISION.
2014-07-20 17:34:08 +00:00
Tijl Coosemans
22102e3d2c Fix LIB_DEPENDS
PR:		191972
2014-07-20 15:27:37 +00:00
Sunpoet Po-Chuan Hsieh
38d753e9a6 - Fix PLIST 2014-07-20 04:24:13 +00:00
Sunpoet Po-Chuan Hsieh
2dcf88e11f - Update to 0.7.69
- Update LICENSE
- Update COMMENT
- Update pkg-descr

Changes:	http://mediainfo.sourceforge.net/Log
2014-07-19 16:41:34 +00:00
Sunpoet Po-Chuan Hsieh
df447e861a - Add libmediainfo 0.7.69
MediaInfo is a convenient unified display of the most relevant technical and
tag data for video and audio files.

Read http://mediaarea.net/en/MediaInfo/Support/Formats for supported formats.

WWW: http://mediainfo.sourceforge.net/
2014-07-19 16:40:37 +00:00
Sunpoet Po-Chuan Hsieh
7ccab39671 - Add libzen 0.7.69
MediaInfo is a convenient unified display of the most relevant technical and
tag data for video and audio files.

Read http://mediaarea.net/en/MediaInfo/Support/Formats for supported formats.

WWW: http://mediainfo.sourceforge.net/
2014-07-19 16:38:24 +00:00
Thomas Zander
e75bf3a19e - Update to upstream version 0.11.2
- Project repository has been moved from Google code to GitHub
- Introduce OPTIONS for ASM ENCA FONTCONFIG HARFBUZZ
- BUILD_DEPENDS on yasm for optimized ASM builds

PR:		191874
Submitted by:	Jan Beich <jbeich@vfemail.net>
Approved by:	mentors (implicit)
2014-07-19 14:09:12 +00:00
Thomas Zander
7ad29f7ca5 - Add NLS option
PR:		179701
Submitted by:	nemysis@gmx.ch
Approved by:	mentors (implicit)
2014-07-19 13:18:38 +00:00
Tijl Coosemans
a14d5f8d2d Remove libtool .la files from all Qt ports
Approvedy by:	kde (makc)
2014-07-19 11:09:00 +00:00
Tijl Coosemans
14e2af0516 audio/rhythmbox: drop :keepla
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command

Bump dependent ports
2014-07-18 11:02:58 +00:00
Tijl Coosemans
6965435601 Remove old CFLAGS defined with := instead of +=
Reported by:	des
2014-07-18 09:38:01 +00:00
Guido Falsi
45917fd2f8 - Import bugfix from upstream [1]
- While here, remove check for unsupported release

PR:		191921 [1]
Submitted by:	jiashiun@gmail.com
MFH:		2014Q3
2014-07-17 16:06:31 +00:00
Tijl Coosemans
366ea1e72b - Add USES=libtool and INSTALL_TARGET=install-strip
- Remove -pthread from LDFLAGS because the library doesn't use threading
2014-07-17 16:01:21 +00:00
Tijl Coosemans
1043ee77ce Add USES=libtool and INSTALL_TARGET=install-strip 2014-07-17 15:07:22 +00:00
Tijl Coosemans
4cc6d78538 - USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
2014-07-17 15:04:49 +00:00
Tijl Coosemans
27f41055df - USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
2014-07-17 15:03:59 +00:00
Tijl Coosemans
4c0cc2c6bf Add USES=libtool and INSTALL_TARGET=install-strip 2014-07-17 15:01:43 +00:00
Baptiste Daroussin
d22728a7e8 Fix some non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:26:25 +00:00
Vanilla I. Shu
c622fd296f Stagify. 2014-07-16 06:40:06 +00:00