Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
94e50106
Commit
94e50106
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/hydrogen: upgrade to 1.2.1
parent
3367a1cb
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/hydrogen/APKBUILD
+3
-5
3 additions, 5 deletions
community/hydrogen/APKBUILD
community/hydrogen/format-security.patch
+0
-13
0 additions, 13 deletions
community/hydrogen/format-security.patch
with
3 additions
and
18 deletions
community/hydrogen/APKBUILD
+
3
−
5
View file @
94e50106
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
hydrogen
pkgver
=
1.2.
0
pkgrel
=
1
pkgver
=
1.2.
1
pkgrel
=
0
pkgdesc
=
"Advanced drum machine for GNU/Linux"
url
=
"http://www.hydrogen-music.org/"
arch
=
"aarch64 armv7 ppc64le x86 x86_64"
# armhf limited by qt5-qtxmlpatterns
...
...
@@ -26,7 +26,6 @@ makedepends="
checkdepends
=
"cppunit-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"hydrogen-
$pkgver
.tar.gz::https://github.com/hydrogen-music/hydrogen/archive/
$pkgver
.tar.gz
format-security.patch
nodevel.patch
timeval.patch
"
...
...
@@ -59,8 +58,7 @@ package() {
}
sha512sums
=
"
610dc292ab26880897030ee7e969caf11e2758e0cccdc15b21711a2114564e12af855b50f0cf13964689b6697255c5f2080e2114c916ea6fbe3909057e7de1df hydrogen-1.2.0.tar.gz
dcfcde204713c32383fee783a598bca800e2f2bd3836d0e0a45df67306eb63405229a6b368c3418f84781410a5ae24444f1686d781b866004c243dcff68c7ca5 format-security.patch
aa6faadaf43da1ab6f514223bf7c8b526daac8dcd17916a0fdea098d6f80a33170ca3aaa210e2aedea7546221fb2aacaabf365d1457b5a25fb81f51780405ff2 hydrogen-1.2.1.tar.gz
9135b7c4ec4818df3e28f9dfcc3d8a88f407ffd0a74ebc8ad0a29f91d514d667db93f03cc4f7cfaa65e4034c6f2270ec574ad32d79679e8b012a6f0c1bf13f7c nodevel.patch
4bb2a64f4aca52fd961a564620bac6d822e92cfbaa2802a49ec7f15edb63aa77fecd29c2bb1ebbf90626f83d74ee9bf1b1e2868a133ed2a93ebd4e811868793e timeval.patch
"
This diff is collapsed.
Click to expand it.
community/hydrogen/format-security.patch
deleted
100644 → 0
+
0
−
13
View file @
3367a1cb
diff --git a/src/core/Logger.cpp b/src/core/Logger.cpp
index 0076a9c..fe0f1a9 100644
--- a/src/core/Logger.cpp
+++ b/src/core/Logger.cpp
@@ -55,7 +55,7 @@
void* loggerThread_func( void* param ) {
if ( logger->__use_file ) {
log_file = fopen( logger->m_sLogFilePath.toLocal8Bit().data(), "w" );
if ( ! log_file ) {
- fprintf( stderr,
+ fprintf( stderr, "%s",
QString( "Error: can't open log file [%1] for writing...\n" )
.arg( logger->m_sLogFilePath ).toLocal8Bit().data() );
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment