non port: multimedia/mlt/Makefile |
Number of commits found: 117 (showing only 100 on this page) |
Friday, 30 Jul 2021
|
18:14 Tobias C. Berner (tcberner)
multimedia/{py-,}mlt{-qt5,}: rename to multimedia/{py-,}mlt6{-qt5,}:
- To make it possible to easily import mlt-7 move the current port to
a versioned directory.
- Add Mk/Uses/mlt.mk to make it easily possible to depend on a given mlt
version:
USES=mlt:6
will get you a dependency on multimedia/mlt6, while
USES=mlt:7
will get you a dependency on the soon to be added multimedia/mlt7
- Switch the port to use cmake as a build system
- While here, provide some more options to make it possible to have
a leaner package if required
- Bump consumers after rename of the dependency
5c8adda |
Tuesday, 22 Jun 2021
|
18:53 Kevin Bowling (kbowling)
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
da3162c |
Thursday, 6 May 2021
|
19:05 Adriaan de Groot (adridg)
multimedia/mlt[-qt5]: update to last 6-series release
We missed a couple of 6-series releases, so jump from 6.22
straight to 6.26.1, which is the last of the 6-series.
Release notes are at:
https://www.mltframework.org/
VDPAU support was removed -- ports had an option for it,
which was disabled and now the option is removed as well.
The 7-series introduces API breaks, so that update will
be more involved.
dd682a9 |
19:05 Adriaan de Groot (adridg)
multimedia/mlt: bump to 6.26.1
This is the last 6-series update. The 7-series (repease May 2nd) introduces
API breaks, which means more coordination with consumers.
81c5e25 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 12 Jan 2021
|
14:55 tcberner
multimedia/mlt: remove bogus gtk2 dependency
PR: 252607
Submitted by: Greg V <greg@unrelenting.technology>
 |
Saturday, 12 Dec 2020
|
17:04 thierry
- Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not
registered;
- Bump PORTREVISION of consumers.
PR: 250833
Submitted by: /me
Approved by: tcberner@ (KDE / maintainer) + exp-run
 |
Monday, 9 Nov 2020
|
08:19 bapt
Remove swdec option in preparation for gstreamer 0.10 removal
swfdec depends on gstreamer 0.10 which is about to be removed, so will be
removed along with it hence the removal of the optional dependency on it
 |
Saturday, 1 Aug 2020
|
22:28 tcberner
multimedia/mlt: update to 6.22.1
 |
13:13 tcberner
multimedia/mlt: update to 6.22.0
- gtk2 module was deprecated and replaced by gdk
 |
Wednesday, 17 Jun 2020
|
18:17 sunpoet
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine
 |
Sunday, 23 Feb 2020
|
08:27 tcberner
multimedia/mlt: update to 6.20.0
Announcement:
https://www.mltframework.org/blog/v6.20.0_released/
 |
Thursday, 12 Dec 2019
|
23:24 tcberner
KDE's December 2019 Apps Update
New versions of KDE applications landing in December
The release of new versions for KDE applications is part of KDE's continued
effort to bring you a complete and up-to-date catalog of fully-featured,
beautiful and useful programs for your system.
Available now are new versions of KDE's file browser Dolphin; Kdenlive, one of
the most complete open source video editors; the document viewer Okular; KDE's
image viewer, Gwenview; and all of your other favorite KDE apps and utilities.
All of these applications have been improved, making them faster and more
stable and they boast exciting new features. The new versions of KDE
applications let you be productive and creative, while at the same time making
use of KDE software easy and fun.
We hope you enjoy all the novel features and improvements worked into all of
KDE's apps!
Announcement: https://kde.org/announcements/releases/2019-12-apps-update/
 |
