non port: multimedia/tovid/Makefile |
Number of commits found: 49 |
Sunday, 8 Mar 2020
|
17:01 antoine
Deprecate some ports using deprecated version of python
With hat: portmgr
 |
Friday, 8 Nov 2019
|
13:59 tobik
multimedia: Add missing USES={gl,gnome,sdl,xorg}
 |
Saturday, 10 Nov 2018
|
19:57 kwm
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>
 |
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/
 |
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
 |
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
 |
Monday, 12 Feb 2018
|
16:00 amdmi3
- Fix shebangs
- Add LICENSE_FILE
Approved by: portmgr blanket
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
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, 6 Jun 2017
|
16:18 mat
Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.
Sponsored by: Absolight
 |
Tuesday, 25 Apr 2017
|
08:20 riggs
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
 |
Sunday, 11 Dec 2016
|
15:22 jbeich
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)
 |
Friday, 2 Dec 2016
|
09:21 mat
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 13 Jan 2016
|
05:39 ak
- Remove unused USE_* knobs:
databases/mysql57-server
games/kajongg
textproc/ruby-htree
- Fix typos in USE_* knobs:
graphics/fortytwo
math/hexcalc
misc/gnustep-examples
www/h2o
- Remove unused BROKEN_alpha knob:
devel/directfb
- Remove user-settable knob:
multimedia/tovid
Approved by: portmgr blanket
 |
Saturday, 8 Aug 2015
|
12:55 riggs
Resurrect multimedia/tovid
- Complete rework of the port
- New maintainer: grepper@gmail.com
PR: 199703
Submitted by: grepper@gmail.com
Reviewed by: xmj, koobs, riggs
 |
Saturday, 26 Oct 2013
|
00:52 gerald
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
 |
Saturday, 19 Oct 2013
|
16:13 bapt
Deprecate: no more public distfiles
 |
Friday, 20 Sep 2013
|
20:57 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
 |
Friday, 26 Apr 2013
|
12:35 bapt
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
 |
Monday, 22 Apr 2013
|
22:57 bapt
Convert some multimedia@ ports to:
USES=pkgconfig and USES=pathfix
 |
Thursday, 16 Feb 2012
|
15:57 ashish
- Bump PORTREVISION to chase the update of multimedia/libvpx
 |
Thursday, 11 Aug 2011
|
19:20 kwm
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Saturday, 13 Feb 2010
|
08:45 miwi
- Chase multimedia/mjpegtools shlib bump
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Saturday, 22 Aug 2009
|
00:28 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with M
 |
Friday, 6 Jun 2008
|
13:48 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)
 |
Sunday, 12 Aug 2007
|
15:58 mezz
Fix the runtime when anyone has symlink of /usr/X11R6. The script will finding
two tovid then not allow users to run it. Bump the PORTREVISION.
$ tovid
Found 2 installations of tovid on your system!
I won't run until there is only one of me :)
Installed versions:
/usr/local/bin/tovid
/usr/X11R6/bin/tovid
Exiting...
Reported by: Andy Fawcett <andy@athame.co.uk>
 |
Saturday, 11 Aug 2007
|
16:25 mezz
mplayer and mencoder have been splitted, so this port needs both. Add mplayer
in the runtime dependency. Bump the PORTREVISION.
 |
15:33 rafan
- Chase multimedia/mplayer split
PR: ports/115416
Submitted by: Thomas Zander <thomas.e.zander at googlemail.com>
 |
Monday, 23 Jul 2007
|
09:36 rafan
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
 |
Monday, 18 Jun 2007
|
05:47 mezz
- Fix complete on [BUILD|RUN]_DEPENDS by follow tovid-init and
http://tovid.wikia.com/wiki/Tovid_dependencies . I am following the order
of dependencies in tovid-init to make it easier to be follow in the next
update.
- Add INSTALLS_ICONS=yes.
- Fix the MAN1.
- Remove post-build and post-install, these are not need.
- Update the WWW.
- Fix the plist. [1]
- A bit misc of clean up in pkg-descr and Makefile to make readable.
- Bump the PORTREVISION.
Reported by: krismail [1]
 |
Friday, 1 Jun 2007
|
03:25 mezz
Update tovid to 0.30_2, the _2 is because of the patches included from the
website.
PR: ports/113105
Submitted by: edwin
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Sunday, 1 Apr 2007
|
07:50 lioux
Give maintainership to multimedia@FreeBSD.org.
 |
Wednesday, 31 Jan 2007
|
14:07 pav
- Use new USE_CDRTOOLS variable
Tested on: pointyhat
 |
Friday, 1 Dec 2006
|
07:39 pav
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613
Submitted by: alepulver
 |
Sunday, 30 Jul 2006
|
21:31 lioux
o mplayer command line option "-vc dummy" has been deprecated in
favor of "-vc null". Rectify that.
o Bump PORTREVISION
PR: 98668
Submitted by: David Kleiner <david.kleiner@gmail.com>
 |
Wednesday, 10 May 2006
|
22:37 edwin
Remove USE_REINPLACE from ports starting with M
 |
Tuesday, 7 Mar 2006
|
08:28 ade
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
 |
Sunday, 19 Feb 2006
|
08:55 lioux
o Fix misbehavior of makexml that adds extra n's at the XML code,
rendering it useless.
o Bump PORTREVISION
PR: 92084
Submitted by: edwin
 |
Friday, 20 Jan 2006
|
02:44 lioux
o Fix typo in postproc(1) man page
o Add a few parameters to growisofs(1m) command line:
'-dvd-video -use-the-force-luke=dao'
o Bump PORTREVISION
 |
Thursday, 5 Jan 2006
|
03:57 edwin
Chase libversion bumb to libMagick.so.9
PR: ports/91270
 |
Thursday, 29 Dec 2005
|
13:30 lioux
o df(1) output should be on 1Megabyte scale rather than on 512-byte
one. Confunsion created by different interpretations of df(1)
parameter's -P amongst Linux and FreeBSD.
o Do not process audio in any circunstances when dumping video
streams. Tipped by mplayer warning
o Bump PORTREVISION
 |
Wednesday, 28 Dec 2005
|
13:17 lioux
o du(1) should follow symbolic links to avoid detecting them as 0
size. Otherwise, there are problems with test(1) algebraic
evaluations on tovid.sh when trying to detect video aspect ratio.
o Bump PORTREVISION
 |
03:11 lioux
o Due to excessive bashims, depend upon shells/bash and use it
bash(1)
o Bump PORTREVISION
 |
Tuesday, 27 Dec 2005
|
18:55 lioux
Add python as secondary category since this is a python written
application
 |
16:49 lioux
New port tovid version 0.24: A collection of video disc authoring
tools
 |
Number of commits found: 49 |