summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/liteamp/Makefile5
-rw-r--r--audio/liteamp/distinfo6
-rw-r--r--audio/liteamp/patches/patch-aa14
-rw-r--r--doc/CHANGES3
4 files changed, 7 insertions, 21 deletions
diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile
index 3a34a773aeb..ecbb66d321d 100644
--- a/audio/liteamp/Makefile
+++ b/audio/liteamp/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2004/03/26 02:27:34 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/11 03:10:25 minskim Exp $
-DISTNAME= liteamp-0.2.4.1
-PKGREVISION= 2
+DISTNAME= liteamp-0.2.4.2
CATEGORIES= audio
MASTER_SITES= http://download.kldp.net/liteamp/
diff --git a/audio/liteamp/distinfo b/audio/liteamp/distinfo
index 95753ad7be7..0215dfa7dcb 100644
--- a/audio/liteamp/distinfo
+++ b/audio/liteamp/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2004/03/04 17:53:57 minskim Exp $
+$NetBSD: distinfo,v 1.3 2004/04/11 03:10:25 minskim Exp $
-SHA1 (liteamp-0.2.4.1.tar.gz) = 1d56d4a405c40b50635d6a00b84cd16efab3208d
-Size (liteamp-0.2.4.1.tar.gz) = 480660 bytes
+SHA1 (liteamp-0.2.4.2.tar.gz) = b810ccb6f464d1e4c26223021c7bd571ff62f5cc
+Size (liteamp-0.2.4.2.tar.gz) = 496190 bytes
SHA1 (patch-aa) = bde4fb74419f2f8e8fb3e5551358773727f182c6
SHA1 (patch-ab) = 4cb36325a550686977b3570d8570f068799ec1ee
diff --git a/audio/liteamp/patches/patch-aa b/audio/liteamp/patches/patch-aa
deleted file mode 100644
index 99930295185..00000000000
--- a/audio/liteamp/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/02/18 01:28:29 minskim Exp $
-
---- src/liteamp.c.orig 2004-01-07 10:10:48.000000000 -0600
-+++ src/liteamp.c
-@@ -320,7 +320,9 @@ void liteamp_main()
- liteamp_update_ui_layout();
-
- // main event loop
-+ gdk_threads_enter();
- gtk_main();
-+ gdk_threads_leave();
- }
-
-
diff --git a/doc/CHANGES b/doc/CHANGES
index 976cbd32e61..d89763da7ab 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5524 2004/04/11 02:52:10 snj Exp $
+$NetBSD: CHANGES,v 1.5525 2004/04/11 03:10:25 minskim Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -1896,3 +1896,4 @@ Changes to the packages collection and infrastructure in 2004:
Added Renaissance-0.7.0 [rh 2004-04-11]
Updated xlog to 0.9.1nb1 [wulf 2004-04-11]
Added lsdvd-0.10 [snj 2004-04-11]
+ Updated liteamp to 0.2.4.2 [minskim 2004-04-11]