pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/xmms-alarm Initial import of xmms-alarm, provide...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/871d743d632c
branches:  trunk
changeset: 459930:871d743d632c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 12 07:10:07 2003 +0000

description:
Initial import of xmms-alarm, provided by Michal Pasternak in PR 21875.
Changes: use SHLIBTOOL_OVERRIDE instead of obsolete LTCONFIG_OVERRIDE;
fill PLIST (!); run pkglint and fix errors.

This plugin allows your XMMS be used as an alarm clock. Various settings are
available (like, for example, volume fading-in time).

diffstat:

 audio/xmms-alarm/DESCR            |   2 ++
 audio/xmms-alarm/Makefile         |  19 +++++++++++++++++++
 audio/xmms-alarm/PLIST            |   3 +++
 audio/xmms-alarm/distinfo         |   5 +++++
 audio/xmms-alarm/patches/patch-aa |  13 +++++++++++++
 5 files changed, 42 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r d160395dd529 -r 871d743d632c audio/xmms-alarm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-alarm/DESCR    Tue Aug 12 07:10:07 2003 +0000
@@ -0,0 +1,2 @@
+This plugin allows your XMMS be used as an alarm clock. Various settings are
+available (like, for example, volume fading-in time).
diff -r d160395dd529 -r 871d743d632c audio/xmms-alarm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-alarm/Makefile Tue Aug 12 07:10:07 2003 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/12 07:10:07 wiz Exp $
+#
+
+DISTNAME=              xmms-alarm-0.3.3
+CATEGORIES=            audio
+MASTER_SITES=          http://www.snika.uklinux.net/xmms-alarm/
+
+MAINTAINER=            dotz%irc.pl@localhost
+HOMEPAGE=              http://www.snika.uklinux.net/index.php?show=xmms-alarm
+COMMENT=               Plugin which allows XMMS to be used as an alarm clock
+
+USE_BUILDLINK2=                YES
+USE_X11=               YES
+GNU_CONFIGURE=         YES
+USE_LIBTOOL=           YES
+SHLIBTOOL_OVERRIDE=    ${WRKSRC}/libtool
+
+.include "../../audio/xmms/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d160395dd529 -r 871d743d632c audio/xmms-alarm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-alarm/PLIST    Tue Aug 12 07:10:07 2003 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/12 07:10:07 wiz Exp $
+lib/xmms/General/libalarm.la
+lib/xmms/General/libalarm.so
diff -r d160395dd529 -r 871d743d632c audio/xmms-alarm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-alarm/distinfo Tue Aug 12 07:10:07 2003 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/12 07:10:07 wiz Exp $
+
+SHA1 (xmms-alarm-0.3.3.tar.gz) = 3cacf04c4cb3073a6ab5ce102edc366c90d28311
+Size (xmms-alarm-0.3.3.tar.gz) = 243708 bytes
+SHA1 (patch-aa) = 3449a689d560dc57be821d56bd75614100cb1584
diff -r d160395dd529 -r 871d743d632c audio/xmms-alarm/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-alarm/patches/patch-aa Tue Aug 12 07:10:07 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/08/12 07:10:07 wiz Exp $
+
+--- src/alarm.c~       Fri Jun 13 21:51:30 2003
++++ src/alarm.c        Fri Jun 13 21:56:46 2003
+@@ -750,7 +750,7 @@
+     pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);
+     
+    pthread_attr_setinheritsched(&attr, PTHREAD_EXPLICIT_SCHED);
+-   pthread_attr_setschedpolicy(&attr, SCHED_OTHER);
++/*   pthread_attr_setschedpolicy(&attr, SCHED_OTHER); */
+    pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM);
+ 
+    pthread_create(&tid, &attr, start_routine, args);



Home | Main Index | Thread Index | Old Index