aboutsummaryrefslogtreecommitdiff
path: root/multimedia/avidemux26
Commit message (Collapse)AuthorAgeFilesLines
* Fix my plist mess upBaptiste Daroussin2014-12-081-1/+1
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=374339
* Cleanup plistBaptiste Daroussin2014-12-081-8/+1
| | | | Notes: svn path=/head/; revision=374338
* Avoid using @cwdBaptiste Daroussin2014-12-081-6/+12
| | | | Notes: svn path=/head/; revision=374337
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+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-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-1/+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
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-042-1/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* - Finally import avidemux 2.6.8 as new ports multimedia/avidemux26*,Juergen Lock2014-04-0112-0/+491
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