731702fa11
To better clarify which version this packages. VideoLAN is a project of French students from the Ecole Centrale Paris and developers from all over the world. Its main goals is MPEG streaming on a network, but it also features a standalone multimedia player. The VideoLAN Server can stream video read from a hard disk, a DVD player, a satellite card or an MPEG 2 compression card, and unicast or multicast it on a network. The VideoLAN Client can read the stream from the network and display it. It can also be used to display video read locally on the computer : DVDs, VCDs, MPEG and DivX files and from a satellite card. It is multi-plaform : Linux, Windows, Mac OS X, BeOS, BSD, Solaris, QNX, iPaq... The VideoLAN Client and Server now have a full IPv6 support. This version is the last version with support for OSSv3, which is the OSS version implemented in NetBSD before NetBSD 7.
13 lines
278 B
Makefile
13 lines
278 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2015/10/25 10:52:24 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= vlc
|
|
|
|
.if !defined(VLC_BUILDLINK3_MK)
|
|
VLC_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.vlc+= vlc>=2.0.6nb2
|
|
BUILDLINK_PKGSRCDIR.vlc?= ../../multimedia/vlc2
|
|
|
|
.endif # VLC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -vlc
|