Projects
Multimedia
qx11grab
qx11grab.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File qx11grab.spec of Package qx11grab (Revision 2)
Currently displaying revision
2
,
Show latest
# # spec file for package qx11grab # # Copyright (c) 2012 Mariusz Fik <fisiu@opensuse.org>. # Copyright (c) 2012 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: qx11grab Version: 0.4.10 Release: 0 License: GPL-3.0 Summary: Qt4 applet for recording x11 windows with ffmpeg Url: http://qx11grab.hjcms.de Group: Productivity/Multimedia/Other Source: http://qx11grab.hjcms.de/downloads/%{version}/%{name}-%{version}.tar.bz2 ## patch to skip pulse version check for open SUSE > 12.3, ## configure fails because version can't be parsed (4.0-270-g9490a) Patch0: qx11grab-skip_pulse_version_check.patch BuildRequires: cmake >= 2.8.0 BuildRequires: libkde4-devel BuildRequires: update-desktop-files BuildRequires: pkgconfig(QtCore) >= 4.7.2 BuildRequires: pkgconfig(QtGui) >= 4.7.2 BuildRequires: pkgconfig(alsa) >= 1.0.14 BuildRequires: pkgconfig(dbus-1) >= 1.4.12 BuildRequires: pkgconfig(libavcodec) >= 52.86.1 BuildRequires: pkgconfig(libavfilter) >= 2.4.0 BuildRequires: pkgconfig(libavformat) >= 52.78.3 BuildRequires: pkgconfig(libavutil) >= 50.24.0 BuildRequires: pkgconfig(libpulse) => 0.9 BuildRequires: pkgconfig(libv4l2) BuildRequires: libnotify-tools BuildRequires: fdupes # for building extra icons BuildRequires: inkscape BuildRoot: %{_tmppath}/%{name}-%{version}-build %kde4_runtime_requires %description qx11grab is a systray program that uses FFmpeg for recording X11 desktop windows. this program grab window dimensions with xevent and prepare the command line for ffmpeg with configuration options. it sends the generated parameter list to a new FFmpeg process. qx11grab is not the recording software it prepare all commands for FFmpeg. %prep %setup -q %if 0%{?suse_version} > 1230 %patch0 %endif %build export CXXFLAGS="$CXXFLAGS $RPM_OPT_FLAGS" mkdir build && cd build cmake .. \ %ifarch x86_64 -DLIB_SUFFIX:STRING=64 \ %endif -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_LIBDIR=%{_libdir} \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DINSTALL_EXTRA_FFPRESETS=ON \ -DENABLE_KDE_SUPPORT=ON \ -DENABLE_WEBCAM_FILTER=TRUE make %{?_smp_mflags} %install cd build %make_install %suse_update_desktop_file -r qx11grab Qt KDE Utility Applet %fdupes %{buildroot} %clean %{?buildroot:rm -rf %{buildroot}} %files %defattr(-,root,root) %{_bindir}/qx11grab %{_datadir}/dbus-1/interfaces/de.hjcms.qx11grab.xml %{_datadir}/dbus-1/services/de.hjcms.qx11grab.service %{_datadir}/applications/qx11grab.desktop %{_datadir}/pixmaps/qx11grab.png %dir %{_datadir}/pixmaps/qx11grab %{_datadir}/pixmaps/qx11grab/position_*.png %{_datadir}/icons/hicolor/*/apps/qx11grab.png %{_datadir}/icons/hicolor/scalable/apps/qx11grab.svgz %{_datadir}/qt4/translations/qx11grab_*.qm %{_mandir}/man1/qx11grab.1.gz %{_mandir}/de/man1/qx11grab.1.gz %dir %{_datadir}/ffmpeg %{_datadir}/ffmpeg/libx264-QX11Grab.ffpreset %{_datadir}/qx11grab/ %dir %{_libdir}/qx11grab %{_libdir}/qx11grab/libUnsharp.so %{_libdir}/qx11grab/libdrawtext.so %{_libdir}/qx11grab/libfade.so %{_libdir}/qx11grab/libsetdar.so %{_libdir}/qx11grab/libwatermark.so %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.