Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Filipe Rosset
8fd03a10d0 drop ix86 support
Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
2026-07-20 17:35:23 -03:00
Fedora Release Engineering
c93590b57f Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:30:11 +00:00
Filipe Rosset
931817bbca enable packit 2026-05-30 22:41:21 -03:00
Filipe Rosset
eb6c2103df remove unused patch xwax-import.patch 2026-05-05 00:11:32 -03:00
3 changed files with 26 additions and 12 deletions

25
.packit.yaml Normal file
View file

@ -0,0 +1,25 @@
# 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

View file

@ -1,11 +0,0 @@
--- 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

View file

@ -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