diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-11-20 17:00:07 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-11-20 17:00:07 +0000 |
commit | dfa7d334db70ec72f93d96e8325c3ad7d4200b21 (patch) | |
tree | eb7f080b8818dffd708c7cafa38498e8acc2ba53 | |
parent | fc38310879db9e4bc86788b83e26df44217aa27f (diff) | |
download | pkgsrc-dfa7d334db70ec72f93d96e8325c3ad7d4200b21.tar.gz |
Added graphics/f4l
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | graphics/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 28450519986..2129a08bb35 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11985 2005/11/20 16:50:38 wiz Exp $ +$NetBSD: CHANGES,v 1.11986 2005/11/20 17:00:07 xtraeme Exp $ Changes to the packages collection and infrastructure in 2005: @@ -5290,3 +5290,4 @@ Changes to the packages collection and infrastructure in 2005: Added emulators/vmips version 1.3.1 [rillig 2005-11-20] Updated devel/glib2 to 2.8.4 [wiz 2005-11-20] Updated x11/gtk2 to 2.8.7 [wiz 2005-11-20] + Added graphics/f4l version 0.2 [xtraeme 2005-11-20] diff --git a/graphics/Makefile b/graphics/Makefile index 4a41dc31109..5d651e31f54 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.402 2005/11/19 09:10:25 agc Exp $ +# $NetBSD: Makefile,v 1.403 2005/11/20 17:00:07 xtraeme Exp $ # COMMENT= Graphics tools and libraries @@ -66,6 +66,7 @@ SUBDIR+= exif SUBDIR+= exifprobe SUBDIR+= exiftags SUBDIR+= exiv2 +SUBDIR+= f4l SUBDIR+= fbm SUBDIR+= feh SUBDIR+= flphoto |