123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- Name: libiec61883
- Summary: Streaming library for IEEE1394
- SUmmary(ja): IEEE1394 用ストリーミングライブラリ
- Version: 1.2.0
- Release: 4%{?_dist_release}
- Group: system
- Vendor: Project Vine
- Distribution: Vine Linux
- License: LGPLv2
- URL: https://ieee1394.wiki.kernel.org/
- Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz
- Patch0: libiec61883-1.2.0-installtests.patch
- Patch1: libiec61883-channel-allocation-without-local-node-rw.patch
- ExcludeArch: s390 s390x
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: libraw1394-devel >= 1.2.1
- 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,
- MPEG-2 frames or audio samples from the application and breaks these
- down to isochronous packets, which are transmitted using libraw1394.
- %package devel
- Summary: Development files for libiec61883
- Group: programming
- Requires: %{name} = %{version}-%{release}
- Requires: libraw1394-devel >= 1.2.1
- %description devel
- Development files needed to build applications against libiec61883
- %package utils
- Summary: Utilities for use with libiec61883
- Group: multimedia
- Requires: %{name} = %{version}-%{release}
- %description utils
- Utilities that make use of iec61883
- %debug_package
- %prep
- %autosetup -p1
- %build
- %configure --disable-static
- sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
- sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
- %make_build
- %install
- rm -rf %{buildroot}
- %make_install
- find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
- %clean
- rm -rf %{buildroot}
- %files
- %defattr(-,root,root,-)
- %license COPYING
- %doc AUTHORS NEWS README
- %{_libdir}/libiec61883.so.*
- %files devel
- %defattr(-,root,root,-)
- %{_libdir}/libiec61883.so
- %{_includedir}/libiec61883/*.h
- %{_libdir}/pkgconfig/libiec61883.pc
- %files utils
- %defattr(-,root,root,-)
- %{_bindir}/*
- %{_mandir}/man1/*.1*
- %changelog
- * Fri Apr 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.0-4
- - rebuilt with current environment.
- - dropped ldconfig scriptlets.
- - updated Patch0.
- - imported Patch0 from rawhide.
- * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-3
- - rebuild with VineSeed environment
- * Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-2
- - rebuild with libraw1394-2.1.0
- * 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
- * Wed Oct 29 2008 Seiichirou Babasaki - 1.1.0-3
- - Version 1.1.0 for VineLinux-4.2 (From VineSeed)
- - replase libraw1394(-devel) -> libraw1394_121(-devel)
- * Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-2
- - new versioning policy
- * Sat Jun 9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-1vl1
- - initial build for Vine Linux
- * Wed Oct 25 2006 Jarod Wilson <jwilson@redhat.com> - 1.1.0-1
- - Update to 1.1.0 release
- * Wed Oct 11 2006 Jarod Wilson <jwilson@redhat.com> - 1.0.0-11
- - Use %dist tag
- * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.2.1
- - rebuild
- * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.2
- - bump again for double-long bug on ppc(64)
- * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.1
- - rebuilt for new gcc4.1 snapshot and glibc changes
- * Fri Dec 30 2005 Jarod Wilson <jarod@wilsonet.com> 1.0.0-10
- - Add missing autoconf, automake and libtool
- BuildRequires
- * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- - rebuilt
- * Fri Nov 11 2005 Warren Togami <wtogami@redhat.com> 1.0.0-9
- - incorporate some spec improvements from Matthias (#172105)
- * Mon Sep 19 2005 Warren Togami <wtogami@redhat.com> 1.0.0-8
- - split -devel for pkgconfig chain
- - remove .a and .la
- - exclude s390 and s390x
- * Tue Apr 5 2005 Axel Thimm <Axel.Thimm@ATrpms.net>
- - Fixes for building properly on x86_64.
- * Mon Mar 28 2005 Jarod Wilson <jarod@wilsonet.com>
- - Fixed utils so they build properly
- * Sat Feb 26 2005 Jarod Wilson <jarod@wilsonet.com>
- - Rolled in utils
- * Wed Feb 23 2005 Jarod Wilson <jarod@wilsonet.com>
- - Initial build
|