[Update] audio/ffmpeg-normalize

2023-12-04 Thread Laurence Tratt
Update audio/ffmpeg-normalize to the latest version. colorlog is now needed at runtime. Laurie diff --git audio/ffmpeg-normalize/Makefile audio/ffmpeg-normalize/Makefile index 61d54460567..9fb5d22fe7b 100644 --- audio/ffmpeg-normalize/Makefile +++ audio/ffmpeg-normalize/Makefile @@ -1,6 +1,6

Re: Update: audio/ffmpeg-normalize

2023-08-14 Thread Klemens Nanni
On Fri, Aug 11, 2023 at 03:01:55PM +0100, Stuart Henderson wrote: > devel/py-colorlog is OK sthen@ if someone would like to import, please > uncomment the TDEP in ffmpeg-normalize if so. Done, thanks.

Re: Update: audio/ffmpeg-normalize

2023-08-11 Thread Stuart Henderson
On 2023/07/30 11:13, Laurence Tratt wrote: > This (slightly involved) mail updates ffmpeg-normalize. To do that we > also have to: > > 1. Update multimedia/py-ffmpeg-progress-yield (ffmpeg-normalize now > has minimum version requirements). > 2. Add devel/py-colorlog so that `make test`

Re: Update: audio/ffmpeg-normalize

2023-08-07 Thread Laurence Tratt
On Sun, Jul 30, 2023 at 11:13:13AM +0100, Laurence Tratt wrote: And ping on the ffmpeg-normalize update too. Laurie > This (slightly involved) mail updates ffmpeg-normalize. To do that we > also have to: > > 1. Update multimedia/py-ffmpeg-progress-yield (ffmpeg-normalize now > has

Update: audio/ffmpeg-normalize

2023-07-30 Thread Laurence Tratt
This (slightly involved) mail updates ffmpeg-normalize. To do that we also have to: 1. Update multimedia/py-ffmpeg-progress-yield (ffmpeg-normalize now has minimum version requirements). 2. Add devel/py-colorlog so that `make test` works with ffmpeg-normalize. After this, everything

Re: update: audio/ffmpeg-normalize: 1.20.0 -> 1.22.1

2021-09-02 Thread Yifei Zhan
friendly ping... anyone wants to commit this and the new dep multimedia/py-ffmpeg-progress-yield? On 21/08/10 11:46PM, Kurt Mosiejczuk wrote: > On Tue, Aug 10, 2021 at 10:02:49AM +0100, Stuart Henderson wrote: > > > Missing ${MODPY_FLAVOR} > > > >

Re: update: audio/ffmpeg-normalize: 1.20.0 -> 1.22.1

2021-08-20 Thread Laurence Tratt
On Tue, Aug 10, 2021 at 11:46:19PM -0400, Kurt Mosiejczuk wrote: > Here's a version that fixes those issues and gets rid of the custom py-test > stuff since MODPY_PYTEST was created to _not_ do that sort of thing. I don't think this has gone in-tree yet? It's been fine in my testing! Laurie

Re: update: audio/ffmpeg-normalize: 1.20.0 -> 1.22.1

2021-08-11 Thread Yifei Zhan
On 21/08/10 10:05AM, Stuart Henderson wrote: > > If MODPY_PYTEST=Yes works then that would be better. (That automatically > adds the dependency and sets a default test command). > That doesn't seem to work here: ===> Regression tests for ffmpeg-normalize-1.22.1 running test WARNING: Testing

Re: update: audio/ffmpeg-normalize: 1.20.0 -> 1.22.1

2021-08-10 Thread Yifei Zhan
On 21/08/10 08:36AM, Laurence Tratt wrote: > > There is no such dependency (though there is a package of that name!) and so > "make test" immediately fails. I guess you meant: > > TEST_DEPENDS = devel/py-test${MODPY_FLAVOR} > > It then looks like the way the tests are run has changed and we

Re: update: audio/ffmpeg-normalize: 1.20.0 -> 1.22.1

2021-08-10 Thread Kurt Mosiejczuk
On Tue, Aug 10, 2021 at 10:02:49AM +0100, Stuart Henderson wrote: > Missing ${MODPY_FLAVOR} > > devel/py-tqdm${MODPY_FLAVOR} \ > > graphics/ffmpeg > > +TEST_DEPENDS = devel/py3-test > Missing ${MODPY_FLAVOR}, and there is no port

update: audio/ffmpeg-normalize: 1.20.0 -> 1.22.1

2021-08-10 Thread Yifei Zhan
Hi, This is an update for ffmpeg-nomalize from 1.20.0 to 1.22.1. It contains many minor bugfixes. I also added a missing TESTDEP. Tested on amd64. P.S.: This update requires multimedia/py-ffmpeg-progress-yield to be imported first. Index: distinfo

Re: update: audio/ffmpeg-normalize: 1.20.0 -> 1.22.1

2021-08-10 Thread Stuart Henderson
On 2021/08/10 08:36, Laurence Tratt wrote: > On Tue, Aug 10, 2021 at 05:37:22AM +, Yifei Zhan wrote: > > Hello Yifei, > > > This is an update for ffmpeg-nomalize from 1.20.0 to 1.22.1. > > This mostly looks good except: > > > I also added a missing TESTDEP. > > + > > +TEST_DEPENDS =

Re: update: audio/ffmpeg-normalize: 1.20.0 -> 1.22.1

2021-08-10 Thread Stuart Henderson
On 2021/08/10 05:37, Yifei Zhan wrote: > Hi, > > This is an update for ffmpeg-nomalize from 1.20.0 to 1.22.1. It contains > many minor bugfixes. I also added a missing TESTDEP. > > Tested on amd64. > > P.S.: This update requires multimedia/py-ffmpeg-progress-yield to be > imported first. > >

Re: update: audio/ffmpeg-normalize: 1.20.0 -> 1.22.1

2021-08-10 Thread Laurence Tratt
On Tue, Aug 10, 2021 at 05:37:22AM +, Yifei Zhan wrote: Hello Yifei, > This is an update for ffmpeg-nomalize from 1.20.0 to 1.22.1. This mostly looks good except: > I also added a missing TESTDEP. > + > +TEST_DEPENDS = devel/py3-test There is no such dependency (though there