Accepting request 751045 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/751045 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buzztrax?expand=0&rev=16
This commit is contained in:
commit
84667df7be
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:265ba5fe54865f51c9d8310750f5c9f461b64e66d44d8d6a579f60265fc92485
|
|
||||||
size 3364673
|
|
3
buzztrax-0.10.2+git20191028.tar.gz
Normal file
3
buzztrax-0.10.2+git20191028.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ce77b2ce4401f54d6e265eaae14fe14a415928077d17b776f7919f29ce0e8b28
|
||||||
|
size 3365555
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 26 09:21:42 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
||||||
|
|
||||||
|
- Update to git snapshot version 0.10.2+git20191028 includes
|
||||||
|
Bernard's reproducible build: Use NEWS date instead of build date
|
||||||
|
- Upstream changes:
|
||||||
|
*core:fix format strings in logger
|
||||||
|
*tests:add init handling to fuzzer and update docs
|
||||||
|
*tests:add a fuzzer for reading song files
|
||||||
|
*test:make the test helper builable with older gtk versions
|
||||||
|
*tests:remove unused code
|
||||||
|
*Use NEWS date instead of build date
|
||||||
|
*test:set a GdkDevice in the synthetic events to silence a warning
|
||||||
|
*tests:swap out the screenshoting code.
|
||||||
|
*tests:use top_abs_* more often
|
||||||
|
*tests:update location of valgrind suppressions
|
||||||
|
*tests:extract local var for readability
|
||||||
|
*tests:more debugging for the flaky screenshotting
|
||||||
|
*tests:fix action signal emission.
|
||||||
|
*tests:test the analyzer dialog for the master
|
||||||
|
*sink-bin:guard some properties with a class check
|
||||||
|
*tests:fix bad property in handwritten song
|
||||||
|
*tests:move the call to get the window size out of the ifdef
|
||||||
|
*icons:add the apps dir
|
||||||
|
*tests:disable the cairo hack
|
||||||
|
*help:only copy the images
|
||||||
|
*tests:add ref_sink() before releasing to fix a warning.
|
||||||
|
*edit/tools:extract some common code into a help and add tests
|
||||||
|
*tests:add a workaround for snapshotting images
|
||||||
|
*help:fix typo in path for image generation target
|
||||||
|
*tests:udpate new manual doc path for tests
|
||||||
|
*help:fix make check target
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 11 08:14:05 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
Sun Aug 11 08:14:05 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define rev eb51b04c45f075577f71199d3a62c8fc6c5996f2
|
%define rev e08d73311d45b8bd73cbbd1fe95bc95b5ad52d2f
|
||||||
%define relver 0.11.0
|
%define relver 0.11.0
|
||||||
|
|
||||||
%define gir gobject-introspection-1.0
|
%define gir gobject-introspection-1.0
|
||||||
@ -31,7 +31,7 @@
|
|||||||
%define glib_version 2.32.0
|
%define glib_version 2.32.0
|
||||||
%define gst_version 1.2.0
|
%define gst_version 1.2.0
|
||||||
Name: buzztrax
|
Name: buzztrax
|
||||||
Version: 0.10.2+git20190809
|
Version: 0.10.2+git20191028
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A music studio inspired by Buzz
|
Summary: A music studio inspired by Buzz
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -51,13 +51,16 @@ BuildRequires: intltool
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
|
BuildRequires: yelp-devel
|
||||||
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(%{gir})
|
BuildRequires: pkgconfig(%{gir})
|
||||||
BuildRequires: pkgconfig(alsa)
|
BuildRequires: pkgconfig(alsa)
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
BuildRequires: pkgconfig(clutter-gtk-1.0)
|
BuildRequires: pkgconfig(clutter-gtk-1.0)
|
||||||
#BuildRequires: pkgconfig(fluidsynth)
|
#Doesn't build with fluidsynth 2 yet
|
||||||
BuildRequires: yelp-devel
|
%if 0%{?suse_version} <= 1500
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: pkgconfig(fluidsynth)
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(gdk-x11-3.0)
|
BuildRequires: pkgconfig(gdk-x11-3.0)
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib_version}
|
BuildRequires: pkgconfig(gio-2.0) >= %{glib_version}
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib_version}
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib_version}
|
||||||
@ -76,6 +79,8 @@ BuildRequires: pkgconfig(orc-0.4)
|
|||||||
BuildRequires: pkgconfig(pango)
|
BuildRequires: pkgconfig(pango)
|
||||||
Requires: %{name}-plugins = %{version}
|
Requires: %{name}-plugins = %{version}
|
||||||
Requires: gstreamer-1_0-plugins-buzztrax = %{version}
|
Requires: gstreamer-1_0-plugins-buzztrax = %{version}
|
||||||
|
Requires: yelp
|
||||||
|
Recommends: gstreamer-plugins-good-jack
|
||||||
# We provide appdata(buzztrax-edit.appdata.xml) to prevent installation system error see:
|
# We provide appdata(buzztrax-edit.appdata.xml) to prevent installation system error see:
|
||||||
# boo#961304 which is marked duplicate of boo#952304
|
# boo#961304 which is marked duplicate of boo#952304
|
||||||
#Provides: appdata(buzztrax-edit.appdata.xml)
|
#Provides: appdata(buzztrax-edit.appdata.xml)
|
||||||
@ -223,6 +228,9 @@ export CXXFLAGS="$CFLAGS"
|
|||||||
/bin/sh ./autogen.sh --noconfigure
|
/bin/sh ./autogen.sh --noconfigure
|
||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
--disable-schemas-compile \
|
--disable-schemas-compile \
|
||||||
|
--disable-update-mime \
|
||||||
|
--disable-update-desktop \
|
||||||
|
--disable-update-icon-cache \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--enable-deprecated \
|
--enable-deprecated \
|
||||||
--enable-debug \
|
--enable-debug \
|
||||||
@ -256,17 +264,6 @@ typelib-1_0-BuzztraxIc-1_1\n
|
|||||||
typelib-1_0-BuzztraxCore-1_1\n
|
typelib-1_0-BuzztraxCore-1_1\n
|
||||||
\t+^%{typelibdir}/BuzztraxCore-%{girsoname}.typelib$\n' > %{_sourcedir}/baselibs.conf
|
\t+^%{typelibdir}/BuzztraxCore-%{girsoname}.typelib$\n' > %{_sourcedir}/baselibs.conf
|
||||||
|
|
||||||
# Anything that doesn't work goes here
|
|
||||||
%if 1 == 0
|
|
||||||
%pre -f %{name}.schemas_pre
|
|
||||||
|
|
||||||
%posttrans -f %{name}.schemas_posttrans
|
|
||||||
-f %{name}.schemas_list
|
|
||||||
|
|
||||||
%preun -f %{name}.schemas_preun
|
|
||||||
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%glib2_gsettings_schema_post
|
%glib2_gsettings_schema_post
|
||||||
%icon_theme_cache_post
|
%icon_theme_cache_post
|
||||||
|
Loading…
x
Reference in New Issue
Block a user