Commit graph

8264 commits

Author SHA1 Message Date
Jimmy Olgeni
060e35f91c Unbreak on FreeBSD 10. 2014-01-17 13:31:29 +00:00
Pietro Cerutti
9fa2614546 - Convert to USES=tk
- STAGE-clean
2014-01-17 11:28:38 +00:00
Juergen Lock
6a305cc3e4 Sync with multimedia/xbmc-addon-pvr update. 2014-01-16 23:30:59 +00:00
Bernhard Froehlich
7b2ddadce3 - Update to github master rev 9021115 to work with updated multimedia/xbmc
Submitted by:	Antoine Brodin <antoine@FreeBSD.org>
2014-01-16 21:45:46 +00:00
Thomas Zander
a3d52bd9db Fix build problem (subtitler looks for freetype headers in the wrong dir)
PR:		ports/185248
Submitted by:	Kevin Oberman <rkoberman@gmail.com>
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer), thierry (mentor)
2014-01-16 20:03:32 +00:00
Mark Felder
0101c45d3d Mark BROKEN on 10.0+. Bundled python missing patch
Approved by:	swills (mentor, implicit)
MFH:	2014Q1
2014-01-16 15:46:00 +00:00
Pawel Pekala
afc02a1dff Fix build after last commit, QMAKE_ARGS contains $(..) shell invocations
which are interpreted by gmake as variables, escape them.

MFH:		2014Q1
2014-01-15 20:41:46 +00:00
Grzegorz Blach
2d1a99cef5 - Update to 0.3.2 2014-01-15 12:07:20 +00:00
Emanuel Haupt
4b4a4ea94f Update to 6.7.0
Changelog:
http://www.bunkus.org/videotools/mkvtoolnix/doc/ChangeLog
http://www.bunkus.org/blog/
2014-01-14 10:06:44 +00:00
Rene Ladan
50f8eaece1 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)
2014-01-13 21:00:02 +00:00
Rene Ladan
1f0dd45ffd - Also apply shebangfix to files installed in PREFIX/bin
- Bump PORTREVISION

Submitted by:	antoine
2014-01-12 23:24:30 +00:00
Rene Ladan
a88aa94419 - Fix playback by updating to latest GitHub version
- Fix QA targets:
  - apply shebangfix to spotify_web/spotify.py
  - do not compile files for ${PREFIX}/bin [1]
- Bump PORTREVISION

Discussed at:	#freebsd-python [1]
2014-01-12 22:59:06 +00:00
Antoine Brodin
393b3728ac - Update to 13.0 Alpha 11
- Remove external FFMPEG support, xbmc needs a patched one
- New option XRANDR (requested by nox)

PR:		ports/184021
PR:		ports/185466
PR:		ports/185475
Submitted by:	Mickael Maillot (maintainer)
2014-01-12 16:54:01 +00:00
Ashish SHUKLA
a04d8f3d28 - Fix breakage on 9-STABLE due to GCC changes in r260075
PR:		ports/185657
Submitted by:	Helge Oldach <ports-libvpx-jan14 at oldach.net>
2014-01-12 16:08:27 +00:00
Baptiste Daroussin
6fadca7ae4 Switch to lua 5.2 2014-01-12 15:18:33 +00:00
Bernhard Froehlich
0d64ed1ae4 - Add missing DISTNAME which was forgotten in previous commit
Submitted by:	pkg-fallout
Pointyhat to:	decke
2014-01-10 21:11:36 +00:00
Gabor Pali
1a75cb1d44 - Stagify lang/ghc and all the Haskell Cabal ports
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
  ${DO_NADA}, some refactoring

Obtained from:	FreeBSD Haskell
2014-01-09 21:32:12 +00:00
Gabor Pali
f27ca4d0f1 - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt

PR:		ports/184806
Reported by:	many
Obtained from:	FreeBSD Haskell
MFH:		2014Q1
2014-01-09 21:29:39 +00:00
Ashish SHUKLA
60f674b64a - Update to 1.3.0
- Use distfile provided by Debian
- Add dependency on GCC from ports when building on 8.x (amd64) due
  to code generation issue with built-in GCC