Thursday, 28 Nov 2019
|
17:26 pkubaj
multimedia/mlt: remove SWFDEC from default OPTIONS
Swfdec has been abandonware for years and Flash Player has been losing
marketshare anyway. Moreover, liboil (swfdec's dependency) doesn't build on
powerpc64 elfv2, which blocks this port and in consequence kde5 metaport.
Approved by: tcberner (maintainer, mentor)
Differential Revision: https://reviews.freebsd.org/D22591
 |
Sunday, 24 Nov 2019
|
09:49 tcberner
multimedia/mlt: update to 6.18.0
 |
Friday, 8 Nov 2019
|
13:59 tobik
multimedia: Add missing USES={gl,gnome,sdl,xorg}
 |
Wednesday, 6 Nov 2019
|
18:07 zeising
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
 |
Monday, 5 Aug 2019
|
23:06 jbeich
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Saturday, 18 May 2019
|
18:13 tcberner
multimedia/mlt: update to 6.16.0
 |
Saturday, 6 Apr 2019
|
14:43 tcberner
multimedia/mlt: update to 6.14.0
Changelog:
https://www.mltframework.org/blog/v6.14.0_released/
 |
Tuesday, 1 Jan 2019
|
13:46 tcberner
multimedia/mlt: move USES=gl to the master port only
* r488723 introduced USES=gl globally, which made the slave ports mlt-qt[45]
ignored
PR: 234461
 |
Sunday, 30 Dec 2018
|
17:15 tcberner
More GCC-related fixes in kde@ ports
PR: 234461
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
 |
Wednesday, 26 Dec 2018
|
09:06 tcberner
Update math/eigen3 to 3.3.7
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7
 |
Tuesday, 11 Dec 2018
|
22:30 tcberner
Update multimedia/mlt, multimedia/shotcut and graphics/movit
- multimedia/mlt: 6.12.0
- multimedia/shotcut: 18.11.18
- graphics/movit: 1.6.2
To reduce the bumps, all in one.
PR: 229068
PR: 229071
Approved by: multimedia (kwm)
 |
Tuesday, 6 Nov 2018
|
01:50 jbeich
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
 |
Tuesday, 11 Sep 2018
|
18:34 zeising
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
 |
Saturday, 4 Aug 2018
|
09:13 tcberner
multimedia/mlt: Readd empty portrevision to master port.
 |
09:10 tcberner
Update multimedia/mlt* to 6.10.0
 |
07:57 tcberner
multimedia/mlt* update to 6.8.0
* give maintainership to kde@
PR: 229073
 |
Saturday, 19 May 2018
|
10:32 tcberner
Update multimedia/mlt to 6.6.0
PR: 227842
Approved by: avilla (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D15226
 |
Wednesday, 9 May 2018
|
20:27 swills
Bump PORTREVISION on more opencv consumers due to opencv update
 |
Wednesday, 2 May 2018
|
15:07 jbeich
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
 |
Thursday, 4 Jan 2018
|
11:11 tcberner
Unbreak multimedia/mlt* after 457914
Removing eigen as a run-depend in graphics/movit makes mlt fail to build.
Add eigen as a build-depend to mlt*.
Pointy hat: tcberner
Reported by: antoine
 |
Wednesday, 20 Dec 2017
|
12:41 bapt
Switch from swig 1.3 to swig 3.0
 |
Saturday, 21 Oct 2017
|
06:50 jbeich
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine
 |
Tuesday, 23 May 2017
|
05:03 rezny
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
 |
Tuesday, 25 Apr 2017
|
08:20 riggs
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
 |
Sunday, 1 Jan 2017
|
03:45 sunpoet
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
 |
Wednesday, 28 Dec 2016
|
05:05 avilla
- Split MLT Qt plugins into their own ports [1]
- Cleanup the Python slave port [2]
- Bump PORTREVISION.
[1] Ports can now force the dependency on Qt plugin, which is needed
by Kdenlive. Having two different (conflicting) versions will help
with the transition to the KF5-dependent Kdenlive.
[2] Creating slave ports for other SWIG bindings should now be easy.
 |
Monday, 26 Dec 2016
|
08:46 amdmi3
- Mark broken on FreeBSD 9.x i386
- Switch to options helpers
Approved by: portmgr blanket
 |
Friday, 23 Dec 2016
|
02:38 avilla
multimedia/mlt: install (optional) OpenGL module
 |
Wednesday, 21 Dec 2016
|
14:27 avilla
multimedia/mlt: update to 6.4.1
- Upstream some patches
- Remove dependency on Qt 5 OpenGL (will be upstreamed)
- Add dependency on math/fftw3
- Completely disable VDPAU option (broken upstream)
 |
Sunday, 11 Dec 2016
|
15:23 jbeich
multimedia/mlt: disable VDPAU to unbreak with ffmpeg 3.x
In file included from producer_avformat.c:153:
./vdpau.c:162:11: error: no member named 'type' in 'struct AVFrame'
frame->type = FF_BUFFER_TYPE_USER;
~~~~~ ^
./vdpau.c:162:18: error: use of undeclared identifier 'FF_BUFFER_TYPE_USER'
frame->type = FF_BUFFER_TYPE_USER;
^
./vdpau.c:165:16: error: no member named 'reference' in 'struct AVFrame'
if ( frame->reference )
~~~~~ ^
./vdpau.c:239:21: error: no member named 'get_buffer' in 'struct
AVCodecContext'; did you mean 'get_buffer2'?
self->video_codec->get_buffer = vdpau_get_buffer;
^~~~~~~~~~
get_buffer2
/usr/local/include/libavcodec/avcodec.h:2565:11: note: 'get_buffer2' declared
here
int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags);
^
./vdpau.c:240:21: error: no member named 'release_buffer' in 'struct
AVCodecContext'
self->video_codec->release_buffer = vdpau_release_buffer;
~~~~~~~~~~~~~~~~~ ^
PR: 214197
Reported by: antoine (via exp-run)
Suggested by: matthew@reztek.cz
Approved by: portmgr blanket
 |
Friday, 21 Oct 2016
|
15:21 mat
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
 |
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
 |
Wednesday, 24 Aug 2016
|
08:20 tcberner
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
Ports -- I chose to leave this out for now, as the diff is already large
enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5
PR: 210667
Approved by: portmgr, mat (mentor), rakuco (mentor)
Reviewed by: mat, rakuco
Differential Revision: https://reviews.freebsd.org/D6961
 |
Monday, 15 Aug 2016
|
17:46 tcberner
Add a Qt5 option to multimedia/mlt
multimedia/mlt has a Qt4 option specifically to support multimedia/kdenlive.
Future versions of kdenlive are Qt5 based. Prepare for this by also enabling
the Qt5 library being built.
Convert the QT4 option into a radio-option "QT=QT4 QT5".
Reviewed by: mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7432
 |
Wednesday, 8 Jun 2016
|
18:30 woodsb02
multimedia/mlt: Fixes post r416546 commit
- USE_GNOME=cairo only applies when SWFDEC option is enabled
- USE_XORG=x11 applies even with all options disabled (due to SDL)
- USE_GNOME=glib20 is required when JACK or SWFDEC options are enabled
- Fix pkg-plist: filter_audiospectrum.yml only installed if QT4 enabled
Reported by: mat (mentor)
Reviewed by: mat (mentor)
Approved by: adamw (mentor), portmgr (blanket approval - build fixes)
Differential Revision: https://reviews.freebsd.org/D6776
 |
16:17 woodsb02
multimedia/mlt:
- Update to 6.2.0
- Mark KDE4 option as implying/requiring QT4 option
- Move USE_KDE4=kdelibs to new options helpers
- Add USE_GNOME=cairo as notified by new stage-qa error
Changes this release:
http://mltframework.blogspot.fr/2016/04/version-620-released.html
http://mltframework.blogspot.fr/2016/02/version-600-released.html
http://mltframework.blogspot.fr/2015/07/version-098-released.html
This update also allows multimedia/mlt to build against ffmpeg 3.0.x.
The ports tree currently still has multimedia/ffmepg at version 2.8.7,
however this update is backwards compatible with ffmpeg 2.8.7. The
update of multimedia/ffmpeg to 3.0.x branch is waiting for ports which
depend on it to successfully build with the newer version of ffmpeg.
PR: 207390
Submitted by: olivierd
Approved by: avilla (maintainer timeout), mat (mentor), makc, araujo (with kde
hat)
Differential Revision: https://reviews.freebsd.org/D6754
 |
Tuesday, 3 May 2016
|
01:02 jbeich
multimedia/ffmpeg: enable VAAPI and VDPAU by default
Build VAAPI and VDPAU backends, so ports using system ffmpeg can take
advantage of GPU-assisted decoding. Also, propagate defaults to consumers.
Approved by: cpm, multimedia (riggs), maintainer timeout (3 weeks)
Differential Revision: https://reviews.freebsd.org/D5898
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 28 Jun 2015
|
14:10 avilla
multimedia/mlt: update to 0.9.6
This is a bugfix and minor enhancement release:
http://mltframework.blogspot.it/2015/02/version-094-released.html
 |
Saturday, 2 May 2015
|
14:02 riggs
- Update to upstream version 14.4.2
- Bump PORTREVISION on lib-dependent ports
PR: 199567
Submitted by: takefu@airport.fm
Approved by: dnelson@allantgroup.com (maintainer)
 |
Monday, 8 Dec 2014
|
16:48 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.
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)
 |
