SHA256
1
0
forked from pool/adlmidi

Accepting request 684120 from home:mnhauke:games

Initial package for adlmidi

OBS-URL: https://build.opensuse.org/request/show/684120
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/adlmidi?expand=0&rev=1
This commit is contained in:
Martin Pluskal 2019-03-12 07:59:17 +00:00 committed by Git OBS Bridge
commit 854b691e4c
5 changed files with 81 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1 @@
.osc

3
adlmidi-1.2.6.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eba5da4b568f4d994cf88c0d2057f4f1298c7aaf2230ba4ca5311cb765289a95
size 417728

4
adlmidi.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Sun Mar 10 13:40:51 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Initial package, version 1.2.6.2

50
adlmidi.spec Normal file
View File

@ -0,0 +1,50 @@
#
# spec file for package adlmidi
#
# Copyright (c) 2019, 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: adlmidi
Version: 1.2.6.2
Release: 0
Summary: A MIDI player that uses OPL3 emulation
License: GPL-3.0-only AND GPL-2.0-or-later
Group: Productivity/Multimedia/Sound/Players
URL: https://bisqwit.iki.fi/source/adlmidi.html
#Git-Clone: https://github.com/bisqwit/adlmidi.git
Source: https://bisqwit.iki.fi/src/arch/%{name}-%{version}.tar.bz2
BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: pkgconfig(sdl2)
%description
AdlMIDI is a commandline program that plays MIDI files using software
OPL3 emulation (FM synthesis).
%prep
%setup -q
sed -i 's|-march=native||' Makefile
%build
export CPPFLAGS='%{optflags}'
make %{?_smp_mflags}
%install
install -D -m 0755 adlmidi %{buildroot}%{_bindir}/adlmidi
%files
%doc README.html
%{_bindir}/adlmidi
%changelog