PR:		ports/185212
Submitted by:	Jan Beich <jbeich at tormail.org>
2014-01-09 11:30:53 +00:00
Rusmir Dusko
e6c572b764 - Support STAGEDIR
- Add DOCS Option
- Change pkg-plist, remove DOCS
2014-01-07 19:48:48 +00:00
Max Brazhnikov
ba079c9d30 Add port for Qt Designer plugin for Phonon 2014-01-07 10:46:31 +00:00
Max Brazhnikov
1527bd924f - Convert to USES=qmake
Approved by:	maintainer
2014-01-06 16:18:18 +00:00
Max Brazhnikov
7d5e6b666c In preparation for Qt 5 ports:
Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG

Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
  qt4-qtconfig to be built without Phonon support [1]

devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang

devel/qt4-corelib:
- Convert to USES=iconv
- Remove ancient patch

devel/qt4-designer:
- Remove reference to WRKSRC from installed pkgconfig files [2]
- Don't build Qt Designer plugin for Phonon from outdated Qt sources.
  Separate port for plugin will be committed later

devel/qt4-assistant-adp, devel/qt4-libqtassistantclient:
- Convert to USES=qmake

Clean up Qt4 ports:
- Update comments
- Update description; use common description
- Consistently use QT_INCDIR, QT_LIBDIR, etc.
- Use options helpers
- Convert to new LIB_DEPENDS syntax
- Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports
- Rename/move several ports for unification with Qt 5 ports

PR:		ports/184620 [1]
Reported by:	Kevin Zheng <kevinz5000@gmail.com>

PR:		ports/181141 [2]
Reported by:	thierry

PR:		ports/185101
Exp-run by:	bdrewery

This is mostly solely avilla's work in area51, kudos to him! And a couple
commits from myself, so you know who's collecting pointyhats :)
2014-01-06 16:16:52 +00:00
Jimmy Olgeni
b7921e5526 Add staging support. 2014-01-06 11:01:05 +00:00
Andrej Zverev
cdc0ff7798 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 09:14:19 +00:00
Andrej Zverev
d7a605a2ef - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 12:20:02 +00:00
Bernhard Froehlich
3050a079df - Remove traces to my fork on github and fallback to MASTER_SITES.
We will switch to the official tvheadend repository with the next update.
2014-01-04 21:25:31 +00:00
Rene Ladan
ceef4a45c4 Remove expired ports:
2014-01-04 net-im/xfce4-messenger-plugin: Deprecated and no update for 7 years
2014-01-04 multimedia/xfce4-media: Upstream development dead, use multimedia/xfce4-parole instead
2014-01-04 11:53:30 +00:00
Baptiste Daroussin
313cb94889 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +00:00
Marcus von Appen
003c3fd620 - Unbreak build with the new freetype version
- Add X11GRAB option
- Rename V4L2 option to V4L
2014-01-02 10:17:37 +00:00
Tilman Keskinoz
9c913b50d2 New years resolution: Reduce the number of ports i maintain, but don't use 2014-01-02 09:15:39 +00:00
Koop Mast
330437c238 Remove left over directory.
Submitted by:	QaT
2014-01-01 09:07:27 +00:00
Rene Ladan
c7dbe51927 Remove multimedia/linux-ov511-kmod, it is broken and according to the SVN log
only for FreeBSD up to 7.X
2013-12-31 19:23:40 +00:00
Juergen Lock
3b6920e741 Deprecate: Depends on expired multimedia/xbmc-pvr.
PR:		ports/185368
Submitted by:	rene
2013-12-31 17:57:25 +00:00
Koop Mast
b5c929033a Deprecate and mark for expire.
Not developed since 2009 and declared dead upstream in 05 08 2013.
2013-12-30 22:49:33 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Koop Mast
2dba4b6fda Update to 1.2.2.
Remove vaapi from plugin list in bsd.gstreamer.mk it accidently snuck in.

