Accepting request 1206135 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1206135 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snd?expand=0&rev=53
This commit is contained in:
commit
d1c44e8812
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 15:25:35 UTC 2024 - Stanislav Brabec <sbrabec@suse.com>
|
||||||
|
|
||||||
|
- Migrate from deprecated %suse_update_desktop_file to
|
||||||
|
%translate_suse_desktop. (boo#1158957)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 25 09:32:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Thu Jul 25 09:32:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Name=Snd
|
|
||||||
Comment=the Snd sound editor
|
|
||||||
Exec=snd
|
|
||||||
Icon=snd
|
|
8
snd.desktop.in
Normal file
8
snd.desktop.in
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
_Name=Snd
|
||||||
|
_Comment=the Snd sound editor
|
||||||
|
Exec=snd
|
||||||
|
Icon=snd
|
||||||
|
Categories=AudioVideo;AudioVideoEditing;
|
||||||
|
|
8
snd.spec
8
snd.spec
@ -34,7 +34,7 @@ License: LGPL-2.1-or-later
|
|||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
URL: https://ccrma.stanford.edu/software/snd/
|
URL: https://ccrma.stanford.edu/software/snd/
|
||||||
Source: ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-%{version}.tar.gz
|
Source: ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-%{version}.tar.gz
|
||||||
Source1: snd.desktop
|
Source1: snd.desktop.in
|
||||||
Source2: snd.png
|
Source2: snd.png
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
BuildRequires: fftw3-devel
|
BuildRequires: fftw3-devel
|
||||||
@ -48,7 +48,7 @@ BuildRequires: libdrm-devel
|
|||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
BuildRequires: libsamplerate-devel
|
BuildRequires: libsamplerate-devel
|
||||||
BuildRequires: motif-devel
|
BuildRequires: motif-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: translate-suse-desktop
|
||||||
Requires: ladspa
|
Requires: ladspa
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -59,6 +59,7 @@ and extended using guile and guile-gtk.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
cp -a %{SOURCE1} .
|
||||||
find -name "*~" -type f -print -delete
|
find -name "*~" -type f -print -delete
|
||||||
find -name "*.png" -type f -exec chmod 0644 "{}" "+"
|
find -name "*.png" -type f -exec chmod 0644 "{}" "+"
|
||||||
|
|
||||||
@ -73,6 +74,7 @@ find -name "*.png" -type f -exec chmod 0644 "{}" "+"
|
|||||||
sed -i "s:\(^LIBS =.*\):\1 -lX11 -ldl:" makefile
|
sed -i "s:\(^LIBS =.*\):\1 -lX11 -ldl:" makefile
|
||||||
%make_build
|
%make_build
|
||||||
%make_build sndplay sndinfo
|
%make_build sndplay sndinfo
|
||||||
|
%translate_suse_desktop snd.desktop
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d -m 755 %{buildroot}/%{_bindir}
|
install -d -m 755 %{buildroot}/%{_bindir}
|
||||||
@ -83,7 +85,7 @@ mkdir -p %{buildroot}/%{_libdir}/snd/scheme
|
|||||||
cp -a *.scm %{buildroot}/%{_libdir}/snd/scheme
|
cp -a *.scm %{buildroot}/%{_libdir}/snd/scheme
|
||||||
mkdir -p %{buildroot}/%{_mandir}/man1
|
mkdir -p %{buildroot}/%{_mandir}/man1
|
||||||
install -c -m 0644 snd.1 %{buildroot}/%{_mandir}/man1
|
install -c -m 0644 snd.1 %{buildroot}/%{_mandir}/man1
|
||||||
%suse_update_desktop_file -i snd AudioVideo AudioVideoEditing
|
install -D -m 0644 snd.desktop %{buildroot}%{_datadir}/applications/snd.desktop
|
||||||
mkdir -p %{buildroot}/%{_datadir}/pixmaps
|
mkdir -p %{buildroot}/%{_datadir}/pixmaps
|
||||||
cp %{SOURCE2} %{buildroot}/%{_datadir}/pixmaps
|
cp %{SOURCE2} %{buildroot}/%{_datadir}/pixmaps
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user