use an mp3 player with a better license

This commit is contained in:
wilfried 2003-08-04 13:31:28 +00:00
parent 1ee70309ea
commit 7c230d5051
4 changed files with 29 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.10 2003/08/04 12:44:20 espie Exp $
# $OpenBSD: Makefile,v 1.11 2003/08/04 13:31:28 wilfried Exp $
COMMENT= 'wm-dockapp; front end for mpg123'
COMMENT= 'wm-dockapp; front end for an mp3 player'
DISTNAME= wmmp3-0.12
CATEGORIES= audio x11 x11/windowmaker
@ -10,14 +10,14 @@ HOMEPAGE= http://www.dotfiles.com/software/wmmp3/
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= "Mpg123 isn't allowed"
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
RUN_DEPENDS= :mpg123-*:audio/mpg123
RUN_DEPENDS= :mad-*:audio/mad
SEPARATE_BUILD= concurrent
USE_X11= Yes

View File

@ -1,6 +1,15 @@
$OpenBSD: patch-main_c,v 1.1.1.1 2001/02/06 11:56:54 wilfried Exp $
--- main.c.orig Mon Apr 3 02:11:46 2000
+++ main.c Mon Feb 5 20:17:37 2001
$OpenBSD: patch-main_c,v 1.2 2003/08/04 13:31:28 wilfried Exp $
--- main.c.orig 2000-04-03 02:11:46.000000000 +0200
+++ main.c 2003-08-04 15:05:48.000000000 +0200
@@ -125,7 +125,7 @@ void loadconfig()
errno = 0;
/* set defualts in case anything fails */
- set_mpg123("/usr/local/bin/mpg123");
+ set_mpg123("/usr/local/bin/madplay");
set_mp3ext(".mp3");
set_playlistext(".m3u");
@@ -230,7 +230,7 @@ int check_options(int argc, char *argv[]
return option_entered;
}

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-sample_wmmp3,v 1.1 2003/08/04 13:31:28 wilfried Exp $
--- sample.wmmp3.orig 1999-12-09 05:25:25.000000000 +0100
+++ sample.wmmp3 2003-08-04 15:06:04.000000000 +0200
@@ -1,5 +1,5 @@
-# full path to mpg123 executable
-mpg123 = /usr/local/bin/mpg123
+# full path to an mp3 player executable
+mpg123 = /usr/local/bin/madplay
#
# mp3 directories, 1 per line

View File

@ -1,7 +1,5 @@
wmmp3 is an mpg123 front end. It is a small X application that will
also work as a Window Maker dockapp.
wmmp3 is an mp3 player front end. It is a small X application that
will also work as a Window Maker dockapp.
You configure wmmp3 by using a ~/.wmmp3 file, copy a sample from
${SAMPLE_DIR}.
WWW: ${HOMEPAGE}