Compare commits
11 Commits
65674e7d9a
...
72d8598dba
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72d8598dba | ||
|
|
ee708cbfd3 | ||
|
|
15ad1bd816 | ||
|
|
bb8fbb8e83 | ||
|
|
e1a2f3c70e | ||
|
|
2756ecd899 | ||
|
|
0aa8d6c5da | ||
|
|
608e35c340 | ||
|
|
7d8699067e | ||
|
|
883274845a | ||
|
|
783c3c6610 |
Binary file not shown.
BIN
cheese-44.1.tar.xz
Normal file
BIN
cheese-44.1.tar.xz
Normal file
Binary file not shown.
108
cheese.spec
108
cheese.spec
@ -1,44 +1,65 @@
|
||||
Name: cheese
|
||||
Version: 3.32.0
|
||||
Release: 2
|
||||
Epoch: 2
|
||||
Summary: Take photos and videos with webcam
|
||||
|
||||
Version: 44.1
|
||||
Release: 1
|
||||
Summary: Application for taking pictures and movies from a webcam
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/Cheese
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.32/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/43/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: chrpath desktop-file-utils docbook-dtds docbook-style-xsl gettext intltool
|
||||
BuildRequires: itstool libXtst-devel libappstream-glib libxslt clutter-devel clutter-gst3-devel
|
||||
BuildRequires: clutter-gtk-devel gdk-pixbuf2-devel glib2-devel gnome-desktop3-devel vala
|
||||
BuildRequires: gobject-introspection-devel gstreamer1-plugins-base-devel libcanberra-devel
|
||||
BuildRequires: gstreamer1-plugins-bad-free-devel gtk3-devel libX11-devel
|
||||
Requires: gstreamer1-plugins-good gstreamer1-plugins-bad-free gnome-video-effects
|
||||
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
|
||||
BuildRequires: gcc chrpath
|
||||
BuildRequires: meson
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: docbook-dtds
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: gettext
|
||||
BuildRequires: itstool
|
||||
BuildRequires: libXtst-devel
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(clutter-1.0)
|
||||
BuildRequires: clutter-gst3-devel
|
||||
BuildRequires: pkgconfig(clutter-gtk-1.0)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.27.90
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0)
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: libappstream-glib libxslt
|
||||
|
||||
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: gstreamer1-plugins-good%{?_isa}
|
||||
Requires: gstreamer1-plugins-bad-free%{?_isa}
|
||||
Requires: gnome-video-effects
|
||||
|
||||
%description
|
||||
Cheese is a program for the GNOME Desktop which allows you to take photos,
|
||||
videos, and anything else you can think of with your webcam.
|
||||
Cheese is a Photobooth-inspired GNOME application for taking pictures and
|
||||
videos from a webcam. It can also apply fancy graphical effects.
|
||||
|
||||
%package libs
|
||||
Summary: libraries for %{name}
|
||||
|
||||
Summary: Webcam display and capture widgets
|
||||
License: GPLv2+
|
||||
Obsoletes: cheese-camera-service < 2:3.25.90
|
||||
|
||||
%description libs
|
||||
Libraries needed for applications that want to display a webcam in their interface
|
||||
are contained in this package.
|
||||
This package contains libraries needed for applications that
|
||||
want to display a webcam in their interface.
|
||||
|
||||
%package devel
|
||||
Summary: %{name}-libs development files
|
||||
Summary: Development files for %{name}-libs
|
||||
License: GPLv2+
|
||||
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Provides: %{name}-libs-devel
|
||||
Obsoletes: %{name}-libs-devel
|
||||
|
||||
%description devel
|
||||
The headers and other files that required to build the %{name}-libs application
|
||||
are contained in %{name}-devel package.
|
||||
This package contains the libraries and header files that are needed
|
||||
for writing applications that require a webcam display widget.
|
||||
|
||||
%package_help
|
||||
|
||||
@ -46,21 +67,22 @@ are contained in %{name}-devel package.
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%configure --enable-static
|
||||
%make_build V=1
|
||||
%meson -Dtests=false
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
%meson_install
|
||||
%delete_la_and_a
|
||||
|
||||
%delete_la
|
||||
%find_lang %{name} --with-gnome
|
||||
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/cheese
|
||||
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcheese-gtk.so.*
|
||||
chrpath --delete %{buildroot}%{_bindir}/cheese
|
||||
chrpath --delete %{buildroot}%{_libdir}/libcheese-gtk.so.*
|
||||
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
%check
|
||||
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Cheese.desktop
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Cheese.desktop
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%doc AUTHORS
|
||||
@ -68,31 +90,43 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Cheese.d
|
||||
%{_datadir}/icons/hicolor/*
|
||||
%{_datadir}/dbus-1/services/org.gnome.Cheese.service
|
||||
%{_datadir}/applications/org.gnome.Cheese.desktop
|
||||
%{_datadir}/appdata/org.gnome.Cheese.appdata.xml
|
||||
%{_datadir}/metainfo/org.gnome.Cheese.appdata.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml
|
||||
|
||||
%files libs -f cheese.lang
|
||||
%license COPYING
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml
|
||||
%{_libdir}/girepository-1.0/Cheese-3.0.typelib
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%{_datadir}/gir-1.0/Cheese-3.0.gir
|
||||
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/cheese/*.h
|
||||
%{_libdir}/*.a
|
||||
%{_includedir}/cheese/
|
||||
|
||||
%files help
|
||||
%doc README
|
||||
%{_datadir}/gtk-doc/html/cheese/
|
||||
%{_mandir}/man1/cheese.1.gz
|
||||
%{_datadir}/gtk-doc/
|
||||
%{_mandir}/man1/cheese.1*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 14 2023 wangqia <wangqia@uniontech.com> - 2:44.1-1
|
||||
- Upgrade to 44.1
|
||||
|
||||
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> 2:43.0-1
|
||||
- update to 43.0
|
||||
|
||||
* Tue Aug 02 2022 Wei, Qiang <qiang.wei@suse.com> - 2:41.1-2
|
||||
- Move gsettings file from libs package to cheese package.
|
||||
|
||||
* Fri Apr 15 2022 dillon chen <dillon.chen@gmail.com> - 41.1-1
|
||||
- Update to 41.1
|
||||
|
||||
* Fri Jan 29 2021 yanglu <yanglu60@huawei.com> - 2:3.38.0-1
|
||||
- update version
|
||||
|
||||
* Mon Sep 07 2020 zhanzhimin <zhanzhimin@huawei.com> - 2:3.32.0-2
|
||||
- update source0
|
||||
|
||||
* Mon Sep 09 2019 openEuler Buildteam <buildteam@openeuler.org> - 2:3.32.0-1
|
||||
- Package Init
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user