Monday, 20 Oct 2014
|
09:37 marino
multimedia/mlt: add USES=alias plus ...
USES=alias allows the port to build on DragonFly without patches, but
only if --target-os=FreeBSD is also sent to the configure script. This
is a no-op for FreeBSD (configure eventually sets target-os to FreeBSD
anyway). USES=alias was covered by portmgr blanket.
 |
Wednesday, 24 Sep 2014
|
01:01 avilla
multimedia/mlt:
- Update to 0.9.2.
- Add optional dependency on Vid.Stab.
- Remove deprecated plugins.
- Remove stale MAN* macro.
- Use OPTIONS handlers.
- Remove @dirrm*.
- Strip binary and libraries.
This is a bugfix and enhancement release:
http://mltframework.blogspot.com/2014/06/version-092-released.html
multimedia/py-mlt:
- Force dependency on Python 2.
- Take maintainership.
 |
Wednesday, 10 Sep 2014
|
20:50 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)
 |
Wednesday, 16 Jul 2014
|
08:26 bapt
Fix some non default LIB_DEPENDS
With hat: portmgr
 |
Monday, 14 Jul 2014
|
18:42 bapt
Modernize LIB_DEPENDS
With hat: portmgr
 |
Friday, 27 Jun 2014
|
15:45 wg
multimedia/ffmpeg: update to 2.2.4
- Bump dependent ports of libavutil
- USES tar:bzip2
- Use @sample in pkg-plist
 |
