aboutsummaryrefslogtreecommitdiff
path: root/multimedia/avidemux2
Commit message (Collapse)AuthorAgeFilesLines
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Convert USE_GNOME=desktopfileutils into USES=desktop-file-utilsBaptiste Daroussin2014-12-251-1/+2
| | | | Notes: svn path=/head/; revision=375524
* Remove useless gnomehackBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375519
* Avoid usage of @cwdBaptiste Daroussin2014-12-082-16/+11
| | | | Notes: svn path=/head/; revision=374336
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-082-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* multimedia/x264: General overhaulJohannes Jost Meixner2014-11-222-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Split x264 into two ports: the CLI application (x264), and the library (libx264). This will allow x264 to use lavf and friends from ffmpeg for decoding and demuxing while preventing a circular dependency between the two: x264 can depend on ffmpeg, but ffmpeg will depend on libx264 rather than x264. - Add the LAVF option to the CLI port, making the dependency on ffmpeg optional. - Update to 0.142.2455. - Amend fixes to local patches so that they can apply to the new upstream files. - Provide the git revision and other version information to the build environment, allowing the CLI binary to display this information (like the Windows builds). - Remove unsupported build options (X11_OUTPUT). - Ensure that the library and CLI ports each have the appropriate options. - Add notes for future contributors who wish to update the ports. - Bump PORTREVISION for all dependent ports. PR: 187805 Differential Revision: https://reviews.freebsd.org/D1159 Submitted by: Andrew Berg <aberg010@my.hennepintech.edu> Approved by: koobs (maintainer, mentor) Notes: svn path=/head/; revision=373073
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Fix build of the old avidemux, not sure when it broke...Juergen Lock2014-04-021-1/+1
| | | | | | | | | (include <bsd.port.post.mk> instead of <bsd.port.mk>) Submitted by: QAT Notes: svn path=/head/; revision=349934
* - Finally import avidemux 2.6.8 as new ports multimedia/avidemux26*,Juergen Lock2014-04-011-1/+1
| | | | | | | | | | | | | | | | | repocopied from the 2.5.6 ports multimedia/avidemux2 (left in the tree for now for people that want a gtk ui etc.) - Set CONFLICTS as only one avidemux version can be installed at a time. - Don't import the 2.6.8 gtk ui as it crashes at startup and apparently is abandoned upstream. (In the unlikely case that someone wants to fix it, it is available at my redports tree.) - As with the old version start by installing multimedia/avidemux26-plugins, it is needed and depends on the other ports. - (portlint is still not happy but I guess it cannot know everything...) Submitted by: frogs <4721@hushmail.com> (initial port) Notes: svn path=/head/; revision=349863
* Finish stage supportAntoine Brodin2014-02-141-6/+5
| | | | | | | | Reported by: pkg-fallout PR: ports/186763 Notes: svn path=/head/; revision=344274
* Chase libmad changesBaptiste Daroussin2014-02-051-2/+1
| | | | Notes: svn path=/head/; revision=342735
* Add missing plist entry.Juergen Lock2014-01-311-0/+1
| | | | | | | | PR: ports/186300 Submitted by: amdmi3 Notes: svn path=/head/; revision=342085
* Fix QT4 option handling.Juergen Lock2014-01-301-3/+3
| | | | | | | | PR: ports/186280 Submitted by: amdmi3 Notes: svn path=/head/; revision=341886
* - Use gcc and LDFLAGS+=-lc++ on 10+, this seems to fix build as wellJuergen Lock2014-01-231-21/+30
| | | | | | | | | | | as runtime. [1] - Use new LIB_DEPENDS syntax. PR: ports/185997 [1] (inspired by) Submitted by: Mathias Picker <Mathias.Picker@virtual-earth.de> [1] Notes: svn path=/head/; revision=340847
* 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
* Fix build of multimedia/avidemux2 and multimedia/avidemux2-pluginsJuergen Lock2013-07-061-0/+3
| | | | | | | | | | in a world WITH_CLANG_IS_CC and WITHOUT_GCC. PR: ports/180087 Submitted by: r4721@tormail.org Notes: svn path=/head/; revision=322409
* - convert to USES for gettextJason Helfman2013-05-061-13/+15
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317490
* Convert the last USE_ICONV to USES=iconvBaptiste Daroussin2013-04-271-2/+1
| | | | Notes: svn path=/head/; revision=316695
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-2/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Fix default options when not PACKAGE_BUILDING. [1]Juergen Lock2012-10-022-20/+16
| | | | | | | | | | | | | | | - Fix CMAKE_ARGS usage when VORBIS is disabled. [2] - Strip Makefile headers. - Remove a few more shilb major versions from LIB_DEPENDS. - Bump PORTREVISIONs. PR: ports/171478 [1] Submitted by: dumbbell [1] PR: ports/172036 [2] Submitted by: KATO Tsuguru <tkato432@yahoo.com> [2] Notes: svn path=/head/; revision=305176
* Add USE_PKGCONFIG=build explicitlyBaptiste Daroussin2012-07-261-0/+1
| | | | Notes: svn path=/head/; revision=301557
* Add missing bumps for x264 updateMartin Matuska2012-07-231-2/+2
| | | | Notes: svn path=/head/; revision=301408
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - Replace USE_QT4=yes with USE_QT4=# empty, as there is no "yes"Alberto Villa2012-06-062-2/+2
| | | | | | | | | | | component. [1] - While here, fix typo in PORT_OPTIONS check in avidemux2. Reported by: miwi via IRC [1] With hat on: kde [1] Notes: svn path=/head/; revision=298579
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-3/+2
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* Convert to new options frameworkBaptiste Daroussin2012-05-302-104/+91
| | | | | | | | While here, really disable lame support when PACKAGE_BUILDING is activated (lame is restricted) Notes: svn path=/head/; revision=297783
* Update x264 to 0.123.2189Martin Matuska2012-04-251-2/+2
| | | | Notes: svn path=/head/; revision=295502
* Remove bogus PORTREVISIONs that are overriden by the one in Makefile.commonJuergen Lock2012-03-181-1/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293540
* - Update to 2.5.6 . [1]Juergen Lock2012-03-186-28/+29
| | | | | | | | | | | - Add patch to fix build when multimedia/ffmpeg is also installed. PR: ports/166104 [1] Submitted by: 4721@hushmail.com [1] Feature safe: yes Notes: svn path=/head/; revision=293537
* - Actually bump shared library versions, missed in last commitAshish SHUKLA2012-02-161-1/+1
| | | | | | | Reported by: "Herbert J. Skuhra" <h.skuhra at gmail.com> Notes: svn path=/head/; revision=291549
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-1/+1
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* Update x264 to 0.119.2113Martin Matuska2011-12-211-2/+2
| | | | Notes: svn path=/head/; revision=287785
* Also broken on powerpc (and presumably ia64).Mark Linimon2011-11-111-2/+2
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=285503
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-4/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Update x264 to 0.116.2076Martin Matuska2011-10-101-2/+2
| | | | Notes: svn path=/head/; revision=283316
* - Bump PORTREVISION of dependent ports due to multimedia/libvpx updateAshish SHUKLA2011-09-191-0/+1
| | | | Notes: svn path=/head/; revision=281998
* 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-231-1/+2
| | | | Notes: svn path=/head/; revision=276165
* - update to 2.5.5Baptiste Daroussin2011-06-095-41/+6
| | | | | | | - add license Notes: svn path=/head/; revision=275256
* Update libvpx to 0.9.6Martin Matuska2011-05-031-1/+1
| | | | | | | | | | Bump PORTREVISION of depending ports PR: ports/155522 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=273581
* - Fix AMR dependencies (and thus, plist outside of tb. avidemux nowJuergen Lock2010-12-162-13/+6
| | | | | | | | | | | uses OpenCORE AMR codecs.) ...or as they say, "If it's not tested, assume it's broken." - Bump PORTREVISIONs. Reported by: Jan Henrik Sylvester via private email Notes: svn path=/head/; revision=266439
* - Add back libexecinfo code that I disabled at first.Juergen Lock2010-12-105-24/+52
| | | | | | | | | - Sort plugin plist. - Some other minor cosmetic fixes. - Bump PORTREVISIONs. Notes: svn path=/head/; revision=266001
* - Update to 2.5.4Pav Lucistnik2010-12-1019-478/+431
| | | | | | | | | | | - Split plugins to separate port - Transfer maintainership to multimedia@ PR: ports/152419 Submitted by: nox Notes: svn path=/head/; revision=265979
* - Update x264 to 0.110.1804Martin Matuska2010-11-301-2/+2
| | | | Notes: svn path=/head/; revision=265441
* Chase multimedia/mp4v2 update.Max Brazhnikov2010-08-111-1/+1
| | | | | | | | PR: ports/148643 Submitted by: Christopher Key <cjk32 at cam.ac.uk> Notes: svn path=/head/; revision=259124
* - Update x264 to 20100624 (build 98)Martin Matuska2010-07-241-2/+2
| | | | Notes: svn path=/head/; revision=258146
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958