1
0
Dominique Leuenberger 2017-11-24 09:53:47 +00:00 committed by Git OBS Bridge
commit c6dd1ad9b0
6 changed files with 42 additions and 1427 deletions

View File

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

View File

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

View File

@ -1,7 +1,6 @@
Index: audio-recorder/data/audio-recorder.desktop diff -ruN a/data/audio-recorder.desktop b/data/audio-recorder.desktop
=================================================================== --- a/data/audio-recorder.desktop 2017-11-04 16:48:34.754392449 -0400
--- audio-recorder.orig/data/audio-recorder.desktop +++ b/data/audio-recorder.desktop 2017-11-04 16:49:48.220546146 -0400
+++ audio-recorder/data/audio-recorder.desktop
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
GenericName=Audio Recorder GenericName=Audio Recorder
@ -10,41 +9,40 @@ Index: audio-recorder/data/audio-recorder.desktop
Exec=audio-recorder Exec=audio-recorder
Icon=audio-recorder Icon=audio-recorder
StartupNotify=true StartupNotify=true
@@ -49,37 +49,3 @@ Comment[sr]=Audio Recorder @@ -51,36 +51,3 @@
Comment[tr]=Ses Kaydedici
Comment[uk]=Легкий в застосуванні інструмент для аудіо запису Comment[uk]=Легкий в застосуванні інструмент для аудіо запису
Comment[vi]=Trình ghi âm Comment[vi]=Trình ghi âm
-
-# Right-click menu items for Unity's launcher icon. -# Right-click menu items for Unity's launcher icon.
-# Ref: https://wiki.ubuntu.com/Unity/LauncherAPI -# Ref: https://wiki.ubuntu.com/Unity/LauncherAPI
-X-Ayatana-Desktop-Shortcuts=StartRecording;StopRecording;PauseRecording;ShowWindow -Actions=StartRecording;StopRecording;PauseRecording;ShowWindow
- -
-[StartRecording Shortcut Group] -[Desktop Action StartRecording]
-Name=Start -Name=Start
-Name[fi_FI]=Aloita -Name[fi_FI]=Aloita
-Name[nb_NO]=Start -Name[nb_NO]=Start
-Exec=audio-recorder --command=start -Exec=audio-recorder --command=start
-TargetEnvironment=Unity -OnlyShowIn=Unity;GNOME;
- -
-[StopRecording Shortcut Group] -[Desktop Action StopRecording]
-Name=Stop -Name=Stop
-Name[fi_FI]=Lopeta -Name[fi_FI]=Lopeta
-Name[nb_NO]=Stopp -Name[nb_NO]=Stopp
-Exec=audio-recorder --command=stop -Exec=audio-recorder --command=stop
-TargetEnvironment=Unity -OnlyShowIn=Unity;GNOME;
- -
-[PauseRecording Shortcut Group] -[Desktop Action PauseRecording]
-Name=Pause -Name=Pause
-Name[fi_FI]=Keskeytä väliaikaisesti -Name[fi_FI]=Keskeytä väliaikaisesti
-Name[nb_NO]=Pause -Name[nb_NO]=Pause
-Exec=audio-recorder --command=pause -Exec=audio-recorder --command=pause
-TargetEnvironment=Unity -OnlyShowIn=Unity;GNOME;
- -
-[ShowWindow Shortcut Group] -[Desktop Action ShowWindow]
-Name=Show window -Name=Show window
-Name[fi_FI]=Näytä ikkuna -Name[fi_FI]=Näytä ikkuna
-Name[nb_NO]=Vis applikasjon -Name[nb_NO]=Vis applikasjon
-Exec=audio-recorder --command=show -Exec=audio-recorder --command=show
-TargetEnvironment=Unity -OnlyShowIn=Unity;GNOME;
- -
- -

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Nov 21 16:21:27 UTC 2017 - jengelh@inai.de
- Update descriptions.
-------------------------------------------------------------------
Sat Nov 4 20:52:01 UTC 2017 - aavindraa@gmail.com
- Update to 2.0.2:
+ See ChangeLog for full details
- Rebase audio-recorder-correct-desktop-menu.patch
- Drop audio-recorder-gtk-3.16.patch: merged upstream
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 5 14:48:03 UTC 2015 - dimstar@opensuse.org Tue May 5 14:48:03 UTC 2015 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package audio-recorder # spec file for package audio-recorder
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,18 +17,15 @@
Name: audio-recorder Name: audio-recorder
Version: 1.6 Version: 2.0.2
Release: 0 Release: 0
%define real_version 1.6-2
Summary: An audio recorder application for the GNOME 2/3 Summary: An audio recorder application for the GNOME 2/3
License: GPL-3.0 License: GPL-3.0
Group: Productivity/Multimedia/Sound/Utilities Group: Productivity/Multimedia/Sound/Utilities
Url: https://launchpad.net/audio-recorder Url: https://launchpad.net/audio-recorder
Source: https://launchpad.net/audio-recorder/trunk/version1.6-2/+download/audio-recorder-1.6-2.tar.gz Source: https://launchpad.net/~%{name}/+archive/ubuntu/ppa/+files/%{name}_%{version}~artful.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE audio-recorder-correct-desktop-menu.patch badshah400@gmail.com -- Fixes the .desktop file by removing unity related tags from it. # PATCH-FIX-OPENSUSE audio-recorder-correct-desktop-menu.patch badshah400@gmail.com -- Fixes the .desktop file by removing unity related tags from it.
Patch0: audio-recorder-correct-desktop-menu.patch Patch0: audio-recorder-correct-desktop-menu.patch
# PATCH-FIX-UPSTREAM audio-recorder-gtk-3.16.patch dimstar@opensuse.org -- Introduce GTK 3.16 compatibility, taken from upstream.
Patch1: audio-recorder-gtk-3.16.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: fdupes BuildRequires: fdupes
@ -36,6 +33,7 @@ BuildRequires: gettext
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
BuildRequires: intltool BuildRequires: intltool
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(appindicator3-0.1) >= 0.3 BuildRequires: pkgconfig(appindicator3-0.1) >= 0.3
BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dconf) BuildRequires: pkgconfig(dconf)
@ -49,13 +47,12 @@ Requires: gstreamer-plugins-base
Requires: gstreamer-plugins-good Requires: gstreamer-plugins-good
Requires: gstreamer-plugins-ugly Requires: gstreamer-plugins-ugly
Recommends: %{name}-lang Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Audio-recorder allows you to record your favourite music or audio to Audio-recorder allows you to record music or audio to
a file. It can record audio from your system's soundcard, a file. It can record audio from your system's soundcard,
microphones, browsers, webcams & more. Put simply: if it plays out of microphones, browsers and webcams. Put simply: if it plays out of
your loudspeakers you can record it. your loudspeakers, you can record it.
It has an advanced timer that can: It has an advanced timer that can:
* Start, stop or pause recording at a given clock time. * Start, stop or pause recording at a given clock time.
@ -71,17 +68,17 @@ The recording can be automatically controlled by:
* Skype. It can automatically record all your Skype calls without * Skype. It can automatically record all your Skype calls without
any user interaction. any user interaction.
This program supports several audio (output) formats such as OGG This program supports several audio (output) formats such as Ogg Vorbis
audio, Flac, MP3 and WAV. audio, FLAC, MP3 and WAV.
User can also control the recorder from command line with User can also control the recorder from command line with
--command <arg> option. --command <arg> option.
%lang_package %lang_package
%prep %prep
%setup -q -n %{name} %setup -q -n trunk
%patch0 -p1 %patch0 -p1
%patch1 -p0
%build %build
aclocal && autoconf && automake -a aclocal && autoconf && automake -a
@ -104,7 +101,6 @@ make %{?_smp_mflags}
%glib2_gsettings_schema_postun %glib2_gsettings_schema_postun
%files %files
%defattr(-,root,root)
%doc ChangeLog README COPYING %doc ChangeLog README COPYING
%{_bindir}/%{name} %{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
@ -112,6 +108,7 @@ make %{?_smp_mflags}
%{_datadir}/icons/hicolor/ %{_datadir}/icons/hicolor/
%{_datadir}/pixmaps/%{name}/ %{_datadir}/pixmaps/%{name}/
%{_datadir}/glib-2.0/schemas/org.gnome.audio-recorder.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.audio-recorder.gschema.xml
%{_mandir}/man1/%{name}.1%{ext_man}
%files lang -f %{name}.lang %files lang -f %{name}.lang