Browse Source

jack-audio-connection-kit, libfontenv, m17n-{db,lib}: new upstream release
others: rebuild

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8846 ec354946-7b23-47d6-9f5a-488ba84defc7

Takemikaduchi 9 years ago
parent
commit
d1651e8a61

+ 4 - 1
S/SDL_ttf/SDL_ttf-vl.spec

@@ -1,7 +1,7 @@
 Summary: Simple DirectMedia Layer - Sample TrueType Font Library
 Name: SDL_ttf
 Version: 2.0.11
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Group: System Environment/Libraries
 License: LGPL
 Source0: http://www.libsdl.org/projects/SDL_ttf/src/%{name}-%{version}.tar.gz
@@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/SDL/
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.11-3
+- rebuild with libpng-1.6.12
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.11-2
 - rebuild with VineSeed environment
 - add BuildRequires: libpng-devel

+ 4 - 1
b/bogl/bogl-vl.spec

@@ -3,7 +3,7 @@ Summary(ja): コンソール上でユニコードを表示するためのター
 Name: bogl
 Epoch: 0
 Version: 0.1.18
-Release: 13%{?_dist_release}
+Release: 14%{?_dist_release}
 URL: http://www.msu.edu/user/pfaffben/projects.html
 
 Source0: http://ftp.debian.org/debian/pool/main/b/bogl/bogl_0.1.18-1.5.tar.gz
@@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/bogl
 
 %changelog
+* Fri Jul 18 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.18-14
+- rebuild with libpng-1.6.12
+
 * Wed Oct 02 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.18-13
 - rebuilt with gd-2.1.0.
 

+ 4 - 1
d/dia/dia-vl.spec

@@ -11,7 +11,7 @@ Summary: A gtk+ based diagram creation program.
 Summary(ja): Gtk+ ベースのダイアグラム作成プログラム
 Name: dia
 Version: 0.97.2
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: GPL
 Group: Applications/Graphics
 
@@ -105,6 +105,9 @@ fi
 %{_datadir}/gnome/help/dia
 
 %changelog
+* Fri Jul 18 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.97.2-4
+- rebuild with libpng-1.6.12
+
 * Fri Jan 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.97.2-3
 - add Patch0 (dia-0.97.2-git20131003.patch)
 

+ 17 - 7
i/imlib/imlib-vl.spec

@@ -12,11 +12,17 @@ Source0: ftp://ftp.gnome.org/pub/GNOME/stable/sources/%{name}/%{name}-%{version}
 Patch0: imlib-1.9.14-suse-alt-bound.patch
 Patch1: imlib-1.9.13-sec2.patch
 Patch2: imlib-1.9.14-configure-x86_64.patch
+Patch3: imlib-1.9.15-libpng15.patch
 Obsoletes: Imlib
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: libpng-devel >= 2:1.2.5 gtk+-devel >= 1.2.1
-BuildRequires: libtiff-devel libjpeg-devel libungif-devel
+BuildRequires: libpng-devel >= 2:1.2.5
+BuildRequires: gtk+-devel >= 1.2.1
+BuildRequires: libtiff-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libungif-devel
+BuildRequires: libSM-devel
+BuildRequires: libXt-devel
 Requires: libpng
 Requires: libtiff
 Requires: libjpeg
@@ -68,10 +74,11 @@ color and handles gamma correction/etc.
 #patch0 -p1 -b .bmp-buffer-overflow
 %patch1 -p1 -b .can-2004-1025_1026
 %patch2 -p1 -b .x86_64
+%patch3 -p0 -b .libpng
 
 %build
 %define __libtoolize /bin/true
-%configure
+%configure --disable-static
 if [ "$SMP" != "" ]; then
   (make "MAKE=make -k -j $SMP"; exit 0)
   make
@@ -82,7 +89,7 @@ fi
 %install
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
 
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
@@ -103,8 +110,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 %files
 %defattr(-,root,root)
 %doc README AUTHORS ChangeLog NEWS
