- update to 1.5.4, minor bugfix
- change default pkgoptions to include less dependencies
This commit is contained in:
parent
757e4914be
commit
0288a402d2
4 changed files with 8 additions and 11 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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?
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue