forked from pool/audio-recorder
Accepting request 305501 from home:dimstar:branches:GNOME:Apps
- Update to version 1.6-2: + See ChangeLog for full details. - Add pkgconfig(gstreamer-pbutils-1.0) and pkgconfig(appindicator3-0.1) BuildRequires: new dependecies. - Add audio-recorder-gtk-3.16.patch: Add GTK 3.16 compatibility. - Drop audio-recorder-automake.patch: fixed upstream. OBS-URL: https://build.opensuse.org/request/show/305501 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/audio-recorder?expand=0&rev=11
This commit is contained in:
parent
85105b9b05
commit
8a8fe5cf70
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54e55d2efa9a0019e1c7220e3ce099c8fac5e49f5741a811a59eba550ce6f23b
|
||||
size 8189035
|
3
audio-recorder-1.6-2.tar.gz
Normal file
3
audio-recorder-1.6-2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12974217fa1d03bf568b6578744dce14e76982814bed0e6729be731779ffce16
|
||||
size 8657059
|
@ -1,14 +0,0 @@
|
||||
Index: audio-recorder/configure.ac
|
||||
===================================================================
|
||||
--- audio-recorder.orig/configure.ac
|
||||
+++ audio-recorder/configure.ac
|
||||
@@ -1,8 +1,8 @@
|
||||
# ================= initialization =================== #
|
||||
AC_INIT([Audio Recorder], [1.4-1], [https://bugs.launchpad.net/audio-recorder/+filebug], [audio-recorder])
|
||||
+AM_INIT_AUTOMAKE
|
||||
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
-AM_INIT_AUTOMAKE
|
||||
AC_CONFIG_SRCDIR([src/main.c])
|
||||
#AC_CONFIG_HEADERS([src/config.h])
|
||||
AM_MAINTAINER_MODE
|
1393
audio-recorder-gtk-3.16.patch
Normal file
1393
audio-recorder-gtk-3.16.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 14:48:03 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.6-2:
|
||||
+ See ChangeLog for full details.
|
||||
- Add pkgconfig(gstreamer-pbutils-1.0) and
|
||||
pkgconfig(appindicator3-0.1) BuildRequires: new dependecies.
|
||||
- Add audio-recorder-gtk-3.16.patch: Add GTK 3.16 compatibility.
|
||||
- Drop audio-recorder-automake.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 13:19:09 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package audio-recorder
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,18 +17,18 @@
|
||||
|
||||
|
||||
Name: audio-recorder
|
||||
Version: 1.4
|
||||
Version: 1.6
|
||||
Release: 0
|
||||
%define real_version 1.4-1
|
||||
%define real_version 1.6-2
|
||||
Summary: An audio recorder application for the GNOME 2/3
|
||||
License: GPL-3.0
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
Url: https://launchpad.net/audio-recorder
|
||||
Source: https://launchpad.net/audio-recorder/trunk/version1.4-1/+download/audio-recorder-1.4-1.tar.gz
|
||||
Source: https://launchpad.net/audio-recorder/trunk/version1.6-2/+download/audio-recorder-1.6-2.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.
|
||||
Patch0: audio-recorder-correct-desktop-menu.patch
|
||||
# PATCH-FIX-UPSTREAM audio-recorder-automake.patch lp#1379339 dimstar@opensuse.org -- Fix the order of commands in configure.ac
|
||||
Patch1: audio-recorder-automake.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: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
@ -36,10 +36,12 @@ BuildRequires: gettext
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig(appindicator3-0.1) >= 0.3
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(dconf)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-pbutils-1.0) >= 1.4
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
Requires: gstreamer-plugins-bad
|
||||
@ -79,7 +81,7 @@ User can also control the recorder from command line with
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch1 -p0
|
||||
|
||||
%build
|
||||
aclocal && autoconf && automake -a
|
||||
|
Loading…
Reference in New Issue
Block a user