Changelog: http://lists.freedesktop.org/archives/gstreamer-devel/2013-December/045238.html
2013-12-30 12:56:11 +00:00
Mark Felder
9dcaf5d01a Update to 0.9.8.18.290
Approved by:		swills (mentor)
2013-12-30 02:21:31 +00:00
Baptiste Daroussin
84ff337b02 Support stage 2013-12-28 16:37:41 +00:00
Baptiste Daroussin
883075934e Convert to dos2unix 2013-12-28 16:33:58 +00:00
William Grzybowski
627bc800fb multimedia/recmpeg: support stage and minor fixes 2013-12-26 17:15:08 +00:00
William Grzybowski
8401b97722 multimedia/py-tvnamer: support stage and switch from easy_install 2013-12-26 17:02:04 +00:00
William Grzybowski
ad2cbc08df - Allow staging
- Switch from easy_install to install
2013-12-26 15:17:10 +00:00
William Grzybowski
b267fa5ff1 multimedia/xbmc: ffmpeg does not exist anymore
PR:		ports/184532
Submitted by:	gjb
Approved by:	maintainer (timeout)
2013-12-26 13:30:56 +00:00
William Grzybowski
f0ab2522e5 multimedia/py-enzyme: update to 0.4.1 and minor changes
- Update to 0.4.1
- Allow staging
- Swtich from easy_install to install
2013-12-26 10:41:43 +00:00
Antoine Brodin
1df9d247be Convert the tree to USES=openal
Approved by:	portmgr (bapt)
2013-12-25 23:29:34 +00:00
Sunpoet Po-Chuan Hsieh
26dbe1bfaf - Update to 0.9.33
- Bump PORTREVISION for www/libmicrohttpd shlib change

Changes:	https://gnunet.org/svn/libmicrohttpd/ChangeLog
PR:		ports/185184
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2013-12-25 20:20:28 +00:00
Max Brazhnikov
4a8f08ccf9 - Fix DOCS logic after conversion to new options
Pointyhat to:	danfe
2013-12-25 07:44:25 +00:00
Ruslan Makhmatkhanov
aecd0b3186 - update to 3.5.2
- use option helpers
- support staging

changelog:
http://blog.gpodder.org/2013/09/gpodder-352-prime-mover-released.html
2013-12-25 05:58:39 +00:00
Koop Mast
b1bf1620a6 Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
2013-12-24 21:22:21 +00:00
Thierry Thomas
f8cfface7c . Update to 1.1.20131223
. This addresses multiple mplayer + mencoder problems:
- Wrong aspect ratio in certain (old) h264 files
  (Thanks Carl + Reimar for fixing this upstream)
- Proper handling of RTCPU. Fixes ports/184937 and ports/153776
- Remove explicit cat pkg_messag. Fixes ports/184945
- Dependency registration on screensaver works now. Fixes ports/177721

PR:		ports/185142
Submitted by:	Thomas Zander (maintainer)
2013-12-24 17:26:22 +00:00
William Grzybowski
001fdb2376 multimedia/py-subliminal: fix html5lib dependency and switch from easy_install 2013-12-22 00:25:50 +00:00
Juergen Lock
e1bf909131 Spell NOTIFY gtk20 dependency as NOTIFY_USE= GNOME=gtk20.
PR:		ports/184614
Submitted by:	kwm (via irc earlier)
2013-12-20 19:55:29 +00:00
William Grzybowski
aeff470790 multimedia/vlc: add missing lib depend for NOTIFY
Reported by:	Ajtim (via email)
2013-12-20 15:03:36 +00:00
William Grzybowski
e03d70af09 multimedia/vlc: update to 2.1.2 2013-12-19 12:53:11 +00:00
Christian Weisgerber
56ba5294e6 Update opus to 1.1, which includes:
* new analysis code and tuning that significantly improves encoding
  quality, especially for variable-bitrate (VBR),
* automatic detection of speech or music to decide which encoding
  mode to use,
* surround with good quality at 128 kbps for 5.1 and usable down
  to 48 kbps,
* and speed improvements on all architectures.

Chase shared library bump.

PR:		184956
2013-12-18 16:04:49 +00:00
Emanuel Haupt
5c76009d88 Use new LIB_DEPENDS regime 2013-12-18 11:40:36 +00:00
Rusmir Dusko
a4baad5f5a - Change maintainer email of my ports to @FreeBSD.org
Approved by:	pawel / wg (mentors, implicit)
2013-12-18 10:20:48 +00:00
Ashish SHUKLA
68ff91f93b - Fix bug where upgrading port results in missing files[1]
- Use OptionsNG helpers
- Fix spacing in WWW line in pkg-descr to comply with portlint

