Projects
home:blinry
nordlicht
nordlicht.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nordlicht.spec of Package nordlicht (Revision 12)
Currently displaying revision
12
,
Show latest
%define soname 0 Name: nordlicht Version: 0.3.2 Release: 0 Summary: Creates colorful barcodes from video files License: GPL-2.0+ Group: Productivity/Multimedia/Editors and Convertors Url: https://github.com/blinry/%{name} Source0: https://github.com/blinry/%{name}/archive/v%{version}.tar.gz BuildRequires: cmake BuildRequires: libffmpeg-devel BuildRequires: freeimage-devel BuildRequires: popt-devel BuildRequires: help2man %description nordlicht is a C library for converting video files into colorful barcodes. It is inspired by the Moviebarcode Tumblr, but aims at the next logical step: Integrating these barcodes into video players to make navigation faster and more precise. This package provides a command line tool, which you can use to generate your own barcodes easily. %package -n lib%{name}%{soname} Summary: C git library Group: System/Libraries %description -n lib%{name}%{soname} nordlicht is a C library for converting video files into colorful barcodes. It is inspired by the Moviebarcode Tumblr, but aims at the next logical step: Integrating these barcodes into video players to make navigation faster and more precise. %package devel Summary: nordlicht development files Group: Development/Libraries/C and C++ Requires: %{name}-%{soname} >= %{version} %description devel This package contains all necessary include files and libraries needed to compile and develop applications that use nordlicht. %prep %setup -q %build cmake . \ -DCMAKE_C_FLAGS:STRING="%{optflags}" \ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ -DLIB_INSTALL_DIR:PATH=%{_libdir} make %{?_smp_mflags} %install %make_install %files %doc %{_mandir}/man1/%{name}.1%{ext_man} %{_bindir}/%{name} %files -n %{name}-%{soname} %{_libdir}/lib%{name}.so.%{soname} %files devel %{_libdir}/lib%{name}.so %{_libdir}/pkgconfig/%{name}.pc %{_includedir}/%{name}.h %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
.