-%attr(755,root,root) %{_libdir}/lib*.so.*
 %config %{_sysconfdir}/*
+%{_libdir}/lib*.so.*
 %{_libdir}/libimlib-*.so
 
 %files cfgeditor
@@ -118,7 +125,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 %{_bindir}/imlib-config
 %{_libdir}/libImlib.so
 %{_libdir}/libgdk_imlib.so
-%{_libdir}/*.a
 %{_libdir}/pkgconfig/*
 %{_includedir}/*
 %{_datadir}/aclocal/*
@@ -127,11 +133,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 %if %{build_compat32}
 %files -n compat32-%{name}
 %defattr(-,root,root)
-%attr(755,root,root) %{_libdir}/lib*.so.*
+%{_libdir}/lib*.so.*
 %{_libdir}/libimlib-*.so
 %endif
 
 %changelog
+* Fri Jul 18 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.15-4
+- add BuildRequires: libSM-devel, libXt-devel
+- add Patch3 (imlib-1.9.15-libpng15.patch) from fedora
+
 * Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.9.15-3
 - rebuilt with rpm-4.8.1 for pkg-config
 

+ 14 - 2
j/jack-audio-connection-kit/jack-audio-connection-kit-vl.spec

@@ -1,12 +1,15 @@
 Summary: The Jack Audio Connection Kit
 Name: jack-audio-connection-kit
-Version: 0.121.3
+Version: 0.124.1
 Release: 1%{?_dist_release}
 License: GPLv2 and LGPLv2
 Group: System Environment/Daemons
-Source0: http://www.jackaudio.org/downloads/%{name}-%{version}.tar.gz
 URL: http://www.jackaudio.org
 
+Source0: http://www.jackaudio.org/downloads/%{name}-%{version}.tar.gz
+
+Patch0:	jack-audio-connection-kit-0.124.1-freebob_driver.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: alsa-lib-devel
 BuildRequires: libsndfile-devel >= 1.0.0
@@ -17,6 +20,8 @@ BuildRequires: autoconf >= 2.59, automake >= 1.9.3, libtool
 BuildRequires: libfreebob-devel >= 1.0.0
 BuildRequires: libsamplerate-devel
 BuildRequires: celt-devel
+BuildRequires: libdb-devel
+BuildRequires: libuuid-devel
 
 %define groupname jackuser
 
@@ -57,6 +62,7 @@ Small example clients that use the Jack Audio Connection Kit.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # x86_64 issue reported by Rudolf Kastl (not checked, but not bad).
@@ -145,6 +151,7 @@ EOF
 %{_bindir}/jack_midi_dump
 %{_bindir}/jack_monitor_client
 %{_bindir}/jack_netsource
+%{_bindir}/jack_property
 %{_bindir}/jack_rec
 %{_bindir}/jack_samplerate
 %{_bindir}/jack_server_control
@@ -159,6 +166,11 @@ EOF
 %{_bindir}/alsa_out
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.124.1
+- update to 0.124.1
+- add BuildRequires: libdb-devel, libuuid-devel
+- add Patch0 (jack-audio-connection-kit-0.124.1-freebob_driver.patch)
+
 * Wed Feb 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.121.3
 - update to 0.121.3
 - add BuildRequires: celt-devel

+ 4 - 1
lib/libf/libfontenc/libfontenc-vl.spec

@@ -1,7 +1,7 @@
 Summary: X.Org X11 libfontenc runtime library
 Summary(ja): X.Org X11 libfontenc ランタイムライブラリ
 Name: libfontenc
-Version: 1.1.1
+Version: 1.1.2
 Release: 1%{?_dist_release}
 License: MIT/X11
 Group: System Environment/Libraries
@@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/fontenc.pc
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
+- update to 1.1.2
+
 * Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
 - new upstream release
 

+ 7 - 1
lib/libf/libfreebob/libfreebob-vl.spec

@@ -2,7 +2,7 @@ Summary:       FreeBoB firewire audio driver library
 Summary(ja):   FreeBoB firewire オーディオドライバライブラリ
 Name:          libfreebob
 Version:       1.0.11
-Release:       3%{?_dist_release}
+Release:       4%{?_dist_release}
 License:       GPLv2+
 Group:         System Environment/Libraries
 
@@ -10,6 +10,7 @@ URL:           http://freebob.sourceforge.net
 Source0:       http://surfnet.dl.sourceforge.net/sourceforge/freebob/libfreebob-%{version}.tar.gz
 Patch0:	       libfreebob-1.0.11-gcc-4.5.patch
 Patch1:	       libfreebob-1.0.11-includes.patch
+Patch2:	       libfreebob-1.0.11-usleep.patch
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: libavc1394-devel >= 0.5.3
@@ -36,6 +37,7 @@ Libraries, includes etc to develop with libfreebob.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 # Tweak libiec61883 build requirements.
 perl -pi -e 's/1.1.0/1.0.0/' configure
 
@@ -67,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.11-4
+- rebuild with VineSeed environment
+- add Patch2 (libfreebob-1.0.11-usleep.patch)
+
 * Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.11-3
 - rebuild with libraw1394-2.1.0
 - add Patch0 (libfreebob-1.0.11-gcc-4.5.patch) from alt

+ 4 - 1
lib/libj/libjpeg-turbo/libjpeg-turbo-vl.spec

@@ -5,7 +5,7 @@ Summary(ja):	MMX/SSE2 でアクセラレーションされた libjpeg ライブ
 
 Name:		libjpeg-turbo
 Version:	1.2.1
-Release:        1%{?_dist_release}
+Release:	2%{?_dist_release}
 
 Group:		System Environment/Libraries
 License:	wxWidgets
@@ -154,6 +154,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-2
+- rebuild with VineSeed environment
+
 * Mon Sep 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
 - new upstream release 
 

+ 4 - 1
lib/libo/libotf/libotf-vl.spec

@@ -1,7 +1,7 @@
 ## -*- coding: utf-8-unix -*-
 Name:		libotf
 Version:	0.9.13
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	A Library for handling OpenType Font
 Summary(ja):	OpenType フォントを扱うライブラリ
 
@@ -90,6 +90,9 @@ for file in $RPM_BUILD_ROOT/usr/bin/*; do chrpath -d $file || true; done
 
 
 %changelog
+* Sat Jul 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.13-2
+- rebuild with libpng-1.6.12
+
 * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.13-1
 - update to 0.9.13
 - add Patch0 (libotf-0.9.13-freetype2.patch)

+ 4 - 1
lib/libp/libpaper/libpaper-vl.spec

@@ -2,7 +2,7 @@
 
 Name:		libpaper
 Version:	1.1.24
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 Summary:	Library and tools for handling papersize
 Summary(ja):	用紙サイズを扱うライブラリとツール
 Group:		System Environment/Libraries
@@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.24-3
+- rebuild with VineSeed environment
+
 * Fri Nov  1 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.24-2
 - update to 1.1.24+nmu2
 - applied libpaper-1.1.24+nmu2-jis-b-series.patch: 

+ 5 - 2
m/m17n-db/m17n-db-vl.spec

@@ -1,5 +1,5 @@
-%define ver 1.5.5
-%define rel 3
+%define ver 1.6.5
+%define rel 1
 
 Summary: a part of the m17n database for the m17n library
 Name: m17n-db
@@ -55,6 +55,9 @@ make check
 
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.5-1
+- update to 1.6.5
+
 * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.5-3
 - rebuild with VineSeed environment
 

+ 18 - 6
m/m17n-lib/m17n-lib-vl.spec

@@ -1,5 +1,5 @@
-%define ver 1.5.5
-%define rel 5
+%define ver 1.6.4
+%define rel 1
 
 Summary: a multilingual text processing library for the C language
 Name: m17n-lib
@@ -11,8 +11,11 @@ Group: System Environment/Libraries
 URL: http://www.m17n.org/m17n-lib-ja/
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: gd-devel fontconfig-devel
+BuildRequires: gd-devel
+BuildRequires: fontconfig-devel
+BuildRequires: libotf-devel
 BuildRequires: libxml2-devel
+BuildRequires: libXt-devel
 BuildConflicts: anthy-devel
 
 Vendor: Project Vine
@@ -38,7 +41,7 @@ Development files for the %{name} package.
 %setup -q
 
 %build
-%configure --with-fontconfig --with-gd
+%configure --with-fontconfig --with-gd --disable-static
 #%{__make} %{?_smp_mflags}
 ## don't use smp_mflags
 %{__make}
@@ -47,8 +50,11 @@ Development files for the %{name} package.
 %{__rm} -rf ${RPM_BUILD_ROOT}
 %{makeinstall}
 
-%{__rm} -f ${RPM_BUILD_ROOT}%{_libdir}/*.a
-%{__rm} -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
+# remove unused files
+%{__rm} -f ${RPM_BUILD_ROOT}%{_libdir}/m17n/1.0/libmimx-anthy.so
+%{__rm} -f ${RPM_BUILD_ROOT}%{_libdir}/m17n/1.0/libmimx-ispell.so
 
 
 %clean
@@ -73,6 +79,8 @@ fi
 %doc COPYING ChangeLog NEWS README TODO
 %{_bindir}/m17n*
 %{_libdir}/lib*.so.0.*
+%{_libdir}/m17n/1.0/libm17n-X.so
+%{_libdir}/m17n/1.0/libm17n-gd.so
 
 %files devel
 %defattr(-,root,root)
@@ -84,6 +92,10 @@ fi
 
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.4-1
+- update to 1.6.4
+- add BuildRequires: libXt-devel
+
 * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.5-5
 - rebuild with VineSeed environment
 

+ 4 - 1
n/netpbm/netpbm-vl.spec

@@ -2,7 +2,7 @@ Summary: A library for handling different graphics file formats.
 Summary(ja): 異なる画像ファイル形式を取り扱うためのライブラリ
 Name: netpbm
 Version: 10.61.02
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: Artistic License/GPL/MIT
 Group: System Environment/Libraries
 Source0: netpbm-%{version}.tar.xz
@@ -287,6 +287,9 @@ popd
 %doc userguide/*
 
 %changelog
+* Sat Jul 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.61.02-2
+- rebuild with libpng-1.6.12
+
 * Sat Jan 04 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.61.02-1
 - new upstream release.
 - shipped all patches from RawHide.

+ 4 - 1
s/scim-anthy/scim-anthy-vl.spec

@@ -2,7 +2,7 @@ Summary: an SCIM IMEngine module for anthy
 Summary(ja): anthy のための SCIM IMEngine モジュール
 Name: scim-anthy
 Version: 1.2.7
-Release: 5%{?_dist_release}
+Release: 6%{?_dist_release}
 URL: http://sourceforge.jp/projects/scim-imengine/
 Source0: %{name}-%{version}.tar.gz
 #Patch0: scim-anthy-1.2.0-default-euc-jp.patch
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
 %{_datadir}/scim/icons/*.png
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.7-6
+- rebuilt with libpng-1.6.12
+
 * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.2.7-5
 - rebuilt with rpm-4.8.1-3
 

+ 4 - 1
s/scim-uim/scim-uim-vl.spec

@@ -2,7 +2,7 @@ Summary: SCIM-UIM input method engine which use uim library as the backend
 Summary(ja): バックエンドとして uim ライブラリを使った SCIM-UIM インプットメソッドエンジン
 Name: scim-uim
 Version: 0.2.0
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: GPL
 Group: System Environment/Libraries
 URL: http://scim.freedesktop.org/
@@ -49,6 +49,9 @@ make DESTDIR=%{buildroot} install
 %{_datadir}/scim/icons/scim-uim.png
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-4
+- rebuild with libpng-1.6.12
+
 * Sat Aug 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-3
 - rebuilt with uim-1.6.0
 - updated Patch0

+ 11 - 2
t/tuxpaint/tuxpaint-vl.spec

@@ -2,11 +2,13 @@ Summary:	Drawing program designed for young children
 Summary(ja):	子供向けのお絵かきソフトウェア
 Name:		tuxpaint
 Version:	0.9.21
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:        http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
 Patch0:         tuxpaint-utf8.patch
 Patch1:         tuxpaint-0.9.20-fix-desktop-file.patch
 Patch2:         tuxpaint-0.9.21-fix-puzzle-plugin.patch
+Patch3:         tuxpaint-0.9.21-png15.patch
+Patch4:         tuxpaint-0.9.21-makefile.patch
 License:        GPLv2+
 Group:          Applications/Multimedia
 URL:            http://www.tuxpaint.org/
@@ -59,6 +61,8 @@ tuxpaint 用の extensions/plugins 開発に必要なファイルです。
 %patch0 -p1
 %patch1 -p1 -b .fixdesktopfile
 %patch2 -p1 -b .fixpuzzle
+%patch3 -p1 -b .libpng
+%patch4 -p1 -b .make
 
 sed -i -e '/\/gnome\/apps\/Graphics/d' Makefile
 find docs -type f -exec perl -pi -e 's/\r\n/\n/' {} \;
@@ -116,6 +120,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/tuxpaint/
 
 %changelog
+* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.21-2
+- rebuild with libpng-1.6.12
+- add Patch3 (tuxpaint-0.9.21-png15.patch) from fedora
+- add Patch4 (tuxpaint-0.9.21-makefile.patch)
+
 * Sat Oct 10 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.9.21-1
 - new upstream release
 - add BuildRequires: fribidi-devel
@@ -192,7 +201,7 @@ rm -rf $RPM_BUILD_ROOT
 * Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1:0.9.13-3
 - rebuild on all arches
 
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 
 * Wed Jun 09 2004 Warren Togami <wtogami@redhat.com> 1:0.9.13-0.fdr.1