forked from pool/audio-recorder
Accepting request 214980 from GNOME:Apps
Update to 1.4-1 (forwarded request 214735 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/214980 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audio-recorder?expand=0&rev=6
This commit is contained in:
commit
cfed9161ae
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4ae35c234e07f1d21d8dfb91c51b7c5d7571fa39db12bf5beab39d718f0f571
|
|
||||||
size 6389760
|
|
3
audio-recorder-1.4-1.tar.gz
Normal file
3
audio-recorder-1.4-1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54e55d2efa9a0019e1c7220e3ce099c8fac5e49f5741a811a59eba550ce6f23b
|
||||||
|
size 8189035
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 22 19:58:45 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.4-1:
|
||||||
|
+ lp#1258822: Timer does not stop recording in some rare cases.
|
||||||
|
- Changes from version 1.4:
|
||||||
|
+ Replaced fixed size icons 16x16,...,64x64 with scalable svg
|
||||||
|
images.
|
||||||
|
+ Replaced also some images with
|
||||||
|
pixmap/audio-recorder-off-dot.svg, audio-recorder-on-dot.svg,
|
||||||
|
audio-recorder-paused-dot.svg.
|
||||||
|
- Changes from version 1.1:
|
||||||
|
+ Migrated dbus-skype.c to GDBus intrerface.
|
||||||
|
+ Removed dependency to dbus-glib-1 library.
|
||||||
|
+ Removed skype-service.[ch] and skype-service-object-glue.h from
|
||||||
|
the project.
|
||||||
|
- Add %desktop_database_post/%desktop_database_postun to scriptlets
|
||||||
|
in order to update the desktop database.
|
||||||
|
- Add desktop-file-utils BuildRequires: needed for the above macros
|
||||||
|
to be defined.
|
||||||
|
- Drop pkgconfig(libgnome-media-profiles-3.0) and
|
||||||
|
pkgconfig(dbus-glib-1) BuildRequires: no longer required.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 13 21:23:23 UTC 2013 - p.drouand@gmail.com
|
Wed Mar 13 21:23:23 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package audio-recorder
|
# spec file for package audio-recorder
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products 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,28 +17,28 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: audio-recorder
|
Name: audio-recorder
|
||||||
Version: 0.9.8
|
Version: 1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define real_version 1.4-1
|
||||||
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/version%{version}/+download/%{name}-%{version}.tar.gz
|
Source: https://launchpad.net/audio-recorder/trunk/version1.4-1/+download/audio-recorder-1.4-1.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
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig(dbus-1)
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
|
||||||
BuildRequires: pkgconfig(dconf)
|
BuildRequires: pkgconfig(dconf)
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: pkgconfig(libgnome-media-profiles-3.0)
|
|
||||||
BuildRequires: pkgconfig(libpulse)
|
BuildRequires: pkgconfig(libpulse)
|
||||||
Requires: gstreamer-plugins-bad
|
Requires: gstreamer-plugins-bad
|
||||||
Requires: gstreamer-plugins-base
|
Requires: gstreamer-plugins-base
|
||||||
@ -89,10 +89,12 @@ make %{?_smp_mflags}
|
|||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
%desktop_database_post
|
||||||
%icon_theme_cache_post
|
%icon_theme_cache_post
|
||||||
%glib2_gsettings_schema_post
|
%glib2_gsettings_schema_post
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
|
%desktop_database_postun
|
||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
%glib2_gsettings_schema_postun
|
%glib2_gsettings_schema_postun
|
||||||
|
|
||||||
@ -102,7 +104,7 @@ make %{?_smp_mflags}
|
|||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
%{_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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user