15:43 wg
multimedia/mlt: support stage
Approved by: portmgr (stage blanket)
 |
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
 |
Monday, 21 Oct 2013
|
17:37 wg
multimedia/mlt,kdenlive: unset FFMPEG_SUFX
- Unset FFMPEG_SUFX to use ffmpeg-2
Approved by: portmgr (bapt, implicit)
 |
Saturday, 19 Oct 2013
|
16:43 wg
multimedia/ffmpeg: update to 2.0.1
- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)
Approved by: portmgr (bapt)
 |
Friday, 20 Sep 2013
|
20:57 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
 |
Saturday, 7 Sep 2013
|
14:08 madpilot
Fix build on head after iconv change.
Reported by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Approved by: portmgr (bapt, implicit)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Friday, 7 Jun 2013
|
14:33 avilla
- Update to 0.9.0.
- Add KDE4 option (dependent on QT4 one).
Informations on the release can be found in the official announcement:
http://mltframework.blogspot.it/2013/06/v090-released-with-new-property.html
 |
Tuesday, 23 Apr 2013
|
14:20 bapt
Finish converting the whole ports tree to USES=pkgconfig
 |
Thursday, 14 Mar 2013
|
08:17 pclin
- graphics/libexif:
* Update to 0.6.21
* Add LICENSE
* Switch to OptionsNG and PORTDOCS
- Document libexif 2012-07-12 vulnerabilty
- Bump PORTREVISION for libexif related ports
- Trim headers while here
PR: ports/175910
Approved by: swills (mentor)
Security: d881d254-70c6-11e2-862d-080027a5ec9a
 |
Saturday, 9 Feb 2013
|
03:37 avilla
- py-mlt:
* fix MAINTAINER;
* fix plist generation;
* avoid conflicting with mlt's EXAMPLESDIR removal.
PR: 175368
Submitted by: Oliver Heesakkers <dev2@heesakkers.info>
- Update to 0.8.8 bugfix release.
- Remove PTHREAD_LIBS.
 |
Sunday, 13 Jan 2013
|
10:13 avilla
- Update MLT to 0.8.6.
- Depend on ffmpeg1 instead of ffmpeg-011.
- Remove patches committed upstream.
- Remove soversion from LIB_DEPENDS.
- Make py-mlt a SLAVE_PORT.
 |
Friday, 5 Oct 2012
|
04:12 avilla
- Backport my commits to support depending on non-default FFmpeg.
- Switch dependency from multimedia/ffmpeg to multimedia/ffmpeg-011,
as my tests revealed that MLT isn't working anymore with 0.7.x.
- Drop option --linsys-with-jpeg as per upstream suggestion.
- Update OPTIONS descriptions to be consistent with recent changes.
- Bump PORTREVISION.
 |
Monday, 3 Sep 2012
|
23:16 avilla
- Fix build when FreeBSD was build with WITHOUT_GCC=yes.
PR: 171294
Submitted by: Christian Mangin <christian.mangin@gmail.com>
- Stop installing standard license files.
- Cleanup Makefile.
Suggested by: danfe
 |