Reported by:	Ole <ole at coalmont.net>[1]
2013-12-18 09:05:36 +00:00
Marcus von Appen
81f9ec07fe - Unbreak the build for most environments after graphics/opencv changed
its library flags for pkg-config
2013-12-17 20:14:24 +00:00
Danilo Egea Gondolfo
401bd49131 - Update from 0.3.2 to 0.3.3 [1]
- Remove the indefinite article from COMMENT
- Add stage support

PR:		ports/184932
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer) [1]
2013-12-17 17:54:54 +00:00
Thierry Thomas
b43152157f Fix a problem with the control applet and playbar.
Submitted by:	bar
Approved by:	maintainer
2013-12-16 20:45:37 +00:00
Dmitry Marakasov
5e05f453ae - Use '.' instead of '*' in COPYTREE_* all over my ports
Suggested by:	danfe
2013-12-16 18:18:07 +00:00
Rene Ladan
ba8ba5aae9 - Convert to PYDISTUTILS=yes
- Stagify
- Mark as architecture-independent.
- Use option helpers
- Bump PORTREVISION to remove runtime dependency on py-setuptools
2013-12-16 18:06:06 +00:00
Dmitry Marakasov
ea3629c01a - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested by Porter's Handbook 2013-12-16 17:40:13 +00:00
Baptiste Daroussin
4ceae583cc Drop maintainership 2013-12-16 17:26:49 +00:00
Niclas Zeising
47be7a61c9 Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.

Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0

Fix dissapearing cursor in xf86-video-vmware [2]

Stagify all x11@-owned ports

Bump portrevisions for xf86-* ports due to xserver version change.

Fix fallout from updates where needed.

Thanks to:	all testersi, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/184684 [1], ports/181385 [2]
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by:	portmgr (bdrewery), core (jhb) [0]
2013-12-16 11:11:09 +00:00
Thierry Thomas
919c3bd721 Fix libdv entry.
Reported by:	Ivan Klymenko <fidaj (at) ukr (dot) net>
2013-12-15 21:54:19 +00:00
Thierry Thomas
975b6ff93b - Update to 1.1.20131109
- Stagify

Note: options have been modified, please review your config!

PR:		ports/184407
Submitted by:	Thomas Zander (maintainer)
2013-12-15 18:50:51 +00:00
William Grzybowski
1e34739b64 Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
2013-12-15 16:22:17 +00:00
Emanuel Haupt
03ed5d504e Set USE_GCC to 'yes' instead of requesting 4.6+
Requested by:	gerald
2013-12-14 14:20:32 +00:00
Baptiste Daroussin
00918f2a91 Support stage 2013-12-14 00:58:19 +00:00
Baptiste Daroussin
02b9cf607f Support stage 2013-12-14 00:54:57 +00:00
Emanuel Haupt
9c963d0549 Support DragonflyBSD.
Requested by:	John Marino <freebsd.contact@marino.st>
2013-12-13 09:49:38 +00:00
Emanuel Haupt
f2c3d5e619 Mark broken on FreeBSD 10.0 and later.
Notified by:	pkg-fallout
2013-12-13 08:28:09 +00:00
Pawel Pekala
55a2ef1563 Update to version 2.2.2
Version 2.2.2 (10 December 2013)
--------------------------------
Fix crash in new multithreaded renderer.

Version 2.2.1 (10 December 2013)
--------------------------------
Fix major error introduced in 2.2.0 which can break files when inserting frames.
Fix audio insert/encode problems for some non-standard frame rates.
Optimisations for copy/insert.
2013-12-12 16:14:12 +00:00
Baptiste Daroussin
661a3f91f8 Convert LIB_DEPENDS for ports depending on boost 2013-12-12 13:01:40 +00:00
William Grzybowski
102f7a3607 multimedia/vlc: add -fPIC fixing build with liveMedia
Reported by:	olgeni
2013-12-11 22:24:01 +00:00
Dirk Meyer
84ca1a0113 - update LEGAL
remove pgp* as rsaref has expired.
2013-12-11 21:52:30 +00:00
Mark Felder
aa15507880 Update Plex to 0.9.8.14.263
Now supports the Google Chromecast!

Approved by:	crees (mentor)
2013-12-11 21:34:31 +00:00
Juergen Lock
b4f16ddf9e - Capitalize multimedia/vdr-plugin-markad RESTRICTED.
- Add it to LEGAL.

