Browse Source

rebuilt with rpm-4.8.1: libavc1394, libdc1394, libdv, libdvdread, libiec61883, libraw1394

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1895 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 13 years ago
parent
commit
05ce6b0b3e

+ 20 - 9
lib/liba/libavc1394/libavc1394-vl.spec

@@ -1,13 +1,17 @@
-Summary: AV control lib for ieee1394
-Summary(ja): IEEE1394 用 AV コントロールライブラリ
 Name: libavc1394
-Version: 0.5.3
+Summary: Audio/Video Control library for IEEE-1394 devices
+Summary(ja): IEEE1394 デバイス用 AV コントロールライブラリ
+Version: 0.5.4
 Release: 1%{?_dist_release}
-License: LGPL
+
 Group: System Environment/Libraries
+License: LGPLv2
+URL: http://libavc1394.sourceforge.net/
+
 Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz
-BuildRequires: libraw1394-devel
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: libraw1394-devel
 
 %description
 The libavc1394 library allows utilities to control IEEE-1394 devices.
@@ -26,11 +30,12 @@ Requires: libraw1394-devel
 %description devel
 Development libraries required to build applications using libavc1394.
 
+
 %prep
 %setup -q
 
 %build
-%configure
+%configure --disable-static
 make
 
 %install
@@ -48,19 +53,25 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %doc COPYING INSTALL README
 %{_bindir}/*
-%{_libdir}/lib*.so.*
 %{_mandir}/man1/*
+%{_libdir}/lib*.so.*
 
 %files devel
 %defattr(-,root,root)
 %{_includedir}/libavc1394
-%{_libdir}/lib*.a
-#%{_libdir}/lib*.la
+#{_libdir}/lib*.a
+%exclude %{_libdir}/lib*.la
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc
 
 
 %changelog
+* Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5.4-1
+- new upstream release
+- built with new toolchain and rpm-4.8.1
+- dropt static libraries from devel package
+- added URL tag
+
 * Tue Aug 19 2008 Shu KONNO <owa@bg.wakwak.com> 0.5.3-1vl5
 - applied new versioning policy, spec in utf-8
 - dropt lib*.la

+ 11 - 6
lib/libd/libdc1394/libdc1394-vl.spec

@@ -2,13 +2,16 @@ Summary: 1394-Based Digital Camera Control Library
 Summary(ja): IEEE1394 ベースのデジタルカメラ制御ライブラリ
 Name: libdc1394
 Version: 2.1.2
-Release: 1%{?_dist_release}
-License: LGPLv2+
+Release: 2%{?_dist_release}
+
 Group: System Environment/Libraries
+License: LGPLv2+
+URL: http://damien.douxchamps.net/ieee1394/libdc1394/
+
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 #Patch0: libdc1394-1.2.1-obsolete_time.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: kernel-headers
 BuildRequires: libraw1394-devel
 BuildRequires: doxygen
@@ -61,8 +64,7 @@ make doc
 %install
 %{__rm} -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
-mkdir -p %{buildroot}%{_docdir}/%{name}-docs-%{version}
-%{__install} -p -m 0644 doc/html/* %{buildroot}%{_docdir}/%{name}-docs-%{version}
+
 %{!?_without_juju:rm -f %{buildroot}/%{_mandir}/man1/dc1394_vloopback.1}
 
 ## remove unuse files
@@ -90,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files docs
 %defattr(-, root, root, 0755)
-%{_docdir}/%{name}-docs-%{version}
+%doc doc/html/*
 
 %files tools
 %defattr(-, root, root, 0755)
@@ -100,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
 %{?_without_juju:%{_mandir}/man1/dc1394_vloopback.1.gz}
 
 %changelog
+* Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.2-2
+- rebuilt with new toolchain and rpm-4.8.1
+
 * Sat Jun 13 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.1.2-1vl5
 - new upstream release
   -splited -docs, -tools file

+ 16 - 8
lib/libd/libdv/libdv-vl.spec

@@ -1,14 +1,17 @@
+Name: libdv
 Summary: A software codec for DV video.
 Summary(ja): DVビデオのためのソフトウエアコーデック
-Name: libdv
 Version: 1.0.0
-Release: 2%{?_dist_release}
-License: LGPL
+Release: 3%{?_dist_release}
+
 Group: System Environment/Libraries
+License: LGPLv2
+URL: http://libdv.sourceforge.net/
+
 Source: http://prdownloads.sourceforge.net/libdv/%{name}-%{version}.tar.gz
 Patch0: libdv-0.104-amd64reloc.patch
 Patch1: libdv-1.0.0-gtk2.patch
-URL: http://libdv.sourceforge.net/
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: pkgconfig >= 0.9.0
 BuildRequires: gtk2-devel
@@ -25,7 +28,6 @@ Summary: Development package for libdv library.
 Summary(ja): libdv ライブラリの開発用パッケージ
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: pkgconfig >= 0.9.0
 
 %description devel
 The Quasar DV codec (libdv) is a software codec for DV video, the encoding
@@ -57,14 +59,15 @@ digital camcorders, typically those that support the IEEE 1394
 %build
 libtoolize
 autoreconf -f -i
-%configure
+
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
 %makeinstall
 
-rm -f %{buildroot}%{_libdir}/*.{a,la}
+#rm -f %{buildroot}%{_libdir}/*.{a,la}
 
 %post -p /sbin/ldconfig
 
@@ -82,6 +85,7 @@ rm -rf %{buildroot}
 %defattr(-, root, root)
 %{_includedir}/%{name}
 %{_libdir}/*.so
+%exclude %{_libdir}/*.la
 %{_libdir}/pkgconfig/*
 
 %files tools
@@ -90,7 +94,11 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
-* Sun Jul 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
+* Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.0-3
+- rebuilt with rpm-4.8.1 for pkg-config
+- fixed typo at changelog
+
+* Sun Jul 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-2
 - add Patch1 to build with gtk2
   - add BR: gtk2-devel instead of gtk+-devel
 - remove static libs

+ 7 - 4
lib/libd/libdvdread/libdvdread-vl.spec

@@ -1,16 +1,17 @@
 # -*- coding: utf-8-unix -*-
 Name:           libdvdread
-Version:        4.1.3
-Release:        3%{?_dist_release}
 Summary:        A library for reading DVD video discs based on Ogle code
+Version:        4.1.3
+Release:        4%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        GPLv2+
+
 Source:         http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdread-%{version}.tar.bz2
 Patch10:        %{name}-4.1.3_bigendian.patch
-Obsoletes:      self-build-libdvdread
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+Obsoletes:      self-build-libdvdread
 
 %description
 libdvdread provides a simple foundation for reading DVD video disks.
@@ -20,7 +21,6 @@ It provides the functionality that is required to access many DVDs.
 Summary:        Development files for libdvdread
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       pkgconfig
 
 %description    devel
 libdvdread provides a simple foundation for reading DVD video disks.
@@ -67,6 +67,9 @@ This package contains development files for libdvdread.
 %{_libdir}/pkgconfig/dvdread.pc
 
 %changelog
+* Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.1.3-4
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sat Oct 10 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.1.3-3
 - add Patch10: fix DVD playback failure on ppc (big endian, more precisely)
 

+ 25 - 30
lib/libi/libiec61883/libiec61883-vl.spec

@@ -1,29 +1,22 @@
-%define vineseed 1
-
+Name: libiec61883
 Summary: Streaming library for IEEE1394
 SUmmary(ja): IEEE1394 用ストリーミングライブラリ
-Name: libiec61883
-Version: 1.1.0
-Release: 4%{?_dist_release}
-License: LGPL
+Version: 1.2.0
+Release: 1%{?_dist_release}
+
 Group: System Environment/Libraries
-Source: http://linux1394.org/dl/%{name}-%{version}.tar.gz
-Patch: libiec61883-1.1.0-installtests.patch
-URL: http://linux1394.org
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-ExcludeArch: s390 s390x
+License: LGPLv2
+URL: https://ieee1394.wiki.kernel.org/
 
-# Works only with newer libraw1394 versions
-%if %{vineseed}
+Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz
+Patch0: libiec61883-1.1.0-installtests.patch
+
+ExcludeArch: s390 s390x
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libraw1394-devel >= 1.2.1
-%else
-BuildRequires: libraw1394_121-devel >= 1.2.1
-Requires: libraw1394_121 >= 1.2.1
-%endif
 BuildRequires: autoconf, automake, libtool
 
 %description 
-
 The libiec61883 library provides an higher level API for streaming DV,
 MPEG-2 and audio over IEEE1394.  Based on the libraw1394 isochronous
 functionality, this library acts as a filter that accepts DV-frames,
@@ -34,19 +27,14 @@ down to isochronous packets, which are transmitted using libraw1394.
 Summary:  Development files for libiec61883
 Group:    Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: pkgconfig
-%if %{vineseed}
 Requires: libraw1394-devel >= 1.2.1
-%else
-Requiers: libraw1394_121-devel >= 1.2.1
-%endif
 
 %description devel
 Development files needed to build applications against libiec61883
 
 %package utils
 Summary:  Utilities for use with libiec61883
-Group:    Applications/Multimedia
+Group:    Applications/System
 Requires: %{name} = %{version}-%{release}
 
 %description utils
@@ -54,19 +42,20 @@ Utilities that make use of iec61883
 
 %prep
 %setup -q
-%patch -p1 -b .installtests
+%patch0 -p1 -b .installtests
 
-%build
 autoreconf
-export CFLAGS="%{optflags}"
-%configure
+libtoolize --force --copy
+
+%build
+%configure --disable-static
 make
 
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
-rm $RPM_BUILD_ROOT%{_libdir}/libiec61883.a
-rm $RPM_BUILD_ROOT%{_libdir}/libiec61883.la
+
+#rm $RPM_BUILD_ROOT%{_libdir}/libiec61883.la
 
 %clean
 rm -rf %{buildroot}
@@ -83,6 +72,7 @@ rm -rf %{buildroot}
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/libiec61883.so
+%exclude %{_libdir}/libiec61883.la
 %{_includedir}/libiec61883/*.h
 %{_libdir}/pkgconfig/libiec61883.pc
 
@@ -92,6 +82,11 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*.1*
 
 %changelog
+* Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.0-1
+- new upstream release
+- built with new toolchain and rpm-4.8.1
+- dropt static libraries from devel package
+
 * Sat Nov  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-4vl5
 - macros for VineSeed and VinePlus/4.0
 - spec in UTF-8

+ 11 - 6
lib/libr/libraw1394/libraw1394-vl.spec

@@ -1,11 +1,13 @@
+Name: libraw1394
 Summary: Library providing low-level IEEE-1394 access
 Summary(ja): 低レベル IEEE-1394 アクセスライブラリ
-Name: libraw1394
 Version: 1.2.1
-Release: 1%{?_dist_release}
-License: LGPL
+Release: 2%{?_dist_release}
+
 Group: System Environment/Libraries
+License: LGPL
 Source: http://download.sourceforge.net/libraw1394/libraw1394-%{version}.tar.gz
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 %description
@@ -25,7 +27,7 @@ Development libraries needed to build applications against libraw1394.
 %setup -q
 
 %build
-%configure
+%configure --disable-static
 make
 
 %install
@@ -51,13 +53,16 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 #%doc doc/libraw1394.ps doc/libraw1394
 %{_includedir}/libraw1394
-%{_libdir}/libraw1394.a
-#%{_libdir}/libraw1394.la
+%exclude %{_libdir}/libraw1394.la
 %{_libdir}/libraw1394.so
 %{_libdir}/pkgconfig/*.pc
 
 
 %changelog
+* Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-2
+- rebuilt wirh new toolchain and rpm-4.8.1
+- dropt static libraries
+
 * Tue Aug 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.1-1vl5
 - applied new versioning policy, spec in utf-8
 - dropt lib*.la