diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | multimedia/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index dd1fe1e0fe5..8282aebb7d3 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.12643 2006/01/23 23:09:32 wiz Exp $ +$NetBSD: CHANGES,v 1.12644 2006/01/24 02:28:49 xtraeme Exp $ Changes to the packages collection and infrastructure in 2006: @@ -504,3 +504,4 @@ Changes to the packages collection and infrastructure in 2006: Updated games/qstat to 2.10 [recht 2006-01-23] Updated x11/xorg-server to 6.9.0nb2 [joerg 2006-01-23] Updated inputmethod/anthy to 7100b [wiz 2006-01-23] + Added multimedia/gtranscode version 0.3 [xtraeme 2006-01-24] diff --git a/multimedia/Makefile b/multimedia/Makefile index 0d431a1fc54..83ad8afa143 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2006/01/18 15:43:13 jmmv Exp $ +# $NetBSD: Makefile,v 1.82 2006/01/24 02:28:49 xtraeme Exp $ # COMMENT= Multimedia utilities @@ -30,6 +30,7 @@ SUBDIR+= gst-plugins0.8-theora SUBDIR+= gst-plugins0.8-xvid SUBDIR+= gstreamer0.10 SUBDIR+= gstreamer0.8 +SUBDIR+= gtranscode SUBDIR+= gxine SUBDIR+= kdemultimedia3 SUBDIR+= kmplayer |