pkgsrc/multimedia/vlc/buildlink3.mk
nia fd95f32fd9 vlc: Update to 3.0.7.1
Based on work in pkgsrc-wip.

I've had the opportunity to test this in a NetBSD-8 bulk build - it seems
the package is now fixed. Hopefully.

The 3.0.x release series is considered for long-term support by upstream.
Notably for pkgsrc, this means it will be the last release series that
supports older compilers.

Note that VLC now depends on Qt5 instead of Qt4. Various config flags have
been tweaked (enabled/disabled) to match what other vendors (mainly FreeBSD)
are doing.  I have also added an alsa package option.

The full list of upstream changes is probably too long to list.
2019-07-02 20:52:12 +00:00

13 lines
275 B
Makefile

# $NetBSD: buildlink3.mk,v 1.47 2019/07/02 20:52:12 nia Exp $
BUILDLINK_TREE+= vlc
.if !defined(VLC_BUILDLINK3_MK)
VLC_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.vlc+= vlc>=3.0.1
BUILDLINK_PKGSRCDIR.vlc?= ../../multimedia/vlc
.endif # VLC_BUILDLINK3_MK
BUILDLINK_TREE+= -vlc