diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-09-10 16:28:01 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-09-10 16:28:01 +0000 |
commit | 56d307bffef89af9fb7383a273b3351cfe4762eb (patch) | |
tree | 5cb7061b84d9908e2f6333760277ff811d675cd8 | |
parent | d85e9e7a02c8dd99d3c894987e219d07aff23652 (diff) | |
download | pkgsrc-56d307bffef89af9fb7383a273b3351cfe4762eb.tar.gz |
+ multimedia/libnms
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | multimedia/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 1fae4281ce7..66c7dfabdc2 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1985 2007/09/10 16:18:26 xtraeme Exp $ +$NetBSD: CHANGES-2007,v 1.1986 2007/09/10 16:28:01 xtraeme Exp $ Changes to the packages collection and infrastructure in 2007: @@ -3632,3 +3632,4 @@ Changes to the packages collection and infrastructure in 2007: Added devel/libbinio version 1.4 [xtraeme 2007-09-10] Added audio/adplug version 2.1 [xtraeme 2007-09-10] Added net/libmms version 0.3 [xtraeme 2007-09-10] + Added multimedia/libnms version 0.6.0 [xtraeme 2007-09-10] diff --git a/multimedia/Makefile b/multimedia/Makefile index 64e1d8cf6c9..1b684fb244b 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2007/09/08 11:35:56 wiz Exp $ +# $NetBSD: Makefile,v 1.110 2007/09/10 16:28:01 xtraeme Exp $ # COMMENT= Multimedia utilities @@ -63,6 +63,7 @@ SUBDIR+= libmatroska SUBDIR+= libmp4v2 SUBDIR+= libmpeg2 SUBDIR+= libmpeg3 +SUBDIR+= libnms SUBDIR+= libogg SUBDIR+= libtheora SUBDIR+= lsdvd |