Saturday, 1 Sep 2012
|
09:46 avilla
- Update to 0.8.2.
- Fix COMMENT (mlt is no server).
- OPTIONSngify and improve descriptions.
- Move demo/ to PORTEXAMPLES.
- Move melt.1 to MAN1.
- Remove header from Makefile.
 |
Thursday, 19 Jul 2012
|
20:15 naddy
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
 |
Monday, 2 Jul 2012
|
08:31 avilla
- Update to 0.8.0.
- Enable GPLv3 components.
- Fix build on 9-STABLE after MFC of xlocale. [1]
- Mark CONFLICTS_INSTALL with archivers/freeze. [2]
The minor version is increased due to the addition of time properties!
In addition:
* improve seek speed on AVCHD when using FFmpeg v0.9.1+;
* composite and dissolve speed improvements on x86-64;
* improve performance of caching in image producers;
* add device enumeration to decklink producer and consumer.
PR: 168766 [1]
Reported by: conflicts checker [2]
Submitted by: Christian Mangin <christian.mangin@gmail.com> [1]
Oliver Brandmueller via email [1]
 |
Wednesday, 6 Jun 2012
|
06:44 miwi
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Monday, 14 May 2012
|
14:32 avilla
- Update to 0.7.8.
- Replace NOT_FOR_ARCHS with BROKEN.
 |
Saturday, 18 Feb 2012
|
10:18 mva
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
 |
Thursday, 16 Feb 2012
|
15:57 ashish
- Bump PORTREVISION to chase the update of multimedia/libvpx
 |
Thursday, 3 Nov 2011
|
07:03 avilla
- Fix build when upgrading from an old version.
PR: 162244 [1]
Reported by: James Colannino <crankycyclops@gmail.com> via e-mail
Andrei Lavreniyuk <andy.lavr@gmail.com> [1]
Tested by: James Colannino <crankycyclops@gmail.com>
 |
Wednesday, 2 Nov 2011
|
02:39 avilla
- Update to 0.7.6.
 |
Tuesday, 28 Jun 2011
|
13:09 avilla
- Depend on gdkpixbuf2 rather than on gdkpixbuf.
- Bump PORTREVISION.
PR: ports/158390
Submitted by: Vladimir Kushnir <vkushnir@bigmir.net>
 |
Friday, 24 Jun 2011
|
22:39 mm
Bump due to ffmpeg update to 0.7.1
 |
Wednesday, 9 Mar 2011
|
14:45 avilla
- Remove MMX, SSE and SSE2 options. It should be now safe to build on
amd64 without disabling them.
- Bump PORTREVISION.
 |
Sunday, 6 Mar 2011
|
11:06 avilla
- Update option description: it's not clear to everyone that x86-64
means amd64.
 |
Friday, 4 Mar 2011
|
02:15 wen
- Bump PORTREVISION to chase the update of libexif
 |
Wednesday, 2 Mar 2011
|
17:19 avilla
- Update to 0.6.2.
- Take maintainership of multimedia/py-mlt. [1]
Approved by: corky1951@comcast.net (maintainer) [1]
 |
Friday, 14 Jan 2011
|
15:39 avilla
- Update to 0.6.0.
Feature safe: yes
 |
Friday, 1 Oct 2010
|
10:17 avilla
- Update to 0.5.10.
- Fix LICENSE.
- Disable by default JACK Rack module, as it's mostly unused.
Approved by: tabthorpe (mentor, implicit)
 |
Tuesday, 31 Aug 2010
|
08:25 avilla
- Enable Frei0r module on FreeBSD 6.X after the OpenCV upgrade.
Approved by: tabthorpe (mentor, implicit)
 |
Wednesday, 18 Aug 2010
|
18:13 avilla
- Update to 0.5.6.
- Add LICENSE.
- Use bsd.port.options.mk.
Approved by: tabthorpe (mentor)
 |
Saturday, 24 Jul 2010
|
16:38 mm
- Update ffmpeg to 0.6
 |
Sunday, 6 Jun 2010
|
20:44 naddy
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
 |
Wednesday, 26 May 2010
|
12:13 avilla
- Fix build of avformat module with VDPAU capable graphic cards.
Reported by: users via e-mail
Approved by: tabthorpe (mentor)
 |
Thursday, 29 Apr 2010
|
12:52 avilla
- Update to 0.5.4.
- Disable Frei0r module on FreeBSD 6.X.
Approved by: tabthorpe (mentor)
 |
Number of commits found: 117 (showing only 100 on this page) |