Compare commits
11 Commits
Author | SHA1 | Date |
---|---|---|
Simone Caronni | f206e8cb9d | 3 months ago |
Fedora Release Engineering | 545a484095 | 5 months ago |
Michel Lind | 2416c5a5e3 | 7 months ago |
Michel Lind | a2f17b684b | 7 months ago |
Marie Loise Nolden | d9b1256a60 | 9 months ago |
Fedora Release Engineering | c7a798abb9 | 11 months ago |
Fedora Release Engineering | 63700fec42 | 11 months ago |
Michel Alexandre Salim | 7876dc0ad9 | 1 year ago |
Fedora Release Engineering | b7c35e57fd | 1 year ago |
Michel Alexandre Salim | b409dcc8a5 | 2 years ago |
Michel Alexandre Salim | 69db6e39d5 | 2 years ago |
@ -0,0 +1,18 @@
|
||||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
|
||||
upstream_project_url: https://github.com/breakfastquay/rubberband.git
|
||||
upstream_tag_template: v{version}
|
||||
copy_upstream_release_description: false
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_committers: ['packit']
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
@ -0,0 +1,34 @@
|
||||
--- a/src/test/TestStretcher.cpp
|
||||
+++ b/src/test/TestStretcher.cpp
|
||||
@@ -1007,6 +1007,7 @@ BOOST_AUTO_TEST_CASE(impulses_slow_highe
|
||||
false);
|
||||
}
|
||||
|
||||
+#ifndef __PPC64__
|
||||
BOOST_AUTO_TEST_CASE(impulses_slow_lower_realtime_finer)
|
||||
{
|
||||
impulses_realtime(RubberBandStretcher::OptionEngineFiner |
|
||||
@@ -1014,6 +1015,7 @@ BOOST_AUTO_TEST_CASE(impulses_slow_lower
|
||||
8.0, 0.5,
|
||||
false);
|
||||
}
|
||||
+#endif
|
||||
|
||||
BOOST_AUTO_TEST_CASE(impulses_slow_lower_realtime_finer_hqpitch)
|
||||
{
|
||||
@@ -1024,6 +1026,7 @@ BOOST_AUTO_TEST_CASE(impulses_slow_lower
|
||||
false);
|
||||
}
|
||||
|
||||
+#ifndef __PPC64__
|
||||
BOOST_AUTO_TEST_CASE(impulses_slow_lower_realtime_finer_hcpitch)
|
||||
{
|
||||
impulses_realtime(RubberBandStretcher::OptionEngineFiner |
|
||||
@@ -1032,6 +1035,7 @@ BOOST_AUTO_TEST_CASE(impulses_slow_lower
|
||||
8.0, 0.5,
|
||||
false);
|
||||
}
|
||||
+#endif
|
||||
|
||||
static void final_realtime(RubberBandStretcher::Options options,
|
||||
double timeRatio,
|
@ -1 +1 @@
|
||||
SHA512 (rubberband-3.1.2.tar.bz2) = b21605a0cf882e34fc2eada38a446220257e4b067475e36dfeef00d491425ad51398fbb49773dbd162683531b70f7c864ab02bff744d7e0dde7ed1d64aa1d327
|
||||
SHA512 (rubberband-3.3.0.tar.bz2) = 0216c33a250d52d539ad7a0ec28ea94e6d4684a308a9cb62509221b3861f74717021bd79196a1f58a7715799757491f32e0475ad2ddb7884683bb9130c676591
|
||||
|
Loading…
Reference in new issue