notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: multimedia/py-ffmpeg/Makefile
SVNWeb

Number of commits found: 16

Tue, 25 Apr 2017
[ 08:20 riggs search for other commits by this committer ] Original commit   Revision:439367 (Only the first 10 of 701 ports in this commit are shown above. View all ports for this commit)
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Mon, 17 Apr 2017
[ 18:50 dbn search for other commits by this committer ] Original commit   Revision:438742
multimedia/py-ffmpeg: fix expiration date.

Reported by:	dvl@
Fri, 14 Apr 2017
[ 14:17 dbn search for other commits by this committer ] Original commit   Revision:438514
multimedia/py-ffmpeg: depreciate, concurrent

 - Mark port as depreciated, as done upstream
 - Mark port as supporting concurrency (and sort USE_PYTHON)
 - Fix python versioning (it does not depend on the python2 metaport)
Mon, 10 Apr 2017
[ 21:49 mat search for other commits by this committer ] Original commit   Revision:438214 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Regular USE_GITHUB cleanup.

Do not set DISTNAME.
Do not set WRKSRC, if you feel like you need to, you should fix
GH_PROJECT instead.

Sponsored by:	Absolight
Sun, 11 Dec 2016
[ 15:22 jbeich search for other commits by this committer ] Original commit   Revision:428352 (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 7 Nov 2016
[ 10:48 jbeich search for other commits by this committer ] Original commit   Revision:425603
multimedia/py-ffmpeg: adjust pts after r425471

AVFrame.pkt_pts didn't exist in ffmpeg-4f7d2fe-2010-12-16 snapshot when
global_video_pkt_pts was added to py-ffmpeg. The code worked it around by
saving PTS in AVFrame.opaque just before avcodec_decode_video2() call. This
broke when r425471 removed our_get_buffer(). So, just use AVFrame.pkt_pts
directly now.

PR:		214247
Approved by:	dbn (maintainer)
Sun, 6 Nov 2016
[ 08:14 jbeich search for other commits by this committer ] Original commit   Revision:425471
multimedia/py-ffmpeg: unbreak build with ffmpeg 3.x

ffmpeg/_ffmpeg.c:8559:23: error: no member named 'get_buffer' in 'struct
AVCodecContext'; did you mean 'get_buffer2'?
    __pyx_v_codecCtx->get_buffer = __pyx_f_6ffmpeg_7_ffmpeg_our_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);
          ^
ffmpeg/_ffmpeg.c:8568:23: error: no member named 'release_buffer' in 'struct
AVCodecContext'
    __pyx_v_codecCtx->release_buffer =
__pyx_f_6ffmpeg_7_ffmpeg_our_release_buffer;
    ~~~~~~~~~~~~~~~~  ^

PR:		214247
Approved by:	dbn (maintainer)
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 8 Dec 2015
[ 09:04 mat search for other commits by this committer ] Original commit   Revision:403254 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, the
framework already sets a unique DISTNAME.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 30 Mar 2015
[ 18:11 dbn search for other commits by this committer ] Original commit   Revision:382702
multimedia/py-ffmpeg: use new USE_GITHUB.
Thu, 19 Mar 2015
[ 16:44 bdrewery search for other commits by this committer ] Original commit   Revision:381618 (Only the first 10 of 133 ports in this commit are shown above. View all ports for this commit)
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 21 Oct 2014
[ 17:22 mva search for other commits by this committer ] Original commit   Revision:371331 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- Convert ports of multimedia/ to new USES=python

Approved by:	portmgr (implicit)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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, 24 Apr 2014
[ 20:11 dbn search for other commits by this committer ] Original commit   Revision:352062 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Update my ports to be compliant with new USES framework and fix other issues.

Changes:
 * various: migrate USE_BZIP2 to USES=tar:bzip2
 * various: migrate USE_XZ to USES=tar:xz
 * multimedia/py-ffmpeg: add and prefer github (GH) as master site
 * ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD)

Most ports are updated infrequently so a single batch commit is preferred over
collating changes per port.
Thu, 23 Jan 2014
[ 18:06 dbn search for other commits by this committer ] Original commit   Revision:340843
Add emulators/py-ffmpeg 1.2.4.

This is python bindings for ffmpeg, specifically designed for Android for
use by Kivy (x11-toolkits/py-kivy).

Number of commits found: 16