Re: git: 1af6388c9cb0 - main - multimedia/vlc: chase f7accb23bf4c rebuild
- In reply to: Daniel Engberg : "Re: git: 1af6388c9cb0 - main - multimedia/vlc: chase f7accb23bf4c rebuild"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 22:32:07 UTC
Daniel Engberg <diizzy@FreeBSD.org> writes: > On 2023-04-27 21:49, Jan Beich wrote: > >> The branch main has been updated by jbeich: >> URL: >> https://cgit.FreeBSD.org/ports/commit/?id=1af6388c9cb06877b5582b5812afaaaa40065650 >> commit 1af6388c9cb06877b5582b5812afaaaa40065650 >> Author: Jan Beich <jbeich@FreeBSD.org> >> AuthorDate: 2023-04-27 19:48:58 +0000 >> Commit: Jan Beich <jbeich@FreeBSD.org> >> CommitDate: 2023-04-27 19:48:58 +0000 >> multimedia/vlc: chase f7accb23bf4c rebuild >> --- >> multimedia/vlc/Makefile | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile >> index 2602efb037a3..aea79318a1b4 100644 >> --- a/multimedia/vlc/Makefile >> +++ b/multimedia/vlc/Makefile >> @@ -1,6 +1,6 @@ >> PORTNAME= vlc >> DISTVERSION= 3.0.18 >> -PORTREVISION= 3 >> +PORTREVISION= 4 >> PORTEPOCH= 4 >> CATEGORIES= multimedia audio net www >> MASTER_SITES= >> https://get.videolan.org/${PORTNAME}/${DISTVERSION:S/a$//}/ \ > > Thanks, > > Out of curiosity, why is ffmpeg listed as BUILD and RUN dependency > rather than LIB? No clue. bf94442d17d9 probably wanted to prevent LIB_DEPENDS picking libavcodec.so.52 from ffmpeg instead of libavcodec.so.54 from ffmpeg-011. LIB_DEPENDS=avcodec.54:... would've probably had the same effect. RUN_DEPENDS version is mostly ignored in binary packages, anyway. Disclaimer: I don't use vlc. Only one of my ports optionally depends on it but otherwise couldn't care less.