Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.6_8 13 Jun 2015 17:39:10 |
riggs |
Remove multimedia/avidemux2 from head. The 2.5 branch is no longer maintained
upstream, and all versions from this branch have security vulnerabilities. |
2.5.6_8 09 Jun 2015 14:25:42 |
jbeich |
multimedia/libvpx: update to 1.4.0
ABI isn't compatible, so bump PORTREVISION in consumers.
Changes: https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision: https://reviews.freebsd.org/D2570
Exp-run by: antoine
Approved by: ashish, multimedia (kwm)
Approved by: maintainer timeout (ale, dinoex; 2 weeks) |
2.5.6_7 25 Mar 2015 17:36:48 |
marino |
multimedia category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket |
2.5.6_7 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
2.5.6_7 25 Dec 2014 02:23:50 |
bapt |
Convert USE_GNOME=desktopfileutils into USES=desktop-file-utils |
2.5.6_7 25 Dec 2014 02:11:22 |
bapt |
Remove useless gnomehack |
2.5.6_7 08 Dec 2014 22:18:13 |
bapt |
Avoid usage of @cwd |
2.5.6_7 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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. (Only the first 15 lines of the commit message are shown above ) |
2.5.6_6 22 Nov 2014 16:23:34 |
xmj |
multimedia/x264: General overhaul
- 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) |
2.5.6_5 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2.5.6_5 02 Apr 2014 18:00:39 |
nox |
Fix build of the old avidemux, not sure when it broke...
(include <bsd.port.post.mk> instead of <bsd.port.mk>)
Submitted by: QAT |
2.5.6_5 01 Apr 2014 17:27:31 |
nox |
- Finally import avidemux 2.6.8 as new ports multimedia/avidemux26*,
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) |
2.5.6_5 14 Feb 2014 16:12:39 |
antoine |
Finish stage support
Reported by: pkg-fallout
PR: ports/186763 |
2.5.6_5 05 Feb 2014 15:53:18 |
bapt |
Chase libmad changes |
2.5.6_5 31 Jan 2014 22:12:11 |
nox |
Add missing plist entry.
PR: ports/186300
Submitted by: amdmi3 |
2.5.6_5 30 Jan 2014 20:58:43 |
nox |
Fix QT4 option handling.
PR: ports/186280
Submitted by: amdmi3 |
2.5.6_5 23 Jan 2014 18:42:47 |
nox |
- Use gcc and LDFLAGS+=-lc++ on 10+, this seems to fix build as well
as runtime. [1]
- Use new LIB_DEPENDS syntax.
PR: ports/185997 [1] (inspired by)
Submitted by: Mathias Picker <Mathias.Picker@virtual-earth.de> [1] |
2.5.6_5 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
2.5.6_5 06 Jul 2013 19:30:04 |
nox |
Fix build of multimedia/avidemux2 and multimedia/avidemux2-plugins
in a world WITH_CLANG_IS_CC and WITHOUT_GCC.
PR: ports/180087
Submitted by: r4721@tormail.org |
2.5.6_5 06 May 2013 09:07:30 |
jgh |
- convert to USES for gettext
Approved by: portmgr (bapt@) |
2.5.6_5 27 Apr 2013 22:09:15 |
bapt |
Convert the last USE_ICONV to USES=iconv |
2.5.6_5 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
2.5.6_5 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
2.5.6_5 02 Oct 2012 20:47:41 |
nox |
- Fix default options when not PACKAGE_BUILDING. [1]
- 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] |
2.5.6_4 26 Jul 2012 10:06:25 |
bapt |
Add USE_PKGCONFIG=build explicitly |
2.5.6_4 23 Jul 2012 19:28:50 |
mm |
Add missing bumps for x264 update |
2.5.6_3 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
2.5.6_2 06 Jun 2012 11:41:50 |
avilla |
- Replace USE_QT4=yes with USE_QT4=# empty, as there is no "yes"
component. [1]
- While here, fix typo in PORT_OPTIONS check in avidemux2.
Reported by: miwi via IRC [1]
With hat on: kde [1] |
2.5.6_2 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
2.5.6_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.5.6_1 30 May 2012 12:54:00 |
bapt |
Convert to new options framework
While here, really disable lame support when PACKAGE_BUILDING is activated (lame
is restricted) |
2.5.6_1 25 Apr 2012 14:19:00 |
mm |
Update x264 to 0.123.2189 |
2.5.6 18 Mar 2012 22:32:16 |
nox |
Remove bogus PORTREVISIONs that are overriden by the one in Makefile.common
Feature safe: yes |
2.5.6 18 Mar 2012 20:30:59 |
nox |
- Update to 2.5.6 . [1]
- Add patch to fix build when multimedia/ffmpeg is also installed.
PR: ports/166104 [1]
Submitted by: 4721@hushmail.com [1]
Feature safe: yes |
2.5.5_4 16 Feb 2012 20:22:59 |
ashish |
- Actually bump shared library versions, missed in last commit
Reported by: "Herbert J. Skuhra" <h.skuhra at gmail.com> |
2.5.5_4 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
2.5.5_4 14 Jan 2012 22:27:02 |
netchild |
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it. |
2.5.5_3 21 Dec 2011 08:48:28 |
mm |
Update x264 to 0.119.2113 |
2.5.5_2 11 Nov 2011 02:57:50 |
linimon |
Also broken on powerpc (and presumably ia64).
Hat: portmgr
Feature safe: yes |
2.5.5_2 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- 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. |
2.5.5_2 10 Oct 2011 10:04:07 |
mm |
Update x264 to 0.116.2076 |
2.5.5_1 19 Sep 2011 15:45:09 |
ashish |
- Bump PORTREVISION of dependent ports due to multimedia/libvpx update |
2.5.5_1 24 Jun 2011 11:12:17 |
kwm |
Fix the build of avidemux2-plugins after the recent x264 update.
PR: ports/158247
Submitted by: Barbara <barbara.xxx1975@libero.it>
Obtained from: Gentoo |
2.5.5_1 23 Jun 2011 18:09:46 |
mm |
Update to 0.115.2000 |
2.5.5 09 Jun 2011 06:16:17 |
bapt |
- update to 2.5.5
- add license |
2.5.4_3 03 May 2011 17:29:47 |
mm |
Update libvpx to 0.9.6
Bump PORTREVISION of depending ports
PR: ports/155522
Approved by: maintainer (timeout) |
2.5.4_2 16 Dec 2010 17:39:32 |
nox |
- Fix AMR dependencies (and thus, plist outside of tb. avidemux now
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 |
2.5.4_1 10 Dec 2010 19:11:10 |
nox |
- Add back libexecinfo code that I disabled at first.
- Sort plugin plist.
- Some other minor cosmetic fixes.
- Bump PORTREVISIONs. |
2.5.4 10 Dec 2010 14:04:46 |
pav |
- Update to 2.5.4
- Split plugins to separate port
- Transfer maintainership to multimedia@
PR: ports/152419
Submitted by: nox |
2.4.4_10 30 Nov 2010 09:50:47 |
mm |
- Update x264 to 0.110.1804 |
2.4.4_9 11 Aug 2010 21:04:44 |
makc |
Chase multimedia/mp4v2 update.
PR: ports/148643
Submitted by: Christopher Key <cjk32 at cam.ac.uk> |
2.4.4_8 24 Jul 2010 15:30:17 |
mm |
- Update x264 to 20100624 (build 98) |
2.4.4_7 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
2.4.4_6 03 Jun 2010 08:55:01 |
netchild |
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency) |
2.4.4_5 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.4.4_4 21 Apr 2010 12:56:46 |
mm |
- Update x264 to shared library version 85 |
2.4.4_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.4.4_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.4.4_1 23 Aug 2009 10:36:55 |
makc |
Unbreak [1]
Fix plist when building with QT4 support
PR: ports/137621 [1]
Submitted by: Ulrich Spoerlein <uspoerlein at gmail.com>
Approved by: Anish Mistry (maintainer) |
2.4.4_1 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
2.4.4_1 07 Aug 2009 14:40:47 |
miwi |
- Mark it BROKEN, (fails to build with qt 4.5) |
2.4.4_1 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
2.4.4 17 Apr 2009 23:35:38 |
amdmi3 |
- Update to 2.4.4
- Fix build with curret x264
- While here, also fix some `nested declaration' errors on -current
PR: 133539
Submitted by: Jan Henrik Sylvester <me at janh dot de>
Approved by: portmgr (pav) |
2.4.2_3 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
2.4.2_2 24 Mar 2009 03:42:37 |
amdmi3 |
- Disable LAME, FAAC and AMRNB options for package building to be able to
produce avidemux2 package, as correspondng ports are RESTRICTED
PR: 132390
Submitted by: Mel <mel at rachie dot is-a-geek dot net>
Approved by: maintainer timeout |
2.4.2_2 21 Feb 2009 15:51:15 |
miwi |
- Chase audio/faad shlib bump |
2.4.2_1 10 Dec 2008 07:35:19 |
linimon |
Mark as broken on sparc64.
Hat: portmgr |
2.4.2_1 22 Jul 2008 19:42:34 |
timur |
Fix pkg_list to remove sr@latin directories on deinstall. |
2.4.2 15 Jul 2008 02:53:29 |
timur |
Upgrade avidemux2 to the 2.4.2 version and switch to CMake
PR: ports/125508
Submitted by: timur@FreeBSD.org
Approved by: amistry@am-productions.biz (maintainer) |
2.3.0_5 06 Jun 2008 13:48:22 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.3.0_5 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
2.3.0_5 22 Mar 2008 14:48:03 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
2.3.0_5 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
2.3.0_4 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
2.3.0_3 28 Jul 2007 12:27:31 |
miwi |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
2.3.0_2 30 May 2007 07:43:39 |
miwi |
- Fix build with gcc 4.2
PR: 113093
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer) |
2.3.0_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.3.0 22 Mar 2007 21:51:48 |
miwi |
- Add desktop file
- Fix portlint warnings
- drop FreeBSD 4.X support
PR: 110644
Submitted by: Pawel Pekala <c0rn@o2.pl>
Approved by: maintainer |
2.3.0 02 Dec 2006 16:52:55 |
miwi |
- Update to 2.3.0
PR: 105938
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer) |
2.1.2_4 03 Oct 2006 04:04:32 |
rafan |
- Chase multimedia/x264 update
PR: ports/103912
Submitted by: Anish Mistry <amistry at am-productions.biz> (maintainer) |
2.1.2_3 21 Sep 2006 08:07:59 |
stas |
- Fix SDL-dependent ports broken by last update.
Approved by: kris (portmgr), sem (mentor) |
2.1.2_3 20 Sep 2006 11:21:59 |
stas |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
2.1.2_2 10 Aug 2006 11:49:59 |
ahze |
- Fix build with x264 |
2.1.2_2 09 Aug 2006 15:32:45 |
ahze |
- Chase libver bump in x264 |
2.1.2_1 08 Aug 2006 13:21:40 |
sat |
- Move js from build/run depends to lib depends now that
spidermonkey installs a versioned lib
Approved by: Anish Mistry <amistry@am-productions.biz> (maintainer) |
2.1.2_1 19 May 2006 05:57:24 |
itetcu |
- Chase x264 update.
- Add additional berlios mirrors as MASTER_SITES while we're here.
PR: ports/97439
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Approved by: tmclaugh (mentor) |
2.1.2 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
2.1.2 15 Apr 2006 18:07:34 |
arved |
Update to 2.1.2
PR: 94156
Submitted by: Anish Mistry |
2.1.1 19 Mar 2006 09:26:32 |
ale |
Spidermonkey is a runtime dependency, too. |
2.1.1 27 Jan 2006 11:53:12 |
tdb |
- Update to 2.1.1
PR: 92405
Submitted by: "Anish Mistry" <amistry@am-productions.biz> (maintainer) |
2.1.0_1 19 Jan 2006 03:13:33 |
anray |
Fix previous commit - USE_AUTOTOOLS aclocal definition.
Noticed by: "Jack L." <xxjack12xx@gmail.com> |
2.1.0_1 17 Jan 2006 13:13:33 |
anray |
* Fix a problem with -pthread not being picked up by some systems.
* Add Ogg Vorbis detection and inclusion, as well as remove the old
aclocal hack and use the method described in the PR.
PR: ports/91898
Submitted by: maintainer |
2.1.0 11 Dec 2005 22:47:59 |
tdb |
- Update Avidemux to 2.1.0.
- Depend on spidermonkey for scripting and project support.
PR: 90215
Submitted by: "Anish Mistry" <amistry@am-productions.biz> (maintainer)
Approved by: clement (mentor) |
2.0.42_1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
2.0.42_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
2.0.42 24 Jun 2005 00:15:01 |
ahze |
- Update to 2.0.42
PR: ports/82594
Submitted by: Anish Mistry (maintainer) |
2.0.40_1 16 Jun 2005 05:15:21 |
ade |
Remove un-needed run-time dependency on autoconf/automake
Approved by: maintainer |
2.0.40 26 May 2005 08:02:32 |
pav |
- Update to 2.0.40
PR: ports/81480
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer) |
2.0.38_3 17 May 2005 19:26:35 |
pav |
- Update to 2.0.38 release
PR: ports/81131
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer) |
2.0.38_2 16 Mar 2005 12:21:58 |
flz |
- Strip ^M ni a file so that patch applies correctly.
PR: ports/78909
Submitted by: Sven Berkvens-Matthijsse <sven@berkvens.net> |