Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
3 changed files with 12 additions and 26 deletions
25
.packit.yaml
25
.packit.yaml
|
|
@ -1,25 +0,0 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
|
||||
specfile_path: xwax.spec
|
||||
|
||||
copy_upstream_release_description: false
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_committers: ['packit','all_admins']
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
allowed_builders: ['packit','all_users']
|
||||
dist_git_branches:
|
||||
- fedora-branched
|
||||
|
||||
11
xwax-import.patch
Normal file
11
xwax-import.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- xwax-0.9/import 2011-04-28 09:32:05.000000000 -0400
|
||||
+++ xwax-0.9/import.sox 2011-04-28 09:37:51.479272903 -0400
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
*)
|
||||
echo "Calling fallback decoder..." >&2
|
||||
- exec ffmpeg -v 0 -i "$FILE" -f s16le -ar "$RATE" -
|
||||
+ exec sox --single-threaded "$FILE" -t raw -r "$RATE" -e signed -b 16 -c 2 -
|
||||
;;
|
||||
|
||||
esac
|
||||
|
|
@ -5,7 +5,7 @@ Summary: Open source vinyl emulation software for Linux
|
|||
License: GPL-3.0-only
|
||||
URL: https://www.xwax.org
|
||||
Source0: https://xwax.org/releases/%{name}-%{version}.tar.gz
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
BuildRequires: alsa-lib-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: jack-audio-connection-kit-devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue