pkgsrc-Bugs archive

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

pkg/34325: [update] sysutils/k3b



>Number:         34325
>Category:       pkg
>Synopsis:       [update] sysutils/k3b
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 29 13:50:00 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
        miwi%mwilke.ath.cx@localhost:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to 0.12.17

Here are the changes compared to K3b 0.12.16:

    * Fixed saving/loading of the file view configuration.
    * Improved ffmpeg autoconf check.
    * More FreeBSD Compile fixes (thanks to Heiner Eichmann).
    * Fixed symbolic link handling in data projects (a bug introduced in 
0.12.16).
    * Use UTF-8 encoding to store and load local CDDB entries.
    * Never use growisofs parameter -dvd-compat with DVD+RW media.
    * Fixed flac audio encoding for the audio project conversion feature.


>How-To-Repeat:





>Fix:


--- k3b.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/sysutils/k3b/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile    20 Jul 2006 11:22:25 -0000      1.10
+++ Makefile    29 Aug 2006 07:27:40 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.10 2006/07/20 11:22:25 markd Exp $
 #
 
-DISTNAME=              k3b-0.12.16
+DISTNAME=              k3b-0.12.17
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=k3b/}
 EXTRACT_SUFX=          .tar.bz2
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/sysutils/k3b/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo    20 Jul 2006 11:22:25 -0000      1.7
+++ distinfo    29 Aug 2006 07:28:36 -0000
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.7 2006/07/20 11:22:25 markd Exp $
 
-SHA1 (k3b-0.12.16.tar.bz2) = 875ebae1e5bc4ef0f186c1025087ed8005c10248
-RMD160 (k3b-0.12.16.tar.bz2) = b4b64924096581bcb0c3432f99f0e27ffe0aca79
-Size (k3b-0.12.16.tar.bz2) = 4004784 bytes
+SHA1 (k3b-0.12.17.tar.bz2) = ae23be594b6e2c116fd4c2af8cefb438423d1285
+RMD160 (k3b-0.12.17.tar.bz2) = bb791d7d003285f6623229eae213cf224fd3a128
+Size (k3b-0.12.17.tar.bz2) = 4008650 bytes
 SHA1 (patch-aa) = cd4f5203ea94d8f10e3d0b024d1edc71b688c709
 SHA1 (patch-ag) = da4c67842212d16c85ed0b5b71f6325578edcf5b
Index: patches/patch-aa
===================================================================
RCS file: /home/pcvs/pkgsrc/sysutils/k3b/patches/patch-aa,v
retrieving revision 1.3
diff -u -r1.3 patch-aa
--- patches/patch-aa    20 Jul 2006 11:22:25 -0000      1.3
+++ patches/patch-aa    29 Aug 2006 10:51:21 -0000
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2006/07/20 11:22:25 markd Exp $
-
---- libk3b/core/k3bglobals.cpp.orig    2006-06-23 02:45:37.000000000 +1200
-+++ libk3b/core/k3bglobals.cpp
-@@ -41,16 +41,16 @@
- 
- #include <config.h>
- #if defined(__FreeBSD__) || defined(__NetBSD__)
--#include <sys/param.h>
--#include <sys/mount.h>
--#else
--#  ifdef HAVE_SYS_STATVFS_H
--#    include <sys/statvfs.h>
--#  endif
--#  ifdef HAVE_SYS_STATFS_H
--#    include <sys/vfs.h>
--#  endif
-+#  include <sys/param.h>
-+#  include <sys/mount.h>
- #endif
-+#ifdef HAVE_SYS_STATVFS_H
-+#  include <sys/statvfs.h>
-+#endif
-+#ifdef HAVE_SYS_STATFS_H
-+#  include <sys/vfs.h>
-+#endif
-+
- 
- 
- 
--- k3b.diff ends here ---






Home | Main Index | Thread Index | Old Index