From fe92f881d64b011db2218ac66b597f2adb99db20eb43b0c82079f1adaee5eac4 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 15 Jan 2007 23:21:27 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavc1394?expand=0&rev=1 --- .gitattributes | 23 +++++++ .gitignore | 1 + libavc1394-0.5.3.tar.bz2 | 3 + libavc1394.changes | 70 ++++++++++++++++++++ libavc1394.spec | 139 +++++++++++++++++++++++++++++++++++++++ ready | 0 6 files changed, 236 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 libavc1394-0.5.3.tar.bz2 create mode 100644 libavc1394.changes create mode 100644 libavc1394.spec create mode 100644 ready diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/libavc1394-0.5.3.tar.bz2 b/libavc1394-0.5.3.tar.bz2 new file mode 100644 index 0000000..630a1c3 --- /dev/null +++ b/libavc1394-0.5.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7656ffbdeb369927c305227ab0aebaf77d8f0998b5926426c7d97cabd1ef992 +size 234803 diff --git a/libavc1394.changes b/libavc1394.changes new file mode 100644 index 0000000..2bc5819 --- /dev/null +++ b/libavc1394.changes @@ -0,0 +1,70 @@ +------------------------------------------------------------------- +Wed Jul 19 17:02:08 CEST 2006 - olh@suse.de + +- update to 0.5.3: + bugfixes + new avc1394_transaction_block2() function that returns the length + of the response. + Panel subunit indirect mode constants added to header. + new panelctl utility based upon 6200ch and 6200cmd from MythTV developers. + +------------------------------------------------------------------- +Wed Jan 25 21:37:23 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Mon Sep 26 22:49:58 CEST 2005 - mls@suse.de + +- make devel package require base package + +------------------------------------------------------------------- +Sat Jul 2 11:36:28 CEST 2005 - olh@suse.de + +- package all *.so files + +------------------------------------------------------------------- +Fri Jul 1 15:51:51 CEST 2005 - olh@suse.de + +- update to 0.5.1 + +------------------------------------------------------------------- +Sun Jan 11 09:45:16 CET 2004 - adrian@suse.de + +- add %run_ldconfig + +------------------------------------------------------------------- +Thu Nov 13 13:40:51 CET 2003 - sf@suse.de + +- update to 0.4.1 + +------------------------------------------------------------------- +Thu Jun 12 16:25:09 CEST 2003 - coolo@suse.de + +- fixing file list + +------------------------------------------------------------------- +Thu Dec 12 09:44:55 CET 2002 - coolo@suse.de + +- actually adding the patch may help (noone noticed? :) + +------------------------------------------------------------------- +Wed Dec 11 11:36:03 CET 2002 - coolo@suse.de + +- removed undefined symbols from the libraries + +------------------------------------------------------------------- +Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de + +- removed bogus self-provides + +------------------------------------------------------------------- +Fri Jul 12 11:02:06 CEST 2002 - meissner@suse.de + +- rerurn auto* tools. + +------------------------------------------------------------------- +Tue Mar 26 10:20:18 CET 2002 - sf@suse.de + +- initial version 0.3.1 + diff --git a/libavc1394.spec b/libavc1394.spec new file mode 100644 index 0000000..0c82668 --- /dev/null +++ b/libavc1394.spec @@ -0,0 +1,139 @@ +# +# spec file for package libavc1394 (Version 0.5.3) +# +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: libavc1394 +BuildRequires: libraw1394-devel pkgconfig +License: LGPL +Group: Development/Libraries/C and C++ +Autoreqprov: on +Version: 0.5.3 +Release: 1 +Summary: Libavc1394--Programming Interface to the AV/C Specification +URL: http://sourceforge.net/projects/libavc1394/ +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: %{name}-%{version}.tar.bz2 + +%description +Libavc1394 is a programming interface to the AV/C specification from +the 1394 Trade Association. AV/C stands for Audio/Video Control. +Currently, applications use the library to control the tape transport +mechanism on DV camcorders. However, there are many devices and device +functions that can be controlled via AV/C. Eventually, the library will +be expanded to implement more of the specification and to provide a +high level interface to various devices. + + + +Authors: +-------- + Dan Dennedy + Andreas Micklei + Jason Howard + Man page by Daniel Kobras + +%package devel +Summary: libavc1394 is a programming interface to the AV/C specification +Group: Development/Libraries/C and C++ +Autoreqprov: on +Requires: libavc1394 = %{version} +Requires: libraw1394-devel + +%description devel +libavc1394 is a programming interface to the AV/C specification from +the 1394 Trade Association. AV/C stands for Audio/Video Control. +Currently, applications use the library to control the tape transport +mechanism on DV camcorders. However, there are many devices and +functions of devices that can be controlled via AV/C. Eventually, the +library will be expanded to implement more of the specification and to +provide high level interfaces to various devices. + + + +Authors: +-------- + Dan Dennedy + Andreas Micklei + Jason Howard + Man page by Daniel Kobras + +%prep +rm -rf %{buildroot} +%setup -q + +%build +%{suse_update_config} +autoreconf -i -f +CFLAGS=$RPM_OPT_FLAGS \ +./configure --prefix=/usr \ + --mandir=%{_mandir} \ + --libdir=%{_libdir} +make %{?jobs:-j%jobs} + +%install +make install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +%run_ldconfig + +%postun +%run_ldconfig + +%files +%defattr(-,root,root) +%doc README AUTHORS COPYING +%_mandir/man1/* +%attr(755,root,root)/usr/bin/* +%_libdir/libavc1394.so.* +%_libdir/librom1394.so.* + +%files devel +%defattr(-,root,root) +%_libdir/*.so +%_libdir/*.*a +%_includedir/libavc1394 +%_libdir/pkgconfig/*.pc + +%changelog -n libavc1394 +* Wed Jul 19 2006 - olh@suse.de +- update to 0.5.3: + bugfixes + new avc1394_transaction_block2() function that returns the length + of the response. + Panel subunit indirect mode constants added to header. + new panelctl utility based upon 6200ch and 6200cmd from MythTV developers. +* Wed Jan 25 2006 - mls@suse.de +- converted neededforbuild to BuildRequires +* Mon Sep 26 2005 - mls@suse.de +- make devel package require base package +* Sat Jul 02 2005 - olh@suse.de +- package all *.so files +* Fri Jul 01 2005 - olh@suse.de +- update to 0.5.1 +* Sun Jan 11 2004 - adrian@suse.de +- add %%run_ldconfig +* Thu Nov 13 2003 - sf@suse.de +- update to 0.4.1 +* Thu Jun 12 2003 - coolo@suse.de +- fixing file list +* Thu Dec 12 2002 - coolo@suse.de +- actually adding the patch may help (noone noticed? :) +* Wed Dec 11 2002 - coolo@suse.de +- removed undefined symbols from the libraries +* Tue Sep 17 2002 - ro@suse.de +- removed bogus self-provides +* Fri Jul 12 2002 - meissner@suse.de +- rerurn auto* tools. +* Tue Mar 26 2002 - sf@suse.de +- initial version 0.3.1 diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4