aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* Connect v4l-utils.Mark Linimon2011-07-011-0/+1
| | | | | | | Forgotten by: kwm Notes: svn path=/head/; revision=276763
* Add missing OpenCV patchMartin Matuska2011-06-292-1/+13
| | | | | | | PR: ports/158510 Notes: svn path=/head/; revision=276688
* - Update dependency on frei0r in kdenlive and openshot [1].Alberto Villa2011-06-292-4/+4
| | | | | | | | | - Bump PORTREVISION. - Approved by: [1] rodrigo@bebik.net (maintainer, implicit) Notes: svn path=/head/; revision=276672
* Reintroduce OPENCV and FREI0R options and enable by defaultMartin Matuska2011-06-292-48/+32
| | | | | | | | | Remove SSSE3 and CPUDETECT options (now always on) PR: ports/149889, ports/156803, ports/158289, ports/158331 Notes: svn path=/head/; revision=276665
* Update OpenCV to 2.3.0-rcMartin Matuska2011-06-291-0/+4
| | | | Notes: svn path=/head/; revision=276657
* Update to 0.7.4.1Julien Laffaye2011-06-283-91/+3
| | | | | | | Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=276592
* Fix build with clang.Juergen Lock2011-06-281-0/+3
| | | | Notes: svn path=/head/; revision=276589
* - Depend on gdkpixbuf2 rather than on gdkpixbuf.Alberto Villa2011-06-281-2/+2
| | | | | | | | | | - Bump PORTREVISION. PR: ports/158390 Submitted by: Vladimir Kushnir <vkushnir@bigmir.net> Notes: svn path=/head/; revision=276566
* Chase libmatroska shlib bump.Koop Mast2011-06-282-3/+3
| | | | Notes: svn path=/head/; revision=276562
* Update to 1.2.0.Koop Mast2011-06-283-4/+6
| | | | Notes: svn path=/head/; revision=276561
* - Fix build with Clang.Alberto Villa2011-06-281-0/+28
| | | | Notes: svn path=/head/; revision=276536
* Fix C++ build with new ffmpeg (0.7.1)Martin Matuska2011-06-274-5/+16
| | | | Notes: svn path=/head/; revision=276530
* Add patch to fix building C++ programsMartin Matuska2011-06-272-1/+13
| | | | Notes: svn path=/head/; revision=276529
* Add a patch to unbreak compile of libv4l gcc 4.5 [1] and clang.Koop Mast2011-06-272-0/+19
| | | | | | | | | | | | 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@) Notes: svn path=/head/; revision=276525
* For now, disable frei0r support because of cyclic dependenciesMartin Matuska2011-06-271-7/+12
| | | | Notes: svn path=/head/; revision=276524
* Unbreak by fixing patchesMartin Matuska2011-06-272-30/+12
| | | | | | | Reported by: pointyhat (pav) Notes: svn path=/head/; revision=276523
* Remove databases/php5-mysql from BUILD_DEPENDS since the dependencyBoris Samorodov2011-06-271-2/+1
| | | | | | | is already utilized by USE_PHP=mysql. Notes: svn path=/head/; revision=276511
* Fix an error at I386:Boris Samorodov2011-06-272-2/+20
| | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=276491
* Upgrade dvbcut to 0.6.1 and add support for Qt4 in addition to Qt3.Stefan Eßer2011-06-273-10/+939
| | | | | | | | | | | 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). Notes: svn path=/head/; revision=276490
* Remove two dependencies:Boris Samorodov2011-06-261-6/+5
| | | | | | | | | | | | . 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) Notes: svn path=/head/; revision=276456
* - set USE_NCURSESMartin Wilke2011-06-262-1/+2
| | | | | | | | | PR: 157098 Submitted by: Raphael Kubo da Costa <kubito@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=276418
* Add v4l-utils 0.8.4.Koop Mast2011-06-2515-0/+440
| | | | | | | | | 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. Notes: svn path=/head/; revision=276378
* - Update multimedia/vdr to 1.7.19 (with parts of the update revertedJuergen Lock2011-06-2547-77/+742
| | | | | | | | | | 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. Notes: svn path=/head/; revision=276377
* Update to 0.8.4.Koop Mast2011-06-253-15/+19
| | | | | | | Sort plist. Notes: svn path=/head/; revision=276374
* Update to 1.0.20110603.Koop Mast2011-06-254-40/+6
| | | | | | | | | | 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] Notes: svn path=/head/; revision=276373
* Fix build after multimedia/libxine update. (More vdr port updates later.)Juergen Lock2011-06-251-0/+32
| | | | Notes: svn path=/head/; revision=276367
* Update to 0.16.Koop Mast2011-06-253-5/+9
| | | | Notes: svn path=/head/; revision=276366
* Update ffmpeg 0.7.1 compatibility patchMartin Matuska2011-06-251-4/+6
| | | | Notes: svn path=/head/; revision=276361
* Fix plist if defined WITHOUT_FFSERVERMartin Matuska2011-06-251-1/+3
| | | | | | | Reported by: Stas Verberkt <legolas_at_legolasweb_dot_nl> Notes: svn path=/head/; revision=276354
* Add missing patchMartin Matuska2011-06-251-0/+11
| | | | Notes: svn path=/head/; revision=276352
* Change descriptions of several OPTIONSMartin Matuska2011-06-251-27/+26
| | | | | | | Reorganize several knobs Notes: svn path=/head/; revision=276349
* Fix OPTIONS (vo-aacenc requires gplv3)Martin Matuska2011-06-251-0/+1
| | | | Notes: svn path=/head/; revision=276344
* Deactivate AMR codecs in default optionsMartin Matuska2011-06-251-3/+3
| | | | Notes: svn path=/head/; revision=276341
* Reorder knobs for Opencore AMR NB and AMR WBMartin Matuska2011-06-251-5/+4
| | | | Notes: svn path=/head/; revision=276340
* Update to 2011.06.25Martin Matuska2011-06-253-58/+117
| | | | | | | Sync OPTIONS with multimedia/ffmpeg Notes: svn path=/head/; revision=276337
* - Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDSNicola Vitale2011-06-251-1/+1
| | | | | | | Reported by: pavbot Notes: svn path=/head/; revision=276326
* - Update modules to 1.0.0/1Martin Wilke2011-06-252-4/+4
| | | | | | | | | | | - Update e17 to lastest snapshot 0.16.999.55225 PR: 154402 Submitted by: Grzegorz Blach <magik@roorback.net> Approved by: maintainer implicit Notes: svn path=/head/; revision=276261
* - Bump PORTREVISION for multimedia/quvi shlib changeSunpoet Po-Chuan Hsieh2011-06-242-2/+83
| | | | Notes: svn path=/head/; revision=276243
* - Update to 0.2.17Sunpoet Po-Chuan Hsieh2011-06-243-19/+23
| | | | | | | Changes: http://sourceforge.net/apps/trac/quvi/wiki/ReleaseNotes Notes: svn path=/head/; revision=276242
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-2432-31/+47
| | | | Notes: svn path=/head/; revision=276239
* Update ffmpeg to 0.7.1Martin Matuska2011-06-246-146/+161
| | | | | | | Add support for celt, freetype2, frei0r, rtmp, vo-aacenc, vo-amrwbenc Notes: svn path=/head/; revision=276238
* Fix the build of avidemux2-plugins after the recent x264 update.Koop Mast2011-06-242-0/+43
| | | | | | | | | PR: ports/158247 Submitted by: Barbara <barbara.xxx1975@libero.it> Obtained from: Gentoo Notes: svn path=/head/; revision=276187
* Update to 0.115.2000Martin Matuska2011-06-2314-54/+28
| | | | Notes: svn path=/head/; revision=276165
* - Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemyNicola Vitale2011-06-231-2/+2
| | | | | | | | (This port doesn't yet support SQLAlchemy 0.7.X) - Bump PORTREVISION Notes: svn path=/head/; revision=276141
* Update to 0.115.2008Martin Matuska2011-06-232-5/+5
| | | | Notes: svn path=/head/; revision=276138
* - Update to 2.4.4Jose Alonso Cardenas Marquez2011-06-231-1/+1
| | | | Notes: svn path=/head/; revision=276093
* Kill EOL whitespace.Alexey Dokuchaev2011-06-232-9/+9
| | | | Notes: svn path=/head/; revision=276092
* Fix build with clang.Juergen Lock2011-06-222-1/+14
| | | | | | | Submitted by: Andrius Morkunas, dim Notes: svn path=/head/; revision=276084
* Fix build with ClangKoop Mast2011-06-212-0/+34
| | | | Notes: svn path=/head/; revision=275994
* - Fix build with clangLars Engels2011-06-214-1/+50
| | | | | | | - Respect CFLAGS Notes: svn path=/head/; revision=275986