pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/minidlna Use BSD icon style instead of Linu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51ad7a918a0d
branches:  trunk
changeset: 644952:51ad7a918a0d
user:      degroote <degroote%pkgsrc.org@localhost>
date:      Tue Jan 20 09:59:33 2015 +0000

description:
Use BSD icon style instead of Linux one, from John D. Baker in PR 49586
Bump PKGREVISION

diffstat:

 multimedia/minidlna/Makefile              |   4 ++--
 multimedia/minidlna/distinfo              |   3 ++-
 multimedia/minidlna/patches/patch-icons.c |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r a2fa3f08409a -r 51ad7a918a0d multimedia/minidlna/Makefile
--- a/multimedia/minidlna/Makefile      Tue Jan 20 09:38:02 2015 +0000
+++ b/multimedia/minidlna/Makefile      Tue Jan 20 09:59:33 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2015/01/15 20:53:18 degroote Exp $
+# $NetBSD: Makefile,v 1.12 2015/01/20 09:59:33 degroote Exp $
 
 DISTNAME=      minidlna-1.1.4
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=minidlna/}
 
diff -r a2fa3f08409a -r 51ad7a918a0d multimedia/minidlna/distinfo
--- a/multimedia/minidlna/distinfo      Tue Jan 20 09:38:02 2015 +0000
+++ b/multimedia/minidlna/distinfo      Tue Jan 20 09:59:33 2015 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/01/14 21:32:20 degroote Exp $
+$NetBSD: distinfo,v 1.5 2015/01/20 09:59:33 degroote Exp $
 
 SHA1 (minidlna-1.1.4.tar.gz) = 56f333f8af91105ce5f0861d1f1918ebf5b0a028
 RMD160 (minidlna-1.1.4.tar.gz) = 45ab4371f17efcca5e5693d46f787cff180dadea
 Size (minidlna-1.1.4.tar.gz) = 494478 bytes
+SHA1 (patch-icons.c) = 62063ea952ec6ebd0eb8055e05266197da260687
diff -r a2fa3f08409a -r 51ad7a918a0d multimedia/minidlna/patches/patch-icons.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/minidlna/patches/patch-icons.c Tue Jan 20 09:59:33 2015 +0000
@@ -0,0 +1,13 @@
+Use a more relevant icon to represent NetBSD
+
+--- icons.c.orig       2014-08-26 16:09:22.000000000 -0500
++++ icons.c    2015-01-15 22:06:58.000000000 -0600
+@@ -1101,7 +1101,7 @@ jpeg_lrg[] = "\xff\xd8\xff\xe1\x00\x18\x
+              "\x6b\x4e\x7a\xe0\x6a\x0a\x51\xa2\x8a\x34\x51\x46\x8a\x28\xd1\x45\x1a\x28\xa3\x45\x14\x68\xa2\x8d"
+              "\x14\x51\xa2\x8a\x34\x51\x46\x8a\x28\xd1\x45\x1a\x28\xa3\x45\x14\x68\xa2\x8d\x14\x51\xa2\x8a\xff"
+              "\xd9";
+-#elif __FreeBSD__
++#elif __FreeBSD__ || __NetBSD__
+ /* Small Daemon PNG image */
+ unsigned char
+ png_sm[] =    "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\x00\x00\x29\x00\x00\x00\x30"



Home | Main Index | Thread Index | Old Index