OBS User unknown 2007-01-15 23:21:27 +00:00 committed by Git OBS Bridge
commit fe92f881d6
6 changed files with 236 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
libavc1394-0.5.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7656ffbdeb369927c305227ab0aebaf77d8f0998b5926426c7d97cabd1ef992
size 234803

70
libavc1394.changes Normal file
View File

@ -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

139
libavc1394.spec Normal file
View File

@ -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 <dan@dennedy.org>
Andreas Micklei <andreas.micklei@ivistar.de>
Jason Howard <jason@spectsoft.com>
Man page by Daniel Kobras <kobras@debian.org>
%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 <dan@dennedy.org>
Andreas Micklei <andreas.micklei@ivistar.de>
Jason Howard <jason@spectsoft.com>
Man page by Daniel Kobras <kobras@debian.org>
%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

0
ready Normal file
View File