Commit graph

6324 commits

Author SHA1 Message Date
Juergen Lock
bd5755e02a Fix build with clang. 2011-06-28 18:31:12 +00:00
Alberto Villa
253db964bb - Depend on gdkpixbuf2 rather than on gdkpixbuf.
- Bump PORTREVISION.

PR:		ports/158390
Submitted by:	Vladimir Kushnir <vkushnir@bigmir.net>
2011-06-28 13:09:39 +00:00
Koop Mast
82defc003b Chase libmatroska shlib bump. 2011-06-28 12:57:46 +00:00
Koop Mast
a589a243c8 Update to 1.2.0. 2011-06-28 12:57:02 +00:00
Alberto Villa
bb73514511 - Fix build with Clang. 2011-06-28 00:18:05 +00:00
Martin Matuska
f789a1eda2 Fix C++ build with new ffmpeg (0.7.1) 2011-06-27 22:59:39 +00:00
Martin Matuska
19f3afd85c Add patch to fix building C++ programs 2011-06-27 22:54:45 +00:00
Koop Mast
89161554ac Add a patch to unbreak compile of libv4l gcc 4.5 [1] and clang.
This should unbreak some libv4l users like pwcview [2]
Bump portrevision since this affects a installed header.

Reported by:	avg@ [1], pointyhat via pav [2]
Submitted by:	Jan Henrik Sylvester <me@janh.de>
Approved by:	maintainer (hselasky@)
2011-06-27 21:03:06 +00:00
Martin Matuska
3d5626cd59 For now, disable frei0r support because of cyclic dependencies 2011-06-27 20:41:15 +00:00
Martin Matuska
59cb6d0fba Unbreak by fixing patches
Reported by:	pointyhat (pav)
2011-06-27 20:35:29 +00:00
Boris Samorodov
7d9f73b790 Remove databases/php5-mysql from BUILD_DEPENDS since the dependency
is already utilized by USE_PHP=mysql.
2011-06-27 17:34:29 +00:00
Boris Samorodov
62cf6454cf Fix an error at I386:
zmwatch[2429].ERR [Shared data size conflict in shared_data for monitor Monitor-1, expected 328, got 316]

The patch for i386 ($arch should be 32 here but perl uses 64 bit integer):
-----
-our $arch = int(3.2*length(~0));
+our $arch = 32;
-----

I'm not sure how to properly fix this. I'm all ears.

Suggested by:	Yury Bushmelev <jay4mail@gmail.com> (via e-mail)
2011-06-27 13:16:04 +00:00
Stefan Eßer
6bfabd7443 Upgrade dvbcut to 0.6.1 and add support for Qt4 in addition to Qt3.
Qt4 support is based on the patch developed by Raik Bieniek (raik.bieniek
at googlemail dot com) as found in the SVN repository and has been cleaned
up for this port by me.
The Qt4 version of dvbcut.cpp is built without optimisation (the GUI is not
functional, else).
2011-06-27 12:34:09 +00:00
Boris Samorodov
7d4db91a4d Remove two dependencies:
. www/mod_perl2 from RUN_DEPENDS (currently port uses only PHP for web);
. security/gnutls from BUILD_DEPENDS (the port is just fine with openssl
  from the base system).
Bump PORTREVISION.

Suggested by:	Yury Bushmelev <jay4mail@gmail.com> (via e-mail)
2011-06-26 20:06:07 +00:00
Martin Wilke
d13a684481 - set USE_NCURSES
PR:		157098
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com>
Approved by:	maintainer
2011-06-26 05:07:09 +00:00
Koop Mast
45ab52dc76 Add v4l-utils 0.8.4.
This port contains a number of tools for manupilating v4l* devices.

Initial port of 0.8.3 by nox@, some polish and update to 0.8.4 by myself.
2011-06-25 19:13:25 +00:00
Juergen Lock
a37a080307 - Update multimedia/vdr to 1.7.19 (with parts of the update reverted
to avoid a known bug.)
- Fix build with clang for vdr and plugins, and also fix a few bugs it
  uncovered.
- Bump PORTREVISION for all plugins.
2011-06-25 19:02:08 +00:00
Koop Mast
7ace0a2ed2 Update to 0.8.4.
Sort plist.
2011-06-25 17:28:05 +00:00
Koop Mast
a261e0a864 Update to 1.0.20110603.
Update videodev2.h to the v4l-utils 0.8.4 version. Include the patch in the distfile.
Ship input.h and uinput.h [1]

