Initial package for fmtools
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/fmtools?expand=0&rev=1
This commit is contained in:
commit
cbb2a80d0e
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal 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
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
fmtools-2.0.8.tar.gz
Normal file
3
fmtools-2.0.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b1314aad7233ca3fb7cf3b0f26d7ca8f1f23ab4e864df9daccaee1f83a205821
|
||||||
|
size 42331
|
16
fmtools-2.0.8.tar.gz.asc
Normal file
16
fmtools-2.0.8.tar.gz.asc
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQIzBAABCAAdFiEEwtGrBhZWqsVLXpdUhRmd6MZkjpAFAmYvzVcACgkQhRmd6MZk
|
||||||
|
jpCP0g//UA/JA9bT1A4xHpoT27cPwQ1qeuU97XMG45ibYsZJiu/seSIGL+AhMIzV
|
||||||
|
odDk3f1jaEFPQmdf6ORtUcac4aFdcn0WrIIUIx71yK5ZLxIYEHl2My0/GeZ4WtFC
|
||||||
|
tWk8H3UFlatzK0jAiwYiWwPADduZo0tojQEtRgObrESUg58bTvlaxgchYVgeYk3l
|
||||||
|
xVwwCrvuBjtWOMQIWHpY89vmBJdmCv50Vo8JAWRDfdygvaDHNPSpB+uXMZV/Yd2S
|
||||||
|
45GzY5pjPxmHj26NpQfc+xUEGcYC1SVDXWvRcX/VGE4ClZo06IKgg6X2CG+ZvhR2
|
||||||
|
Z/0IVJDHbYlbgTSNPAXKNBEAVdmc3i6UCwGTwTHhHGNwpXyTUN9M/024S0SfUqEo
|
||||||
|
e/ZtrkiqcXz7WS6oa02bhPnDs0Vy/NUPKKPfk5XLL/JNJoenlkma3xXBuMBOvKQR
|
||||||
|
YJEkadFjdIbD3QkFzsuJaFk3Sc0LWHZz+i/JvzdBTM+gVROjjS2WPSg9kd91cMv5
|
||||||
|
e/rIsSi/Iz3eCu/r4ZY0pabTThVbWF86n0fruQUzW58o7Ndz2Qqkkv8pixWPiUwn
|
||||||
|
PwizXZYSt7lxCTpSSuRGZMXdZJWxgoky70EnTNMyP5i5HBLZ5xUJJb5Xwu5eFLiN
|
||||||
|
dSLtFxGeSmEvt0fUQ4kyMXTeP5bHt3mGX7xI0zxl2HSMMhhixSA=
|
||||||
|
=6SgY
|
||||||
|
-----END PGP SIGNATURE-----
|
26
fmtools-report-correct-version.patch
Normal file
26
fmtools-report-correct-version.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index 37036a9..ad107b4 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-AC_INIT([fmtools], [2.0.7], [blp@cs.stanford.edu])
|
||||||
|
+AC_INIT([fmtools], [2.0.8], [blp@cs.stanford.edu])
|
||||||
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
|
AC_PREREQ([2.59])
|
||||||
|
diff --git a/package.m4 b/package.m4
|
||||||
|
index 6345ba2..e68623e 100644
|
||||||
|
--- a/package.m4
|
||||||
|
+++ b/package.m4
|
||||||
|
@@ -4,9 +4,9 @@ m4_define([AT_PACKAGE_NAME],
|
||||||
|
m4_define([AT_PACKAGE_TARNAME],
|
||||||
|
[fmtools])
|
||||||
|
m4_define([AT_PACKAGE_VERSION],
|
||||||
|
- [2.0.7])
|
||||||
|
+ [2.0.8])
|
||||||
|
m4_define([AT_PACKAGE_STRING],
|
||||||
|
- [fmtools 2.0.7])
|
||||||
|
+ [fmtools 2.0.8])
|
||||||
|
m4_define([AT_PACKAGE_BUGREPORT],
|
||||||
|
[blp@cs.stanford.edu])
|
||||||
|
m4_define([AT_PACKAGE_URL],
|
4
fmtools.changes
Normal file
4
fmtools.changes
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 5 13:17:26 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Initial package, version 2.0.8
|
59
fmtools.spec
Normal file
59
fmtools.spec
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
#
|
||||||
|
# spec file for package fmtools
|
||||||
|
#
|
||||||
|
# Copyright (c) 2025, Martin Hauke <mardnh@gmx.de>
|
||||||
|
#
|
||||||
|
# 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 https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: fmtools
|
||||||
|
Version: 2.0.8
|
||||||
|
Release: 0
|
||||||
|
Summary: FM radio tuner for V4L2 supported devices
|
||||||
|
License: GPL-2.0-only
|
||||||
|
Group: Productivity/Multimedia/Sound/Players
|
||||||
|
URL: https://benpfaff.org/fmtools/
|
||||||
|
#Git-Clone: https://repo.or.cz/fmtools.git
|
||||||
|
Source0: https://benpfaff.org/fmtools/%{name}-%{version}.tar.gz
|
||||||
|
Source1: https://benpfaff.org/fmtools/%{name}-%{version}.tar.gz.asc
|
||||||
|
Patch0: fmtools-report-correct-version.patch
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
|
||||||
|
%description
|
||||||
|
Command-line utilities for adjusting the frequency and volume and
|
||||||
|
muting of supported FM radio cards.
|
||||||
|
|
||||||
|
fm - control frequency, volume, mute/unmute of FM radio card
|
||||||
|
fmscan - scan FM band for radio stations
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
autoreconf -fiv
|
||||||
|
%configure
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license COPYING
|
||||||
|
%doc NEWS README
|
||||||
|
%{_bindir}/fm
|
||||||
|
%{_bindir}/fmscan
|
||||||
|
%{_mandir}/man1/fm.1%{?ext_man}
|
||||||
|
%{_mandir}/man1/fmscan.1%{?ext_man}
|
||||||
|
|
||||||
|
%changelog
|
Loading…
x
Reference in New Issue
Block a user