Submitted by:	eadler
2013-12-11 18:24:02 +00:00
Koop Mast
6e32909b2c Add patch to fix build with freetype 2.5.1+ 2013-12-10 08:27:52 +00:00
Emanuel Haupt
a896ca76f7 Update to 0.41.0 2013-12-09 20:23:35 +00:00
Eitan Adler
1ba8ce3778 Update to 1.7.1
Requested by: bcallah@cvs.openbsd.org
2013-12-08 06:10:24 +00:00
Dirk Meyer
d800f27cad - add USES=gmake 2013-12-07 05:07:42 +00:00
Pawel Pekala
c068e4c4c8 Update to version 2.2.0 2013-12-06 17:01:22 +00:00
Baptiste Daroussin
15117cc7ee Mark as broken:
ffmpeg.c:81: error: expected ')' before '*' token
ffmpeg.c:117: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mpeg1_file_protocol'
ffmpeg.c:136: error: expected ')' before '*' token
ffmpeg.c:160: error: expected ')' before '*' token
ffmpeg.c:166: error: expected ')' before '*' token
ffmpeg.c:172: error: expected ')' before '*' token
ffmpeg.c:178: error: expected ')' before '*' token
ffmpeg.c:184: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'file_protocol'
ffmpeg.c: In function 'mpeg1_write_trailer':
ffmpeg.c:207: warning: implicit declaration of function 'put_buffer'
ffmpeg.c:208: warning: implicit declaration of function 'put_flush_packet'
ffmpeg.c: In function 'ffmpeg_init':
ffmpeg.c:230: error: 'mpeg1_file_protocol' undeclared (first use in this function)
ffmpeg.c:230: error: (Each undeclared identifier is reported only once
ffmpeg.c:230: error: for each function it appears in.)
ffmpeg.c:230: error: 'file_protocol' undeclared (first use in this function)
ffmpeg.c:241:5: warning: #warning av_register_protocolXXX missing
ffmpeg.c: In function 'ffmpeg_open':
ffmpeg.c:406: warning: 'av_new_stream' is deprecated (declared at /usr/local/include/libavformat/avformat.h:1817)
ffmpeg.c:465: warning: implicit declaration of function 'av_set_parameters'
ffmpeg.c:491: warning: implicit declaration of function 'avcodec_open'
ffmpeg.c:546: warning: implicit declaration of function 'url_fopen'
ffmpeg.c:546: error: 'URL_WRONLY' undeclared (first use in this function)
ffmpeg.c:577: warning: implicit declaration of function 'av_write_header'
ffmpeg.c: In function 'ffmpeg_close':
ffmpeg.c:644: warning: implicit declaration of function 'url_fclose'
ffmpeg.c: In function 'ffmpeg_put_frame':
ffmpeg.c:708: warning: 'avcodec_encode_video' is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:4261)
ffmpeg.c: In function 'ffmpeg_deinterlace':
ffmpeg.c:809: warning: 'avpicture_deinterlace' is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:4506)
2013-12-06 14:19:08 +00:00
Olivier Duchateau
c4dbf56fab - Update to 0.5.4 (bugfix release)
ChangeLog: http://mail.xfce.org/pipermail/xfce-announce/2013-December/000292.html
2013-12-05 17:18:40 +00:00
Ganael LAPLANCHE
41238e2863 - Enable staging
- Use new options framework
- Remove pre-8.x IGNORE statement
- Always stage documentation
2013-12-05 07:59:09 +00:00
William Grzybowski
18953f8188 multimedia/ffmpeg0: temporary workaround for opencv issue
PR:		ports/184500
Submitted by:	Lawrence Chen <lchen zen.lhaven.homeip.net>
2013-12-04 22:31:40 +00:00
Dirk Meyer
7f13705102 - use STAGEDIR
- USES=gmake
2013-12-04 05:53:40 +00:00
Jason E. Hale
3a64305d43 - Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not
  applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
  graphics/opencv, leaving opencv-core as just the bare minimum required
  for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
  dependent ports
- Add UPDATING entry
2013-12-04 02:51:00 +00:00
Stefan Eßer
2345064b6a Fix build of dvbcut , which was broken by a recent ffmpeg upgrade.
This port is no longer based on the Qt3 version of dvbcut plus a large
patch to make it build on Qt4 with the Qt3 emulation layer. A fork that
uses native Qt4 calls is used instead.