Requested by:	nox@ [1]
2011-06-25 17:26:46 +00:00
Juergen Lock
389eb0fdb2 Fix build after multimedia/libxine update. (More vdr port updates later.) 2011-06-25 11:09:29 +00:00
Koop Mast
5808b614fa Update to 0.16. 2011-06-25 10:58:55 +00:00
Martin Matuska
6a5f84f7bb Update ffmpeg 0.7.1 compatibility patch 2011-06-25 09:50:19 +00:00
Martin Matuska
6d711ae786 Fix plist if defined WITHOUT_FFSERVER
Reported by:	Stas Verberkt <legolas_at_legolasweb_dot_nl>
2011-06-25 09:35:38 +00:00
Martin Matuska
51d10181f9 Add missing patch 2011-06-25 09:21:31 +00:00
Martin Matuska
2664faddd4 Change descriptions of several OPTIONS
Reorganize several knobs
2011-06-25 09:13:40 +00:00
Martin Matuska
a2604622cd Fix OPTIONS (vo-aacenc requires gplv3) 2011-06-25 08:56:50 +00:00
Martin Matuska
da2ebfd1b4 Deactivate AMR codecs in default options 2011-06-25 08:50:19 +00:00
Martin Matuska
88915f9e07 Reorder knobs for Opencore AMR NB and AMR WB 2011-06-25 08:46:06 +00:00
Martin Matuska
e7bda95e1e Update to 2011.06.25
Sync OPTIONS with multimedia/ffmpeg
2011-06-25 08:37:14 +00:00
Nicola Vitale
af6c478e11 - Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS
Reported by:	pavbot
2011-06-25 07:35:30 +00:00
Martin Wilke
1006710dbe - Update modules to 1.0.0/1
- Update e17 to lastest snapshot 0.16.999.55225

PR:		154402
Submitted by:	Grzegorz Blach <magik@roorback.net>
Approved by:	maintainer implicit
2011-06-25 03:36:20 +00:00
Sunpoet Po-Chuan Hsieh
ac596cfd99 - Bump PORTREVISION for multimedia/quvi shlib change 2011-06-24 23:02:07 +00:00
Sunpoet Po-Chuan Hsieh
c55d0f6261 - Update to 0.2.17
Changes:	http://sourceforge.net/apps/trac/quvi/wiki/ReleaseNotes
2011-06-24 23:01:46 +00:00
Martin Matuska
c86cd8cae2 Bump due to ffmpeg update to 0.7.1 2011-06-24 22:39:03 +00:00
Martin Matuska
c5b7f54af8 Update ffmpeg to 0.7.1
Add support for celt, freetype2, frei0r, rtmp, vo-aacenc, vo-amrwbenc
2011-06-24 22:37:15 +00:00
Koop Mast
506f8c5798 Fix the build of avidemux2-plugins after the recent x264 update.
PR:		ports/158247
Submitted by:	Barbara <barbara.xxx1975@libero.it>
Obtained from:	Gentoo
2011-06-24 11:12:16 +00:00
Martin Matuska
0c0dda15f1 Update to 0.115.2000 2011-06-23 18:09:46 +00:00
Nicola Vitale
2623e5f297 - Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
2011-06-23 14:20:04 +00:00
Martin Matuska
8c4a365bb0 Update to 0.115.2008 2011-06-23 13:58:49 +00:00
Jose Alonso Cardenas Marquez
424718714b - Update to 2.4.4 2011-06-23 05:05:29 +00:00
Alexey Dokuchaev
ee76890c35 Kill EOL whitespace. 2011-06-23 03:07:20 +00:00
Juergen Lock
23dd509bef Fix build with clang.
Submitted by:	Andrius Morkunas, dim
2011-06-22 22:49:45 +00:00
Koop Mast
91ac7cdee5 Fix build with Clang 2011-06-21 13:46:27 +00:00
Lars Engels
2ddef3b2c4 - Fix build with clang
- Respect CFLAGS
2011-06-21 11:41:52 +00:00
Max Brazhnikov
d6a12714a7 Set PORTREVISION after resurrection to pacify Erwin's portversion checker. 2011-06-20 18:07:57 +00:00
Baptiste Daroussin
4d522e779e Repect CXX and CXXFLAGS, should fix build with clang 2011-06-20 16:49:15 +00:00
Wen Heping
388237cb87 UMPlayer is the multimedia player that fills all your needs. With dozens
of advanced features and built-in codecs it can handle any media format,
and can play Audio CDs, DVDs, (S)VCDs, TV / Radio cards, YouTube" and
SHOUTcast" streams and even incomplete or damaged media files.

WWW: http://www.umplayer.com/

PR:		ports/157551
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2011-06-20 14:02:08 +00:00
Andrej Zverev
dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00
Max Brazhnikov
4b4e78270e Connect restored xmms-skins and newly added xmms-skins-huge 2011-06-19 11:12:40 +00:00
Max Brazhnikov
f4fc78502e Add new port multimedia/xmms-skins-huge:
This port provides 680 skins for XMMS.

PR:		based on ports/157995
Submitted by:	Jesse <jessefrgsmith at yahoo.ca>
2011-06-19 11:11:34 +00:00