non port: multimedia/2mandvd/Makefile |
SVNWeb
|
Number of commits found: 39 |
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Tue, 6 Nov 2018
|
[ 01:50 jbeich ] (Only the first 10 of 188 ports in this commit are shown above. )
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/
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Wed, 2 May 2018
|
[ 15:07 jbeich ] (Only the first 10 of 183 ports in this commit are shown above. )
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
|
Sat, 21 Oct 2017
|
[ 06:50 jbeich ] (Only the first 10 of 169 ports in this commit are shown above. )
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
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Tue, 25 Apr 2017
|
[ 08:20 riggs ] (Only the first 10 of 701 ports in this commit are shown above. )
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
|
Sun, 11 Dec 2016
|
[ 15:22 jbeich ] (Only the first 10 of 160 ports in this commit are shown above. )
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries)
|
Fri, 4 Nov 2016
|
[ 07:21 jbeich ]
multimedia/2mandvd: unbreak build with ffmpeg 3.x
videowrapper.cpp:107:40: error: use of undeclared identifier 'PIX_FMT_RGB24';
did you mean
'AV_PIX_FMT_RGB24'?
pCodecCtx->height, PIX_FMT_RGB24, SWS_BICUBIC, NULL,
^~~~~~~~~~~~~
videowrapper.cpp:128:19: error: use of undeclared identifier
'avcodec_alloc_frame'
pFrameRGB=avcodec_alloc_frame();
^
PR: 207547
|
Thu, 14 Apr 2016
|
[ 16:40 danfe ]
- Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago
- Avoid cd'ing to a directory to invoke single-argument command and thus
make target recipes more readable and undemanding of a sub-shell
- Drop `kde' from CATEGORIES as port does not depend on any of KDE stuff
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 26 Feb 2015
|
[ 12:52 amdmi3 ]
- Switch to linguisttools_build
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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 )
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Thu, 21 Nov 2013
|
[ 16:09 makc ] (Only the first 10 of 23 ports in this commit are shown above. )
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
|
Fri, 1 Nov 2013
|
[ 23:29 pawel ]
- Update to version 1.8.5
- Support staging
PR: ports/181064
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Sun, 13 Oct 2013
|
[ 13:03 makc ] (Only the first 10 of 25 ports in this commit are shown above. )
- Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
|
Fri, 20 Sep 2013
|
[ 20:57 bapt ] (Only the first 10 of 404 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
|
Sat, 3 Aug 2013
|
[ 13:44 mat ] (Only the first 10 of 124 ports in this commit are shown above. )
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Fri, 26 Apr 2013
|
[ 12:35 bapt ] (Only the first 10 of 42 ports in this commit are shown above. )
Remove USE_CDRTOOLS from bsd.port.mk
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.
While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
|
Tue, 26 Mar 2013
|
[ 04:45 miwi ]
- Fix crash when locale is set to certain values
PR: 176558
Submitted by: ports fury
|
Thu, 7 Feb 2013
|
[ 14:19 miwi ]
- Update to 1.8.4
PR: 175011
Submitted by: ports fury
|
Wed, 23 Jan 2013
|
[ 15:00 makc ] (Only the first 10 of 237 ports in this commit are shown above. )
Bump PORTREVISION after DESKTOP_ENTRIES update
|
Mon, 7 Jan 2013
|
[ 02:07 makc ] (Only the first 10 of 48 ports in this commit are shown above. )
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes
|
Thu, 6 Dec 2012
|
[ 16:03 danfe ]
- Cleanup the Makefile
- Augment port description
Nota bene: version 1.8.4 is available
Feature safe: yes
|
[ 10:02 jhale ]
- Return maintainership to the pool at maintainer's request
- Trim Makefile headers
PR: ports/174217, ports/174218, ports/174220, ports/174221
Submitted by: Diego Depaoli <trebestie@gmail.com> (maintainer)
Feature safe: yes
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 16 Feb 2012
|
[ 15:57 ashish ] (Only the first 10 of 379 ports in this commit are shown above. )
- Bump PORTREVISION to chase the update of multimedia/libvpx
|
Tue, 31 Aug 2010
|
[ 01:32 amdmi3 ]
- Update to 1.3.5
PR: 149752
Submitted by: Diego Depaoli <trebestie@gmail.com> (maintainer)
|
Sat, 14 Aug 2010
|
[ 20:22 pav ]
- Mark BROKEN: does not fetch
Reported by: pointyhat
|
Sat, 24 Apr 2010
|
[ 09:38 ehaupt ] (Only the first 10 of 48 ports in this commit are shown above. )
Chase audio/libmodplug update.
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sat, 13 Feb 2010
|
[ 08:45 miwi ] (Only the first 10 of 20 ports in this commit are shown above. )
- Chase multimedia/mjpegtools shlib bump
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Fri, 18 Dec 2009
|
[ 18:55 pav ]
- Update to 1.2
PR: ports/141466
Submitted by: Diego Depaoli <trebestie@gmail.com> (maintainer)
|
Wed, 21 Oct 2009
|
[ 10:37 miwi ]
- Update to 1.0.2
PR: 139708
Submitted by: Diego Depaoli <trebestie@gmail.com> (maintainer)
|
Thu, 15 Oct 2009
|
[ 16:03 wxs ]
- Update to 1.0
PR: ports/139262
Submitted by: Diego Depaoli <trebestie@gmail.com> (maintainer)
|
Mon, 31 Aug 2009
|
[ 11:41 wxs ]
2ManDVD is the successor of mandvd, a dvd authoring program.
WWW: http://2mandvd.tuxfamily.org
PR: ports/134443
Submitted by: Diego Depaoli <trebestie@gmail.com>
|
Number of commits found: 39 |