Hello community,

here is the log from the commit of package ivtv-firmware for 
openSUSE:Factory:NonFree checked in at 2013-12-02 12:33:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory:NonFree/ivtv-firmware (Old)
 and      /work/SRC/openSUSE:Factory:NonFree/.ivtv-firmware.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ivtv-firmware"

Changes:
--------
New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.ivtv-firmware.new/ivtv-firmware.changes 
2013-12-02 12:33:03.000000000 +0100
@@ -0,0 +1,15 @@
+-------------------------------------------------------------------
+Sat Sep 28 20:58:32 UTC 2013 - bwiedem...@suse.com
+
+- drop v4l-cx25840.fw because it is already in kernel-firmware
+
+-------------------------------------------------------------------
+Sat Sep 28 20:52:30 UTC 2013 - bwiedem...@suse.com
+
+- no change. just reformat specfile
+
+-------------------------------------------------------------------
+Wed Feb  6 18:14:10 CET 2013 - r...@suse.de
+
+- split off package from ivtv (to submit to NonFree bnc#757539) 
+

New:
----
  ivtv-firmware.changes
  ivtv-firmware.spec
  ivtv-firmware.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ivtv-firmware.spec ++++++
#
# spec file for package ivtv-firmware
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           ivtv-firmware
Url:            http://ivtvdriver.org/index.php/Main_Page
Summary:        driver firmware for iCompression or Conexant video capture cards
License:        SUSE-Firmware
Group:          Productivity/Multimedia/Other
ExclusiveArch:  %ix86 ppc ppc64 x86_64
Version:        1.4.0
Release:        0
Source0:        ivtv-firmware.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

# for cx8802
Supplements:    modalias(pci:v000014F1d00008802sv*sd*bc*sc*i*)
# for pvrusb2
Supplements:    modalias(usb:v2040p7501d*dc*dsc*dp*ic*isc*ip*)
Supplements:    modalias(usb:v2040p7500d*dc*dsc*dp*ic*isc*ip*)
Supplements:    modalias(usb:v2040p7300d*dc*dsc*dp*ic*isc*ip*)
Supplements:    modalias(usb:v11BAp1001d*dc*dsc*dp*ic*isc*ip*)
Supplements:    modalias(usb:v11BAp1003d*dc*dsc*dp*ic*isc*ip*)
Supplements:    modalias(usb:v1164p0602d*dc*dsc*dp*ic*isc*ip*)
Supplements:    modalias(usb:v1164p0622d*dc*dsc*dp*ic*isc*ip*)
Supplements:    modalias(usb:v2040p2400d*dc*dsc*dp*ic*isc*ip*)
Supplements:    modalias(usb:v2040p2950d*dc*dsc*dp*ic*isc*ip*)
Supplements:    modalias(usb:v2040p2900d*dc*dsc*dp*ic*isc*ip*)
# for ivtv
Supplements:    modalias(pci:v00004444d00000016sv*sd*bc*sc*i*)
Supplements:    modalias(pci:v00004444d00000803sv*sd*bc*sc*i*)

%description
The primary goal of the IVTV project is to provide a "clean room" Linux
Open Source driver implementation for video capture cards based on the
iCompression iTVC15 or Conexant CX23415/CX23416 MPEG Codec. Examples of
such cards are the Hauppauge PVR 250/350 series of MPEG video capture
cards, the Hauppauge "freestyle" and the AVerMedia M179 AVerTV. The
freestyle hasn't been tested, but it should work, or at least be easy
to get working.

%prep
%setup -q -c -n firmware

%build
# nothing to do

%install
mkdir -p "%{buildroot}/lib/firmware"
rm -f v4l-cx25840.fw # drop, because it is already in kernel-firmware
cp -v * "%{buildroot}/lib/firmware"

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc license*txt
/lib/firmware/*

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to