Commit graph

5 commits

Author SHA1 Message Date
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
kristerw
37a4828e7d The configure script requires pkg-config. 2004-06-27 18:48:09 +00:00
grant
e940f5af45 add buildlink3.mk 2004-06-26 18:33:00 +00:00
grant
7802b7fe8d improve 2004-06-26 18:18:02 +00:00
grant
4431c9380f Initial import of libdv 0.102 into the NetBSD packages collection.
The Quasar DV codec (libdv) is a software codec for DV video, the
encoding format used by most digital camcorders, typically those that
support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. libdv was
developed according to the official standards for DV video: IEC 61834
and SMPTE 314M.

Submitted in PR pkg/24313 by Osamu OISHI with cleanup and update to
0.102 by me.
2004-06-26 17:48:29 +00:00