Update audio/pianobar: my fixes have been merged upstream.

While here, add a MESSAGE file and comment the patch.

OK jasper@
This commit is contained in:
dcoppa 2010-05-13 18:35:51 +00:00
parent fab7307bec
commit cbb86adbef
6 changed files with 18 additions and 24 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/03/29 21:12:20 dcoppa Exp $
# $OpenBSD: Makefile,v 1.2 2010/05/13 18:35:51 dcoppa Exp $
COMMENT = console client for pandora
VERSION = 0.20100313
DISTNAME = PromyLOPh-pianobar-34ff325
VERSION = 0.20100513
DISTNAME = PromyLOPh-pianobar-2a1e819
PKGNAME = pianobar-${VERSION}
CATEGORIES = audio

View File

@ -1,5 +1,5 @@
MD5 (PromyLOPh-pianobar-34ff325.tar.gz) = qqZbo6td1+IYC+Yzp5WhgA==
RMD160 (PromyLOPh-pianobar-34ff325.tar.gz) = aBdNP9iFbharkjnIEc27t/vHCqM=
SHA1 (PromyLOPh-pianobar-34ff325.tar.gz) = /ORWkMUeJmgbYS/sPYmrEep4H0s=
SHA256 (PromyLOPh-pianobar-34ff325.tar.gz) = wiR2A9nw/E+FG6f9K25EfYM5Qa5Fayy7zo25CB/P6AY=
SIZE (PromyLOPh-pianobar-34ff325.tar.gz) = 63619
MD5 (PromyLOPh-pianobar-2a1e819.tar.gz) = iJxlkhD4m1RnxlVEnwkQCw==
RMD160 (PromyLOPh-pianobar-2a1e819.tar.gz) = k/qpTtfA0TpJdh5Bt93sAJBqDOs=
SHA1 (PromyLOPh-pianobar-2a1e819.tar.gz) = NorXGE0d7chFflodjnCDKF2lupQ=
SHA256 (PromyLOPh-pianobar-2a1e819.tar.gz) = 9VCaZYGZ5dWpCP33Y6zepp3OoVJSmheOmtH2sJECX1U=
SIZE (PromyLOPh-pianobar-2a1e819.tar.gz) = 66942

View File

@ -1,4 +1,7 @@
$OpenBSD: patch-src_player_c,v 1.1.1.1 2010/03/29 21:12:20 dcoppa Exp $
$OpenBSD: patch-src_player_c,v 1.2 2010/05/13 18:35:51 dcoppa Exp $
Our faad port uses a patched neaacdec.h header
--- src/player.c.orig Tue Mar 16 20:29:34 2010
+++ src/player.c Mon Mar 29 15:44:59 2010
@@ -185,7 +185,7 @@ static WaitressCbReturn_t BarPlayerAACCb (void *ptr, s

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_ui_c,v 1.1.1.1 2010/03/29 21:12:20 dcoppa Exp $
--- src/ui.c.orig Tue Mar 16 20:29:34 2010
+++ src/ui.c Mon Mar 29 15:42:23 2010
@@ -420,7 +420,7 @@ void BarUiStartEventCmd (const BarSettings_t *settings
/* child */
close (pipeFd[1]);
dup2 (pipeFd[0], fileno (stdin));
- execl (settings->eventCmd, settings->eventCmd, type, NULL);
+ execl (settings->eventCmd, settings->eventCmd, type, (char *)NULL);
BarUiMsg (MSG_ERR, "Cannot start eventcmd. (%s)\n", strerror (errno));
close (pipeFd[0]);
exit (1);

View File

@ -0,0 +1,3 @@
Before running pianobar, you'll need to create a configuration file.
Copy the provided ${PREFIX}/share/examples/pianobar/config to
~/.config/pianobar/config and modify as necessary.

View File

@ -1,7 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/03/29 21:12:20 dcoppa Exp $
@comment $OpenBSD: PLIST,v 1.2 2010/05/13 18:35:51 dcoppa Exp $
@bin bin/pianobar
@man man/man1/pianobar.1
share/doc/pianobar/
share/doc/pianobar/COPYING
@comment share/doc/pianobar/
@comment share/doc/pianobar/COPYING
share/examples/pianobar/
share/examples/pianobar/config