From 0288a402d2ca04facd32c506cd33ae230ffa57b6 Mon Sep 17 00:00:00 2001 From: David Howland Date: Wed, 16 Nov 2005 17:14:22 +0000 Subject: [PATCH] - update to 1.5.4, minor bugfix - change default pkgoptions to include less dependencies --- freevo/Makefile | 4 ++-- freevo/TODO | 3 --- freevo/distinfo | 8 ++++---- freevo/options.mk | 4 ++-- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/freevo/Makefile b/freevo/Makefile index e9586288fb..b93b3c4b2b 100644 --- a/freevo/Makefile +++ b/freevo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2005/11/15 01:29:48 dhowland Exp $ +# $NetBSD: Makefile,v 1.19 2005/11/16 17:14:22 dhowland Exp $ # -DISTNAME= freevo-1.5.3 +DISTNAME= freevo-1.5.4 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freevo/} diff --git a/freevo/TODO b/freevo/TODO index 3cd80cc5b6..3ac1798404 100644 --- a/freevo/TODO +++ b/freevo/TODO @@ -5,9 +5,6 @@ - port Lirc (Linux infrared remote control) to netbsd, make a package, then make a package for py-lirc and then add dependency to freevo. -- Did I miss anything in the PLIST ? I'm tired, I may have forgotten - something. - - Most of the patches were removed. Most of them simply changed the check for the python version. It works fine on my box without the patches. Is that a freebsd thing? diff --git a/freevo/distinfo b/freevo/distinfo index d99921e494..59f94642d3 100644 --- a/freevo/distinfo +++ b/freevo/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2005/11/11 07:04:58 dhowland Exp $ +$NetBSD: distinfo,v 1.11 2005/11/16 17:14:22 dhowland Exp $ -SHA1 (freevo-1.5.3.tar.gz) = 40623f704581ba48ce8e1a6775c7979e1a527131 -RMD160 (freevo-1.5.3.tar.gz) = 75ee5d440c035d1f0c62df91b3e2778126eea7bd -Size (freevo-1.5.3.tar.gz) = 4378836 bytes +SHA1 (freevo-1.5.4.tar.gz) = dc8611e6af2bb09bfebc56b02c9784e305160a2f +RMD160 (freevo-1.5.4.tar.gz) = a5538af486ce6926f57f40abd90a7f655137f225 +Size (freevo-1.5.4.tar.gz) = 4425484 bytes SHA1 (patch-aa) = f26206473fedba193a8eac373e9338de9896ce12 SHA1 (patch-ab) = dd122025a18c6dc615e1ac87d5a27a115b6febae diff --git a/freevo/options.mk b/freevo/options.mk index cef3c16745..b5ffcd48f3 100644 --- a/freevo/options.mk +++ b/freevo/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.4 2005/11/14 17:21:13 dhowland Exp $ +# $NetBSD: options.mk,v 1.5 2005/11/16 17:14:22 dhowland Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.freevo PKG_SUPPORTED_OPTIONS= mencoder xine lame flac oggenc xmltv xmame PKG_OPTIONS_OPTIONAL_GROUPS= snes PKG_OPTIONS_GROUP.snes= snes9x zsnes -PKG_SUGGESTED_OPTIONS= mencoder lame oggenc +PKG_SUGGESTED_OPTIONS= .include "../../mk/bsd.options.mk"