diff options
-rw-r--r-- | doc/CHANGES-2012 | 3 | ||||
-rw-r--r-- | multimedia/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2012 b/doc/CHANGES-2012 index 62edc3a6d5b..27a95f6abad 100644 --- a/doc/CHANGES-2012 +++ b/doc/CHANGES-2012 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2012,v 1.3916 2012/12/17 00:50:01 khorben Exp $ +$NetBSD: CHANGES-2012,v 1.3917 2012/12/17 00:56:26 khorben Exp $ Changes to the packages collection and infrastructure in 2012: @@ -6024,3 +6024,4 @@ Changes to the packages collection and infrastructure in 2012: Added x11/deforaos-panel version 0.2.16 [khorben 2012-12-17] Added audio/deforaos-mixer version 0.1.1 [khorben 2012-12-17] Added x11/deforaos-locker version 0.2.1 [khorben 2012-12-17] + Added multimedia/deforaos-player version 0.1.4 [khorben 2012-12-17] diff --git a/multimedia/Makefile b/multimedia/Makefile index c11615fe63b..36f1e6a97e6 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.197 2012/12/03 22:26:54 wiz Exp $ +# $NetBSD: Makefile,v 1.198 2012/12/17 00:55:31 khorben Exp $ # COMMENT= Multimedia utilities @@ -14,6 +14,7 @@ SUBDIR+= ccxstream SUBDIR+= cfourcc SUBDIR+= clutter-gst SUBDIR+= clutter08-gst +SUBDIR+= deforaos-player SUBDIR+= dirac SUBDIR+= divxplayer SUBDIR+= dumpmpeg |