Andre Silva
304219adc9
feat: added rsgain tool to image ( #95 )
...
* feat: added rsgain
* refactor: moved rsgain build to final stage to improve denpendencies link
* refactor(formatting): reverted removed spacing
* refactor(formatting): cleaned up a few more spacing issues
2025-10-13 13:37:49 +08:00
Nathan Faber
9ab17f9f28
Bump go Version ( #93 )
2025-02-21 10:59:54 +08:00
AgentTechnoman
3f9743a1bc
Update Dockerfile to use newer GoLang ( #87 )
...
Newer Go library(ies) allows building newer versions of Picard.
2024-08-26 09:21:03 +08:00
Mike
8fba456271
Fix SSL issues & Add Non-Snapd Chromium ( #78 )
...
* add libqt6multimedia6
* install both openssl 1.1.1 & 3.x.x
* add some ldconfigs
* attempt to fix chromium
* revert to libqt5multimedia5-plugins
* remove unneeded file
* update openbox config
2023-11-06 14:00:36 +08:00
ferringb
12810fa1e7
Fix building process for picard 2.10 ( #75 )
...
* Fix building process for picard 2.10
Since 2.8.5 (last published image), python3.7 became
required which in turn required using a more modern
ubuntu base. 22.04 was choosen in light of "newer is
better for audio tools" and since it removes the need
to use a secondary ppa.
The rest of the changes are either correcting package names
that have changed, or correcting for a file having moved in a repository.
Signed-off-by: Brian Harring <ferringb@gmail.com >
* Use explicit registry host to make podman building easier
Signed-off-by: Brian Harring <ferringb@gmail.com >
* Update deploy.yml
Add manual
* change image for final
* add libhangul to hopefully fix #77
* fix pipes
* more specific golang version
* linting DL3047
* update ca certs
---------
Signed-off-by: Brian Harring <ferringb@gmail.com >
Co-authored-by: Blair <criticalimpact@gmail.com >
Co-authored-by: Mike Nye <mike.nye@gmail.com >
2023-11-06 05:07:40 +08:00
wuyue
ecc2716d59
install chinese fonts ( #59 )
2022-11-15 09:26:20 +08:00
Mike Miller
d5f34d61c2
Update path for essentia-extractor ( #57 )
2022-10-31 17:23:53 +08:00
Mike
a9de6ee57d
Add streaming_extractor_music + fix for issue 48 ( #50 )
...
* Revert chromaprint version to v1.4.3
* Fix typo
* add essentia
* add essentia extractor
* Linting: hadolint DL3047
* clean-up
2022-01-24 12:39:34 +08:00
Mike
f98cf1b1e5
Fix broken build ( #47 )
...
* linting
* Remove test
* add missing dir
2021-11-30 12:42:42 +08:00
wuyue
ea5495984e
install chinese fonts ( #46 )
2021-11-28 02:45:32 +08:00
Mike
c460c8cc13
add missing library ( #43 )
2021-08-23 15:44:50 +08:00
Mike Nye
1be2456223
change build to image
2021-05-21 19:49:17 +08:00
Mike
f3a10e4039
Changes to address Issue 37 ( #38 )
...
* update packages with high severity CVEs
* build trivy & use to update pkgs with fixed vulns
* linting
* linting
2021-03-07 20:57:00 +08:00
Mike
769dc20f7e
add badges ( #36 )
2020-12-19 23:45:54 +08:00
Mike
7741014756
Update GitHub actions ( #35 )
...
* Create tests.yml
* Move copy of rootfs/ to top for github ssl cert load
* Include main branch, remove on push
* Remove old docker build test
* Update Dockerfile to include /CURRENT_VERSION
* Deploy to GitHub on push to main/master
* Fix typo
2020-12-16 15:18:48 +08:00
Mike Nye
fdca0931c3
Linting (DL3042)
2020-12-09 10:04:02 +08:00
Mike Nye
b97fd2b589
Implement optical drive access
...
Suggested by @phw in issue #34
2020-12-09 10:02:32 +08:00
Mike Nye
54843135f6
update branches where actions are triggered
2020-11-24 18:14:59 +08:00
Mike Nye
673e834c39
add sponsorship info
2020-11-23 22:43:33 +08:00
Mike Nye
593ed5e999
Update build script
2020-11-09 11:49:54 +08:00
Mike Nye
276e3c37d3
Add symlink for fpcalc
...
Closes #32
2020-11-09 11:22:29 +08:00
Mike
b5276a39cd
Fix Issue #29 ( #30 )
...
* Attempt to fix issue #29
* Add dbus-x11 (issue #29 )
* Add --disable-gpu to chrome
* Generate /etc/machine-id
* Fix /etc/machine-id
* Add --disable-software-rasterizer to chrome
* Implement dbus
* Reduce chromium-browser log-level
2020-11-04 13:52:31 +08:00
Mike Nye
017a173b36
Fix dependency
2020-10-30 12:13:57 +08:00
Mike Nye
03b895285e
Fix dependency error
2020-10-30 11:49:34 +08:00
Mike Nye
1bf7945ed5
Attempted fix for issue #28
2020-10-30 11:43:29 +08:00
Mike Nye
d4e280ddcd
Add missing libraries (issue #28 )
2020-10-29 22:00:33 +08:00
Mike
7bac08a89b
Add github actions + Linting ( #27 )
...
* Add github actions
* Linting
2020-10-22 20:44:21 +08:00
Mike
b57b780fea
Fix Issue 25 ( #26 )
...
* Refactor of dockerfile
* Fix startapp.sh to point to picard binary
* Attempts to fix issue #25
2020-10-22 20:20:23 +08:00
Mike
31f888aad7
Merge pull request #24 from techie2000/patch-3
...
Add dependencies for ReplayGain plugin. Closes #23
2020-09-14 20:58:59 +08:00
techie2000
e34bd594b2
Add dependencies for ReplayGain plugin. Closes #23
...
Add dependencies (vorbisgain, mp3gain, and wvgain) to allow ReplayGain plugin to work on all filetypes.
2020-09-14 13:11:08 +01:00
Mike
96660b8a75
Merge pull request #22 from techie2000/patch-2
...
Install flac dependency for ReplayGain plugin
2020-09-14 19:32:33 +08:00
techie2000
3fac31009f
Install flac dependency for ReplayGain plugin
...
ReplayGain requires metaflac to process .flac files
2020-09-14 12:17:45 +01:00
Mike
c3a920fbf9
Merge pull request #20 from techie2000/patch-1
...
Added dependent installs required to make the BPM Analyzer plugin work
2020-09-13 20:25:48 +08:00
techie2000
ccfec87150
Added dependent installs required to make the BPM Analyzer plugin work. Closes #19
2020-09-13 12:53:04 +01:00
Mike
f199dbe86f
Merge pull request #17 from mikenye/dev
...
add discord link
2020-07-20 10:01:08 +08:00
Mike Nye
de853e5eda
add discord link
2020-07-20 10:00:24 +08:00
Mike
939a1d1a5e
Merge pull request #16 from mikenye/dev
...
Disable build caching in build script
2020-05-14 21:11:39 +08:00
Mike Nye
8180621ed1
Disable build caching
2020-05-14 21:08:52 +08:00
Mike
99282ea94f
Merge pull request #14 from mikenye/master
...
Update dev from master
2020-04-15 00:09:31 +08:00
Mike
7384096624
Merge pull request #13 from mikenye/chromium
...
Merge pull request #12 from mikenye/master
2020-04-15 00:08:30 +08:00
Mike
46a5216955
Merge pull request #12 from mikenye/master
...
Backport into chromium branch
2020-04-15 00:08:01 +08:00
Mike
5286709612
Merge branch 'chromium' into master
2020-04-15 00:07:51 +08:00
Mike Nye
352c2207fa
Implement chromium-browser
2020-04-15 00:02:17 +08:00
Mike
e5338d9368
Merge pull request #11 from mikenye/dev
...
Install dbus-x11
2020-04-14 19:39:07 +08:00
Mike Nye
535848ea76
Install dbus-x11
2020-04-14 19:36:55 +08:00
Mike
7f26d1a435
Merge pull request #10 from mikenye/dev
...
Disable `--no-restore` for picard
2020-04-14 19:18:50 +08:00
Mike Nye
eaf728d58a
Disable --no-restore for picard
2020-04-14 19:17:52 +08:00
Mike
61a39da810
Merge pull request #9 from mikenye/dev
...
Allow maximize/zoom of all windows
2020-04-14 19:08:47 +08:00
Mike Nye
388092bc3f
Allow maximize/zoom of all windows
2020-04-14 19:03:03 +08:00
Mike
839b9d41b7
Merge pull request #8 from mikenye/dev
...
Fix for issue #7
2020-04-14 14:38:07 +08:00