aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mkvtoolnix
Commit message (Collapse)AuthorAgeFilesLines
* - This files name isn't dependent on RUBY_SHLIBVER, correct this. Fixes buildSteve Wills2014-02-241-1/+1
| | | | | | | with Ruby 2.0 and 2.1. Notes: svn path=/head/; revision=345858
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-0/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Update to 6.7.0Emanuel Haupt2014-01-143-72/+114
| | | | | | | | | Changelog: http://www.bunkus.org/videotools/mkvtoolnix/doc/ChangeLog http://www.bunkus.org/blog/ Notes: svn path=/head/; revision=339673
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* Add missing man pages to the plistAntoine Brodin2013-10-171-0/+4
| | | | | | | Approved by: multimedia (bapt) Notes: svn path=/head/; revision=330650
* Fix plist with WXGTK options, thanks staging noone has been able to install ↵Baptiste Daroussin2013-10-101-9/+9
| | | | | | | | | | it for real because of that breakage, meaning no need for bumping revivion :) Reported by: olgeni Pointyhat to: bapt Notes: svn path=/head/; revision=330037
* Update to 6.4.1Baptiste Daroussin2013-10-094-181/+186
| | | | | | | | Fix build with libc++ (adding stdlib.h for a free(2) usage) Specify that ports needs a compiler using a c++11 standard library Notes: svn path=/head/; revision=329867
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* Adjust OSVERSION properlyBaptiste Daroussin2013-09-131-1/+1
| | | | Notes: svn path=/head/; revision=327132
* Use clang+libc++ when possibleBaptiste Daroussin2013-09-131-1/+5
| | | | Notes: svn path=/head/; revision=327131
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Update to 6.3.0Emanuel Haupt2013-07-023-4/+4
| | | | Notes: svn path=/head/; revision=322173
* * Major update to FLAC 1.3.0, including shared library bumps.Christian Weisgerber2013-06-091-1/+1
| | | | | | | | | * Chase the update in dependent ports. PR: 179072 Notes: svn path=/head/; revision=320405
* Chase textproc/libebml, multimedia/libmatroska update.Emanuel Haupt2013-05-061-1/+1
| | | | | | | Approved by: multimedia (bapt, kwm) Notes: svn path=/head/; revision=317561
* - Make FLAC support optional but keep it as a default option [1]Emanuel Haupt2013-04-302-96/+106
| | | | | | | | | | | | | | | | | - Make curl support optional [1]. Curl is only used for checking if there are new upstream releases. Since this gives us the opportunity to receive feedback from our users, keep it as a default option - Since mkvmerge, mkvextract and mmg have been re-written to to use the "pugixml" C++ library instead of the "expat" this direct dependency can also be dropped and therefore bump PORTREVISION. - Fix package list if no GUI option is selected PR: 161546, 174338 (based on) [1] Submitted by: Oliver Fromme <olli@secnetix.de>, Rainer Hurling <rhurlin@gwdg.de> Notes: svn path=/head/; revision=316967
* Now that BZ2 (bzlib) and LZO (lzo1x) support has been removed upstream alsoEmanuel Haupt2013-04-301-1/+1
| | | | | | | remove the dependency to archivers/lzo2. Notes: svn path=/head/; revision=316947
* Update to 6.2.0Emanuel Haupt2013-04-303-6/+11
| | | | | | | Changelog: http://www.bunkus.org/videotools/mkvtoolnix/doc/ChangeLog Notes: svn path=/head/; revision=316939
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Convert some multimedia@ ports to:Baptiste Daroussin2013-04-221-1/+1
| | | | | | | USES=pkgconfig and USES=pathfix Notes: svn path=/head/; revision=316286
* Chase boost updateBaptiste Daroussin2013-01-311-0/+1
| | | | Notes: svn path=/head/; revision=311310
* - Update to 5.9.0Emanuel Haupt2012-12-202-5/+6
| | | | | | | - Add an additional mirror Notes: svn path=/head/; revision=309305
* Explicitly depends on pkg-config because the build system do use itBaptiste Daroussin2012-11-141-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307420
* Add forgotten patchBaptiste Daroussin2012-09-251-0/+11
| | | | Notes: svn path=/head/; revision=304827
* - update to 5.8.0Baptiste Daroussin2012-09-253-19/+100
| | | | | | | | | | | | - make ruby a buildonly dependency - use gcc 46+ as code is now C++11 - remove shlib numbers PR: ports/171887 Submitted by: Horance Chou <horance@gmail.com> Notes: svn path=/head/; revision=304821
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-2/+2
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Convert to new options frameworkBaptiste Daroussin2012-05-301-2/+3
| | | | Notes: svn path=/head/; revision=297781
* - update to 5.0.1Baptiste Daroussin2011-10-102-3/+3
| | | | Notes: svn path=/head/; revision=283345
* - update to 5.0Baptiste Daroussin2011-09-283-3/+4
| | | | Notes: svn path=/head/; revision=282564
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Remove dead mirrorsBaptiste Daroussin2011-08-011-2/+1
| | | | Notes: svn path=/head/; revision=278713
* - update to 4.9.1Baptiste Daroussin2011-07-142-3/+3
| | | | Notes: svn path=/head/; revision=277676
* - update to 4.9.0Baptiste Daroussin2011-07-113-6/+7
| | | | Notes: svn path=/head/; revision=277556
* - update to 4.8.0Baptiste Daroussin2011-06-012-6/+4
| | | | Notes: svn path=/head/; revision=274946
* - fix building when PREFIX != LOCALBASEBaptiste Daroussin2011-04-232-9/+8
| | | | | | | | | - fix plist nl man pages - remove now useless libebml and libmatroska dependencies, now build system forces to use bundled one - bump port revision Notes: svn path=/head/; revision=273097
* Update to 4.7.0.Koop Mast2011-04-232-3/+3
| | | | Notes: svn path=/head/; revision=273095
* Update to 4.6.0Emanuel Haupt2011-03-303-6/+6
| | | | Notes: svn path=/head/; revision=272017
* Update to 4.5.0.Koop Mast2011-02-284-57/+49
| | | | Notes: svn path=/head/; revision=269993
* Update to 4.4.0. The project has moved from make to rake, therefore useEmanuel Haupt2011-01-084-33/+17
| | | | | | | | USE_RUBY and USE_RAKE with special do-build and do-install targets. Also add a few more mirrors. Notes: svn path=/head/; revision=267514
* Update to 4.2.0.Koop Mast2010-08-184-24/+31
| | | | | | | | | Chase libmatroska. Add a option for the wxGTK2 GUI option. Add LICENSE. Notes: svn path=/head/; revision=259544
* - Update to 3.4.0Martin Wilke2010-06-096-27/+18
| | | | | | | | | | | | - Use += for setting CPPFLAGS and LDFLAGS [1] - Fix build with gcc44 [1] PR: 146675 147640 147643 Submitted by: Ports Fury Andriy Gapon <avg@icyb.net.ua> [1] Notes: svn path=/head/; revision=256198
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-2/+2
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 3.3.0Martin Wilke2010-05-093-5/+15
| | | | | | | | PR: 146309 Submitted by: Ports Fury Notes: svn path=/head/; revision=254000
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Update to 3.2.0Max Brazhnikov2010-03-022-6/+5
| | | | | | | | | | PR: ports/144426 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Feature safe: yes Notes: svn path=/head/; revision=250510