The generated files moc_progressstatusbar.cpp and moc_progresswindow.cpp
trigger an internal error in clang, if compiled with optimization. This
bug has been accepted as 18098 in the llvm bug tracker. To work around
this problem, the above mentioned two files are compiled with -O0 appended
to the compiler flages. The post-configure target in the ports Makefile is
to be removed, when a fixed version of clang is distributed in all FreeBSD
releases supported by the ports infrastructure.
2013-12-02 08:29:54 +00:00
Thierry Thomas
00be22f3cc - Stagify;
- it seems that we can now use the targets supplied by upstream,
so that the port installs now as intended and like on the
other platforms;

- switch to shared libraries, so that we shall be able to apply
minor upgrades without rebuilding its consumers;

- chase this upgrade in mplayer and vlc.

PR:		ports/184035
Submitted by:	/me
2013-12-01 21:58:15 +00:00
Sunpoet Po-Chuan Hsieh
243abff3a7 - Update to 0.3.1
- Convert to new LIB_DEPENDS format
- Support STAGEDIR

Changes:	http://files.bebik.net/podcastdl/changelog.txt
PR:		ports/184415
Submitted by:	User Rodrigo <rodrigo@bebik.net> (maintainer)
2013-12-01 18:03:38 +00:00
Sunpoet Po-Chuan Hsieh
0970b2e5b2 - Update to 0.4.21
Changes:	http://repo.or.cz/w/libquvi-scripts.git/blob/HEAD:/NEWS
2013-12-01 17:39:34 +00:00
Koop Mast
fdb78c3666 Unbreak packaging after staging this port.
I'm not sure how this snuck by testing.
2013-11-30 19:09:40 +00:00
William Grzybowski
df6e693eea multimedia/vlc: USE_GL only if X11 is enabled
Submitted by:	olgeni
2013-11-30 18:53:41 +00:00
Juergen Lock
ba69ec161f - Seems this uses more than one LICENSE: (BSD MIT AL2) [1]
- Add rtmpdump to RUN_DEPENDS. [1]
- Bump PORTREVISION.

PR:		ports/182791 (independet port that I missed, sorry) [1]
Submitted by:	Jan Henrik Sylvester <me@janh.de> [1]
2013-11-30 18:14:55 +00:00
Dirk Meyer
d974328513 - update MASTER_SITES 2013-11-29 21:33:15 +00:00
Juergen Lock
e413222f49 Add multimedia/livestreamer:
Livestreamer is a Command Line Interface that pipes video streams
from various services into a video player, such as VLC. The main
purpose of Livestreamer is to allow the user to avoid buggy and CPU
heavy flash plugins but still be able to enjoy various streamed
content.

Livestreamer is built upon a plugin system which allows support for
new services to be easily added. Currently most of the big streaming
services are supported, such as:
    Dailymotion
    Livestream
    Twitch/Justin.tv
    YouTube Live
    UStream

Example use:

$ livestreamer twitch.tv/day9tv best
[cli][info] Found matching plugin justintv for URL twitch.tv/day9tv
[cli][info] Opening stream: 720p
[cli][info] Starting player: vlc

WWW: https://github.com/chrippa/livestreamer
2013-11-29 20:23:39 +00:00
Juergen Lock
bfb6c93f19 - This actually needs devel/py-singledispatch at runtime so add that
to RUN_DEPENDS.
- Bump PORTREVISION.
- Pet portlint.

Approved by:	wg (maintainer)
2013-11-29 20:20:45 +00:00
Dirk Meyer
071c101b9b - use STAGEDIR 2013-11-29 19:56:51 +00:00
Max Brazhnikov
27955500a7 - Add updating reminder
Approved by:	nox (maintainer)
2013-11-29 18:00:12 +00:00
Juergen Lock
3be847a26e - Fix plist and introduce XINE_PLUGINSDIR variable for the problem dir.
- Bump PORTREVISION.
2013-11-29 17:30:23 +00:00
Max Brazhnikov
97fe4a7082 Fix RUN_DEPENDS for CACA options 2013-11-29 12:48:19 +00:00
Max Brazhnikov
554f3be350 - Sync PLUGINSDIR with libxine port [1]
- Stageify and use options helpers while I'm here

