1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
Commit Graph

6338 Commits

Author SHA1 Message Date
Stefan Eßer
53b2622745 Correctly specify qmake as only a build dependency. 2011-07-02 09:26:40 +00:00
Martin Wilke
5606f9fb80 - Update to 2.15
PR:		158405
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
2011-07-02 08:02:46 +00:00
Mark Linimon
bcc616a934 Fix badly-named entry for v4l-utils.
Pointyhat to:	linimon
2011-07-02 07:39:56 +00:00
Martin Wilke
8d3a13c129 - Update to 1.0.0
PR:		158485
Submitted by:	Ports Fury
2011-07-02 07:37:33 +00:00
Martin Wilke
71ba4045a6 - Update to 1.4.3
PR:		158490
Submitted by:	Ports Fury
VS:	If the change is related to a security vulnerability, include one or
2011-07-02 07:37:30 +00:00
Stefan Eßer
ccdc9513c8 Add dependency on qmake. 2011-07-02 06:39:41 +00:00
Mark Linimon
53848dd146 Over to new volunteer.
Approved by:	maintainer
2011-07-01 22:23:55 +00:00
Juergen Lock
cc3efda650 Fix build WITH_DEBUG.
PR:		ports/151886
Submitted by:	Jim Ballantine <j.ballantine@gmail.com>
2011-07-01 17:51:38 +00:00
Mark Linimon
34809536e3 Connect v4l-utils.
Forgotten by:	kwm
2011-07-01 02:51:40 +00:00
Martin Matuska
7ebcb30f2b Add missing OpenCV patch
PR:		ports/158510
2011-06-29 20:46:36 +00:00
Alberto Villa
2e0a46f6df - Update dependency on frei0r in kdenlive and openshot [1].
- Bump PORTREVISION.

- Approved by:	[1] rodrigo@bebik.net (maintainer, implicit)
2011-06-29 15:25:10 +00:00
Martin Matuska
bde4e17d22 Reintroduce OPENCV and FREI0R options and enable by default
Remove SSSE3 and CPUDETECT options (now always on)

PR:	ports/149889, ports/156803, ports/158289, ports/158331
2011-06-29 14:16:13 +00:00
Martin Matuska
760559e18c Update OpenCV to 2.3.0-rc 2011-06-29 11:46:01 +00:00
Julien Laffaye
9658320ce0 Update to 0.7.4.1
Approved by:	tabthorpe (mentor)
2011-06-28 18:41:34 +00:00
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