non port: multimedia/transcode/Makefile |
SVNWeb
|
Number of commits found: 212 (showing only 100 on this page) |
Sat, 18 Mar 2023
|
[ 14:56 Daniel Engberg (diizzy) ] be8452e
multimedia/transcode: Fix spelling in DEPRECATED entry
abandond --> abandoned
Approved by: portmgr (blanket)
|
Thu, 16 Feb 2023
|
[ 20:48 Stefan Eßer (se) ] cbec245
multimedia/transcode: mark as broken and deprecated
This software has been abandoned by the author and is not longer
available from an official repository. A verbatim copy exists on
GitHub, and the port is modified to be fetched from that repository.
This port is broken since it depends on audio resample functions that
have been deprecated in 2013 and removed from the ffmpeg sources in
2017, and therefore does not build.
The port is marked deprecated and to be removed after 2023-03-31.
If somebody wants to fix the port I'll accept patches (or transder
maintainership, since I do not use this software anymore).
Reported by: pkg-fallout
|
Sun, 18 Sep 2022
|
[ 11:55 Jan Beich (jbeich) ] 8f87e3d (Only the first 10 of 19 ports in this commit are shown above. )
multimedia/x264: update to 0.164.3095
Changes: https://code.videolan.org/videolan/x264/compare/5db6aa6...baee400f
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 63f36d3 (Only the first 10 of 224 ports in this commit are shown above. )
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Sat, 11 Dec 2021
|
[ 13:50 Tobias C. Berner (tcberner) ] 45526ec (Only the first 10 of 146 ports in this commit are shown above. )
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above )
|
Mon, 21 Jun 2021
|
[ 17:46 Jan Beich (jbeich) ] d6e8497 (Only the first 10 of 16 ports in this commit are shown above. )
multimedia/x264: update to 0.163.3060
Changes: https://code.videolan.org/videolan/x264/compare/55d517b...5db6aa6
|
Sat, 1 May 2021
|
[ 20:40 Stefan Eßer (se) ] 7e3720f
multimedia: set MAINTAINER of dvdrip, mkxvcd, and transcode
Change MAINTAINER of resurrected ports from ports@ to se@.
|
[ 18:48 Stefan Eßer (se) ] 9df7854 (Only the first 10 of 40 ports in this commit are shown above. )
multimedia: Revert removal of transcode and dependent ports
This is a partial revert of commit 60955c0a0956 which removed transcode
and ports depending on it for not building with -fno-common.
multimedia/transcode: Revert removal of port
The transcode port has been fixed to build with -fno-common by adding
1 "extern" and 3 "static" keywords to prevent some global symbols to
be defined in multiple files that are linked into one binary.
While here fix a few issues reported by "make stage-qa".
multimedia/dvdrip: remove DEPRECATED
multimedia/mkxvcd: remove DEPRECATED
multimedia/subtitleripper: remove DEPRECATED
While here add TIMESTAMP to distinfo of these ports and make portlint
and portclippy happy.
multimedia/transcode: Add TIMESTAMP to distinfo
|
[ 11:24 Rene Ladan (rene) ] 60955c0 (Only the first 10 of 57 ports in this commit are shown above. )
Remove expired ports:
2021-04-01 multimedia/transcode: Unmaintained and dead upstream, does not build
with -fno-common (llvm 11)
2021-02-28 x11-toolkits/p5-Gnome2-VFS: Deprecated by the Gtk-Perl project. No
more security patches and bug fixes
2021-02-28 x11-toolkits/p5-Gnome2: Deprecated by the Gtk-Perl project. No more
security patches and bug fixes
2021-05-01 multimedia/dvdrip: Depends on expired multimedia/transcode
2021-05-01 multimedia/subtitleripper: Depends on expired multimedia/transcode
2021-05-01 multimedia/mkxvcd: Depends on expired multimedia/transcode
2021-05-01 deskutils/shutter: Upstream gone, depends on expired
x11-toolkits/p5-Gnome2-VFS
2021-05-01 misc/gcstar: Depends on expired x11-toolkits/p5-Gnome2-VFS
|
Thu, 29 Apr 2021
|
[ 19:14 Ganael LAPLANCHE (martymac) ] d8503c0 (Only the first 10 of 22 ports in this commit are shown above. )
multimedia/libdvd{read,nav}: Update to latest version
Update libdvdread to 6.1.2, changelog:
https://code.videolan.org/videolan/libdvdread/-/blob/master/NEWS
Update libdvdnav to 6.1.1, changelog:
https://code.videolan.org/videolan/libdvdnav/-/blob/master/ChangeLog
and bump dependent ports' revisions.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 7 Mar 2021
|
[ 16:45 tobik ] (Only the first 10 of 34 ports in this commit are shown above. )
Remove redundant option descriptions that match the default ones
(ignoring case)
Reported by: danfe (for net/mosquitto), portscan
|
Sat, 7 Nov 2020
|
[ 15:49 jbeich ] (Only the first 10 of 22 ports in this commit are shown above. )
multimedia/x264: update to 0.161.3020
Changes: https://code.videolan.org/videolan/x264/compare/cde9a93...d198931
ABI: https://abi-laboratory.pro/tracker/timeline/x264/
|
Sun, 30 Aug 2020
|
[ 09:47 zeising ] (Only the first 10 of 68 ports in this commit are shown above. )
Extend expiration of ports broken with -fno-common
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date. The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall. This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.
MFH: 2020Q3 (maybe)
|
Sat, 29 Aug 2020
|
[ 13:03 tcberner ]
multimedia/transcode: fix build on current and deprecate
- upstreams' bitbucket seems unreachable
|
Wed, 26 Aug 2020
|
[ 15:17 pi ]
multimedia/transcode: back to the pool
PR: 248922
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Fri, 3 Jul 2020
|
[ 22:30 jbeich ] (Only the first 10 of 18 ports in this commit are shown above. )
multimedia/x264: update to 0.160.3011
Changes: https://code.videolan.org/videolan/x264/compare/296494a4...cde9a93
ABI: https://abi-laboratory.pro/tracker/timeline/x264/
|
Fri, 27 Mar 2020
|
[ 11:23 martymac ] (Only the first 10 of 29 ports in this commit are shown above. )
Update multimedia/libdvdread and multimedia/libdvdnav to 6.1.0
Changelogs are available here:
https://code.videolan.org/videolan/libdvdread/-/blob/master/NEWS
https://code.videolan.org/videolan/libdvdnav/-/blob/master/ChangeLog
Also, bump dependent ports' revisions and mark sysutils/dvdbackup as BROKEN [1]
Approved by: ehaupt [1]
|
Sat, 21 Dec 2019
|
[ 19:00 jbeich ] (Only the first 10 of 21 ports in this commit are shown above. )
multimedia/x264: update to 0.159.2991
Changes: https://code.videolan.org/videolan/x264/compare/34c06d1...1771b55
ABI: https://abi-laboratory.pro/tracker/timeline/x264/
|
Thu, 14 Nov 2019
|
[ 12:39 tobik ] (Only the first 10 of 68 ports in this commit are shown above. )
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
|
Wed, 6 Nov 2019
|
[ 18:09 zeising ] (Only the first 10 of 17 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories l and m
Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Wed, 16 Oct 2019
|
[ 10:07 martymac ] (Only the first 10 of 26 ports in this commit are shown above. )
Update multimedia/libdvdread and multimedia/libdvdnav
- Update multimedia/libdvdread to 6.0.2 and bump dependent ports' revisions
(shared library version changed)
- Update multimedia/libdvdnav to version 6.0.1 (no ABI change)
|
Mon, 5 Aug 2019
|
[ 23:06 jbeich ] (Only the first 10 of 159 ports in this commit are shown above. )
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/
|
Sun, 26 May 2019
|
[ 05:35 tobik ]
multimedia/transcode: Drop nop SDL_CONFIGURE_ENV_ON
There is no opt_CONFIGURE_ENV_ON helper and USES=sdl already adds
SDL_CONFIG to CONFIGURE_ENV on its own.
|
Mon, 18 Mar 2019
|
[ 21:45 jbeich ] (Only the first 10 of 21 ports in this commit are shown above. )
multimedia/x264: update to 0.157.2945
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=72db437770fd1ce3961f624dd57a8e75ff65ae0b
ABI: https://abi-laboratory.pro/tracker/timeline/x264/
|
Sat, 19 Jan 2019
|
[ 17:15 riggs ]
Fix build on i386 with lld linker
PR: 234818
Submitted by: riggs
Approved by: cyberbotx@cyberbotx.com (maintainer)
|
Sat, 10 Nov 2018
|
[ 19:57 kwm ] (Only the first 10 of 157 ports in this commit are shown above. )
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
|
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/
|
Sat, 29 Sep 2018
|
[ 08:04 riggs ] (Only the first 10 of 75 ports in this commit are shown above. )
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
|
Fri, 10 Aug 2018
|
[ 00:55 jbeich ] (Only the first 10 of 27 ports in this commit are shown above. )
multimedia/x264: update to 0.155.2917
- HI10P is always built after
https://git.videolan.org/?p=x264.git;a=commitdiff;h=71ed44c73124
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=0a84d986e7020f8344f00752e3600b9769cc1e85
ABI: https://abi-laboratory.pro/tracker/timeline/x264/
|
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
|
Mon, 30 Apr 2018
|
[ 18:31 jbeich ]
multimedia/transcode: unbreak with ffmpeg 4.0
export_ffmpeg.c:834:24: error: no member named 'lmin' in 'struct
AVCodecContext'; did you mean 'qmin'?
lavc_venc_context->lmin= (int)(FF_QP2LAMBDA * lavc_param_lmin + 0.5);
^~~~
qmin
/usr/local/include/libavcodec/avcodec.h:2355:9: note: 'qmin' declared here
int qmin;
^
export_ffmpeg.c:835:24: error: no member named 'lmax' in 'struct
AVCodecContext'; did you mean 'qmax'?
lavc_venc_context->lmax= (int)(FF_QP2LAMBDA * lavc_param_lmax + 0.5);
^~~~
qmax
/usr/local/include/libavcodec/avcodec.h:2362:9: note: 'qmax' declared here
int qmax; (Only the first 15 lines of the commit message are shown above )
|
Fri, 29 Dec 2017
|
[ 02:55 jbeich ] (Only the first 10 of 22 ports in this commit are shown above. )
multimedia/{lib,}x264: update to 0.152.2854
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=e9a5903edf8ca59ef20e6f4894c196f135af735e
|
Sun, 19 Nov 2017
|
[ 11:37 riggs ] (Only the first 10 of 25 ports in this commit are shown above. )
Chase audio/faac update (ABI incompatible to previous version 1.28)
PR: 223416
Submitted by: riggs
|
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
|
Thu, 12 Oct 2017
|
[ 15:57 mat ] (Only the first 10 of 42 ports in this commit are shown above. )
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643
|
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
|
Wed, 11 Jan 2017
|
[ 10:08 amdmi3 ] (Only the first 10 of 57 ports in this commit are shown above. )
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
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, 23 Sep 2016
|
[ 13:14 jbeich ] (Only the first 10 of 24 ports in this commit are shown above. )
multimedia/x264: update to 0.148.2708
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=86b71982e131eaa70125f8d0e725fcade9c4c677
Differential Revision: https://reviews.freebsd.org/D7958
Approved by: koobs (maintainer)
|
Fri, 15 Apr 2016
|
[ 17:40 jbeich ]
multimedia/transcode: unbreak build with ffmpeg 3.0
aud_aux.c:329:18: error: use of undeclared identifier 'CODEC_ID_MP2'; did you
mean 'AV_CODEC_ID_MP2'?
codeid = CODEC_ID_MP2;
^~~~~~~~~~~~
AV_CODEC_ID_MP2
/usr/local/include/libavcodec/avcodec.h:419:5: note: 'AV_CODEC_ID_MP2' declared
here
AV_CODEC_ID_MP2 = 0x15000,
^
PR: 208818
Reported by: antoine (via exp-run)
Submitted by: Ben Woods <woodsb02@gmail.com>
Obtained from: Arch Linux
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
[ 17:39 jbeich ]
multimedia/transcode: unbreak fetch
fetch:
http://cdn.bitbucket.org/france/transcode-tcforge/downloads/transcode-1.1.7.tar.bz2:
Forbidden
PR: 208818
Submitted by: Ben Woods <woodsb02@gmail.com>
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
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
|
Tue, 29 Dec 2015
|
[ 09:15 riggs ]
Remove USE_GCC; add --disable-mmx on FreeBSD-10.1
PR: 202773
Submitted by: cyberbotx@cyberbotx.com (maintainer)
Reviewed by: riggs
|
Mon, 9 Nov 2015
|
[ 14:30 amdmi3 ] (Only the first 10 of 17 ports in this commit are shown above. )
Remove support for WANT_SDL/HAVE_SDL knobs
WANT_SDL/HAVE_SDL macros allowed a port to check which SDL components
are installed. This goes against the policy of avoiding automatic
dependencies, and there are actually no cases in the portstree where
these knobs are used properly, so axe them out.
Approved by: portmgr (mat)
Differential Revision: D4093
|
Sat, 10 Oct 2015
|
[ 14:03 tijl ] (Only the first 10 of 40 ports in this commit are shown above. )
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code. (Only the first 15 lines of the commit message are shown above )
|
Fri, 11 Sep 2015
|
[ 22:28 jbeich ]
multimedia/transcode: convert to target helpers
- Reset option sorting to default (alphabetical)
PR: 202773
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Fri, 3 Jul 2015
|
[ 07:02 koobs ] (Only the first 10 of 36 ports in this commit are shown above. )
multimedia/{lib}x264: Update to 0.144.2533 and major refactor
- Update to 0.144.2533 (from upstream stable branch) [1]
- Switch x264 and libx264 ports to master/slave ports respectively
- Bump PORTREVISION for dependent ports as the shared library version
has changed.
multimedia/x264:
- Clean up and update "updating instructions" in Makefile header
- Tweak COMMENT
- Only LIB_DEPENDS on libx264 and add PLIST_FILES if this isn't the
libx264 port.
- Allow COMMENT, USES, OPTIONS_*, CONFIGURE_ARGS to be overriden in
libx264 port. (Only the first 15 lines of the commit message are shown above )
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Wed, 15 Apr 2015
|
[ 08:20 tijl ] (Only the first 10 of 152 ports in this commit are shown above. )
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above )
|
Sun, 18 Jan 2015
|
[ 21:12 kwm ] (Only the first 10 of 45 ports in this commit are shown above. )
Update ImageMagick to 6.9.0.4.
- Normalize the ImageMagick library name so it stays the same regardless of
what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
it useless.
PR: 194949 [1]
PR: 195227 [2]
Requested by: many [1]
Submitted by: software-freebsd@interfasys.ch [2]
|
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 )
|
Sat, 22 Nov 2014
|
[ 16:23 xmj ] (Only the first 10 of 31 ports in this commit are shown above. )
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)
|
Fri, 7 Nov 2014
|
[ 09:55 kwm ] (Only the first 10 of 32 ports in this commit are shown above. )
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
|
Sat, 11 Oct 2014
|
[ 12:16 riggs ]
- Fix build problem (plist generation) with export_xvid.so symlink
- Make port ready for ffmpeg 2.4 and later
- Pet portlint
- Bump PORTREVISION
PR: 194161
Submitted by: cyberbotx@cyberbotx.com (maintainer)
MFH: 2014Q4
|
Fri, 3 Oct 2014
|
[ 11:34 tijl ]
- Replace FAKEDIR with STAGEDIR and only use auto-plist for lib/transcode
- Remove USE_AUTOTOOLS
- Add DOCS option
- Remove -lpthread patching
|
Mon, 18 Aug 2014
|
[ 11:50 amdmi3 ]
- Drop .la files, no dependees require them
Approved by: portmgr blanket
|
Sat, 2 Aug 2014
|
[ 12:35 jhale ]
- Convert to options helpers
- Standardize a few option names
- Bump PORTREVISON since option names have changed
PR: 187687
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Wed, 25 Jun 2014
|
[ 05:35 bapt ] (Only the first 10 of 304 ports in this commit are shown above. )
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
Fri, 20 Jun 2014
|
[ 19:05 amdmi3 ]
- Convert USE_BZIP2 to USES
- Switch to USES=libtool
Approved by: portmgr blanket
|
Tue, 17 Jun 2014
|
[ 20:05 kwm ] (Only the first 10 of 36 ports in this commit are shown above. )
Update to 6.8.9-3 [1][3].
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]
JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
anymore at run-time.
PR: 185462 [1] (Only the first 15 lines of the commit message are shown above )
|
Tue, 13 May 2014
|
[ 10:17 martymac ] (Only the first 10 of 33 ports in this commit are shown above. )
- Update multimedia/libdvdread to 4.9.9
- Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1]
- multimedia/libdvdnav: remove dependency to (now removed) dvdread-config
- sysutils/vstrip: remove useless dependency to multimedia/libdvdread
Approved by: portmgr (implicit) [1]
|
Thu, 24 Apr 2014
|
[ 07:52 tijl ]
Fix LIB_DEPENDS on mjpegtools.
Reported by: jenkins (swills)
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Mon, 3 Feb 2014
|
[ 08:15 martymac ] (Only the first 10 of 39 ports in this commit are shown above. )
- Update libdvdread and libdvdnav to 4.2.1
- Bump dependent ports' revisions
|
Fri, 17 Jan 2014
|
[ 21:38 riggs ]
- Stagify
- Use new LIB_DEPENDS format
- Detect awk properly
Approved by: portmgr (implicit, blanket), thierry (mentor)
|
Mon, 7 Oct 2013
|
[ 09:21 koobs ] (Only the first 10 of 15 ports in this commit are shown above. )
multimedia/x264: Update to 20130827 snapshot
- Update to 20130827 snapshot
- Add CONFIGURE_ARGS to disable OpenCL, fixes configure failure
- Chase library version bump in dependent ports
PR: ports/182484
Submitted by: mm
Reviewed by: kwm, bapt
|
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)
|
Thu, 5 Sep 2013
|
[ 21:04 bsam ]
The last port: --with-libiconv-prefix=${LOCALBASE} -> ${ICONV_CONFIGURE_ARG}
Approved by: portmgr (bapt, implicit)
|
Mon, 2 Sep 2013
|
[ 18:08 antoine ]
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
|
[ 16:23 wg ]
multimedia/transcode: add V4L option
- Add V4L option [1]
- Remove support for OS < 7.x
- Remove leading article from COMMENT
- Add LICENSE (GPLv2)
- USES gmake
PR: ports/179460
Submitted by: Naram Qashat <cyberbotx cyberbotx.com> (maintainer)
|
Sat, 27 Apr 2013
|
[ 11:59 mva ] (Only the first 10 of 219 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Tue, 16 Oct 2012
|
[ 21:17 madpilot ]
Fix typo.
Reported by: crees
Feature safe: yes
|
[ 21:02 madpilot ]
Fix mjpegtools LIBDEPENDS.
Reported by: Jeremy Messenger <mezz.freebsd@gmail.com>
Feature safe: yes
|
[ 18:32 madpilot ]
- Convert to new options framework
- Trim Makefile headers
- Remove ABI version number from LIB_DEPENDS
PR: ports/172516
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes
|
Mon, 23 Jul 2012
|
[ 19:27 mm ] (Only the first 10 of 11 ports in this commit are shown above. )
Update multimedia/x264 to 0.125.2201
Switch to new options framework
|
Thu, 19 Jul 2012
|
[ 20:15 naddy ] (Only the first 10 of 187 ports in this commit are shown above. )
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
|
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
|
Wed, 25 Apr 2012
|
[ 14:19 mm ] (Only the first 10 of 11 ports in this commit are shown above. )
Update x264 to 0.123.2189
|
Sat, 18 Feb 2012
|
[ 10:18 mva ] (Only the first 10 of 537 ports in this commit are shown above. )
- 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
|
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, 17 Jan 2012
|
[ 14:35 martymac ] (Only the first 10 of 40 ports in this commit are shown above. )
- Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisions
- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]
Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1]
|
Sat, 14 Jan 2012
|
[ 22:27 netchild ] (Only the first 10 of 65 ports in this commit are shown above. )
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
|
Wed, 21 Dec 2011
|
[ 08:48 mm ] (Only the first 10 of 12 ports in this commit are shown above. )
Update x264 to 0.119.2113
|
[ 01:20 eadler ]
- update to 1.1.7
Changes:
Update the video stabilization plugins to version 0.80. Speed boost.
PR: ports/163417
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes
|
Tue, 11 Oct 2011
|
[ 07:17 mm ] (Only the first 10 of 33 ports in this commit are shown above. )
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
|
Mon, 10 Oct 2011
|
[ 10:04 mm ]
Update x264 to 0.116.2076
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Fri, 24 Jun 2011
|
[ 22:39 mm ] (Only the first 10 of 82 ports in this commit are shown above. )
Bump due to ffmpeg update to 0.7.1
|
Thu, 23 Jun 2011
|
[ 18:09 mm ] (Only the first 10 of 14 ports in this commit are shown above. )
Update to 0.115.2000
|
Mon, 6 Jun 2011
|
[ 04:31 bapt ] (Only the first 10 of 13 ports in this commit are shown above. )
- update mjpegtools to 2.0.0
- chase library bump
|
Mon, 2 May 2011
|
[ 06:51 bapt ]
Remove run dependency on the expired multimedia/xvid4conf
|
Mon, 27 Dec 2010
|
[ 08:28 glewis ]
. Pass a value for mandir in pre-install to prevent it trying to install
man pages in LOCALBASE. Unbreaks the build as non-root.
. Remove MD5 to keep portlint happy.
PR: 153462
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Tue, 30 Nov 2010
|
[ 09:50 mm ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update x264 to 0.110.1804
|
Tue, 14 Sep 2010
|
[ 18:58 makc ] (Only the first 10 of 27 ports in this commit are shown above. )
Bump PORTREVISION for libdvdread dependants
|
Sat, 24 Jul 2010
|
[ 19:49 mm ] (Only the first 10 of 33 ports in this commit are shown above. )
Update ImageMagick to 6.6.2-10
|
[ 16:38 mm ] (Only the first 10 of 67 ports in this commit are shown above. )
- Update ffmpeg to 0.6
|
[ 15:30 mm ] (Only the first 10 of 16 ports in this commit are shown above. )
- Update x264 to 20100624 (build 98)
|
Number of commits found: 212 (showing only 100 on this page) |