PR:		ports/184024 [1]
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2013-11-29 12:43:22 +00:00
Max Brazhnikov
10109c194a - Update to 0.5.6
- Switch to Github
- Update WWW
- Remove no longer needed patch
2013-11-29 11:54:15 +00:00
William Grzybowski
741da1f445 multimedia/py-librtmp: Python bindings for librtmp, built with cffi
python-librtmp is a Python interface to librtmp. It uses cffi to interface with
the C library librtmp.

WWW: https://github.com/chrippa/python-librtmp
2013-11-29 00:40:36 +00:00
Koop Mast
6ccc6a512d Stagify, update comment and switch to USES. 2013-11-28 22:15:58 +00:00
Koop Mast
2989a4cf31 Add gstreamer vaapi, plugin and support libraries to enable hardware
accelerated video decoding through the VA-API library.
2013-11-28 21:57:01 +00:00
Juergen Lock
5a07305282 - Sync goom emms clang patch with the one from
multimedia/gstreamer-plugins-good, removing #ifdef __clang__.
- No PORTREVISION bump as there should be no functional change.

Submitted by:	dim
Obtained from:	multimedia/gstreamer-plugins-good/files/patch-gst_goom_mmx.h
2013-11-28 17:18:14 +00:00
Philippe Audeoud
a3ab9c1e59 - Fix build on CURRENT
PR:		ports/184243
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-11-28 15:29:50 +00:00
Juergen Lock
ac232488b2 Fix build with LIBSSH2 knob.
Reported by:	hselasky
2013-11-27 23:20:17 +00:00
Philippe Audeoud
9dd8b672c3 - Mark MAKE_JOBS_UNSAFE=yes
- While here support STAGEDIR

PR:		ports/184210
Submitted by:	Oliver Fromme <oliver.fromme@secnetix.de>
Approved by:	maintainer
2013-11-27 15:05:34 +00:00
Oliver Lehmann
c0a19567dd update to 3.4.2 2013-11-27 10:15:21 +00:00
Marcus von Appen
421f21a1d5 - Fix the usage of 'python' to get rid of the implicit lang/python
dependency

Approved by:	decke@ (maintainer)
2013-11-26 17:41:42 +00:00
Max Brazhnikov
0541acd5bf - Clean up after conversion to USES=qmake
- Use options helpels
2013-11-26 12:58:55 +00:00
Sunpoet Po-Chuan Hsieh
b66d5368bb - Support STAGEDIR 2013-11-25 11:33:54 +00:00
Dima Panov
f48559c2b2 - Argh! Install pkgconfig data to right place! 2013-11-25 06:22:23 +00:00
Sunpoet Po-Chuan Hsieh
550eaaf4e6 - Reformat pkg-descr 2013-11-24 21:32:27 +00:00
Juergen Lock
0efda35f40 Mark BROKEN and DEPRECATED:
Broken after ffmpeg update (not sure it ever worked).
2013-11-24 15:48:04 +00:00
Dima Panov
1e994288e4 - Update to 0.10.3 stable release 2013-11-24 08:12:03 +00:00
Juergen Lock
a268657341 - Fix LIBBLURAY and VAAPI knobs so they actually do something.
- No PORTREVISION bump as these are non-default options.
- Remove unused patchfiles.
2013-11-23 19:20:55 +00:00
Sunpoet Po-Chuan Hsieh
dacd35c759 - Update to 0.9.31
- Bump PORTREVISION for www/libmicrohttpd shlib change
- While I'm here:
  - Use GNU micro
  - Convert to new LIB_DEPENDS format
  - Convert to new options helper
  - Strip shared library
  - Sort PLIST
  - Support STAGEDIR

PR:		ports/184199
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2013-11-23 18:41:39 +00:00
Alex Kozlov
d3e4fbe5f6 - Update maintainer email
PR:	ports/184189
Submitted by:	Vladimir Kondratiev <wulf@mail.mipt.ru> (maintainer)
2013-11-23 14:14:16 +00:00
William Grzybowski
e329bf878f multimedia/py-subliminal: update required version of dogpile.cache 2013-11-23 14:14:03 +00:00
William Grzybowski
a5d2fd9e02 multimedia/py-subliminal: update to 0.7.3 2013-11-23 13:55:23 +00:00
Rusmir Dusko
733d9b03a8 - Bump PORTREVISION to trigger fix in r334478
Reported by:	Juergen Lock <nox@jelal.kn-bremen.de>
Approved by:	pawel / wg (mentors, implicit)
2013-11-22 22:41:10 +00:00
Max Brazhnikov
2e206d8fad - Pass QMAKE_ARGS to qmake
Approved by:	portmgr (blanket approval)
2013-11-22 12:55:11 +00:00
Max Brazhnikov
5898d7df5c - Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:00 +00:00
Sunpoet Po-Chuan Hsieh
31aebd4eb2 - Convert to new LIB_DEPENDS format
- Move PORTSCOUT upward
- Support STAGEDIR
2013-11-21 23:12:27 +00:00
Sunpoet Po-Chuan Hsieh
122c8fb6b6 - Convert to new LIB_DEPENDS format
- Sort USES
- Move PORTSCOUT upward
- Support STAGEDIR
2013-11-21 23:12:23 +00:00
Koop Mast
6fd348728d Update to 1.2.1.
Retire celt plugin, it was removed in flavor for the opus plugin.
Add new webp, kate and openjpeg plugin.
2013-11-21 19:06:50 +00:00
Max Brazhnikov
b924964cfa - Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
2013-11-21 16:09:47 +00:00
Max Brazhnikov
4ddfac46e6 - Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix
2013-11-21 15:41:06 +00:00
Rusmir Dusko
6a20e88201 - Unbreak after vlc update
PR:		ports/183854
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
Approved by:	pawel / wg (mentors, implicit)
2013-11-21 12:15:31 +00:00
William Grzybowski
c2c4ca9b3f multimedia/ffmpeg: update to 2.1.1
Changes: http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.1.1
2013-11-21 10:39:35 +00:00
Sunpoet Po-Chuan Hsieh
6670f0b757 - Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
  - http://pypi.python.org/ -> https://pypi.python.org/

With hat:	python
Approved by:	bapt (portmgr)
2013-11-20 20:51:25 +00:00
Rene Ladan
0836f62765 Fix a typo causing the .ko file not to be installed.
Bump PORTREVISION to force package to be rebuilt.

Approved by:	hselasky (maintainer)
2013-11-20 10:44:20 +00:00
Rene Ladan
9778efcf70 Remove expired port:
2013-11-19 multimedia/tovid: No more public distfiles
2013-11-19 09:55:41 +00:00
Bernhard Froehlich
8a780985d0 - Update to 0.27
- Add staging support
- Convert optional dependencies to new format
- Add a few clang patches but switch to USE_GCC=any because there's quite some work left (contributors?)
2013-11-18 12:03:42 +00:00
William Grzybowski
762559d87b multimedia/vlc: update to 2.1.1
Changes: http://www.videolan.org/developers/vlc-branch/NEWS
2013-11-18 11:34:38 +00:00
Max Brazhnikov
2fd169043f Add PKGNAMESUFFIX and remove LATEST_LINK to comply with new policy 2013-11-17 16:35:31 +00:00
Marcus von Appen
7c19894cc2 - Switch devel/sdl20 to use the autotools-based configuration, since the
cmake-based one is not maintained that well
- Fix library naming to ensure backwards compatibility on minor version
  changes
- Bump the PORTREVISION on ports depending on devel/sdl20, since its
  shared library name changed

PR:		ports/183975
Submitted by:	Jan Kokemüller <jan.kokemueller@gmail.com>
2013-11-17 12:33:49 +00:00
Alberto Villa
84a235eda9 - Replace QT_.*_REL with QT_.* in PLIST_SUB.
- Adapt plists.

With hat on:	kde
2013-11-17 02:12:25 +00:00
Juergen Lock
5a943a5061 Chase ffmpeg update.
Obtained from:	funtoo (files/patch-vdr-markad-0.1.4-libav9)
2013-11-16 11:50:04 +00:00
Ganael LAPLANCHE
901124f0cd - Enable staging
- Replace USE_GMAKE with proper USES value
- Switch to new LIB_DEPENDS format
- Switch to new options format
2013-11-15 12:51:10 +00:00
Ganael LAPLANCHE
704202dfb7 - Enable staging
- Switch to new LIB_DEPENDS format
- Replace USE_GMAKE with proper USES value
- Switch to new options format
2013-11-15 12:49:06 +00:00
Kevin Lo
8d2332e047 Add stage support. 2013-11-15 05:52:28 +00:00