Commit Graph
88 Commits
Author SHA1 Message Date
Drew WeymouthandClaude Sonnet 4.6 ade47f3e72 Consolidate workflows into CI and release; add draft release on tag push
Replaces 7 separate workflow files with ci.yml (lint + all platform builds
on push to main and PRs) and release.yml (same builds + draft GitHub release
creation triggered by v* tags). Also fixes Ubuntu artifact name collision and
gives all output files descriptive names.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 15:57:38 -08:00
Drew WeymouthandClaude Sonnet 4.6 577cdcf97a Bump mpv dll to 20260301-git-05fac7f
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 07:20:02 -08:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 5030f3d2b8 Bump actions/upload-artifact from 6 to 7 (#868)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-04 07:00:54 -08:00
Drew Weymouth 08c8c6e421 Revert "#841: use fyne tools version with linux packaging bugfix"
This reverts commit 7e9506d121.
2026-02-04 18:20:11 -08:00
Drew Weymouth 7e9506d121 #841: use fyne tools version with linux packaging bugfix 2026-02-04 18:17:27 -08:00
Drew Weymouth 1e73073032 update Fyne build tool in workflows 2026-01-31 08:39:19 -08:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ad442c0c2e Bump actions/setup-go from 5 to 6 (#829)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-27 10:02:13 -08:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 461886291d Bump actions/upload-artifact from 4 to 6 (#830)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-26 19:03:23 -08:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> b519b10ef1 Bump actions/checkout from 4 to 6 (#828)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-26 19:03:08 -08:00
Gianluca Boiano 98ee4dd948 Add Dependabot configuration for automated updates 2026-01-26 22:30:12 +01:00
Gianluca Boiano c692fbf1ee Update tooling and fix build issues
- Migrate golangci-lint config to v2 format
- Update GitHub Actions: checkout v3→v4, Go 1.24→1.25
- Update golangci-lint-action v6→v9 with golangci-lint v2.8
- Fix dlnaplayer.go: use RequestHandler interface for go-upnpcast
- Fix go.mod replace directive version mismatch for fyne fork
2026-01-26 22:30:12 +01:00
Drew Weymouth cff7c7f09f Update build-windows.yml libmpv version 2026-01-10 10:03:57 -08:00
Drew Weymouth eca797bcbb Merge pull request #802 from zacaj/auto-appimage-deps
automatically determine AppImage shared lib dependences
2026-01-10 09:35:28 -08:00
zacaj ab7c2f3c31 use manual lib list for github build 2026-01-10 17:01:49 +00:00
zacaj d4e05576f2 automatically pull appimage deps 2026-01-10 06:22:16 +00:00
tkandSiiiiinth 8d8a67f35c added 30min timeout to all jobs (#799)
Co-authored-by: Siiiiinth <60766886+Siiiiinth@users.noreply.github.com>
2026-01-08 08:51:17 -08:00
Drew Weymouth 37b148c175 move windows Inno setup script back - it doesn't like being in a subdir 2025-11-14 16:52:44 -08:00
Drew Weymouth e89136c01a fix missed file path change 2025-11-14 15:19:29 -08:00
Drew Weymouth 48567c2506 move scripts to own dir 2025-11-14 15:13:50 -08:00
Drew Weymouth a27a7dbc21 use new macos-15-intel runner 2025-11-14 14:42:26 -08:00
Drew Weymouth d6e44974e9 bump mpv DLL version 2025-10-26 08:58:12 -07:00
Drew Weymouth dadc100e1c bump version of Inno setup action 2025-09-28 17:25:40 -07:00
Drew Weymouth d5c47b65fa bump windows mpv version 2025-09-24 11:02:12 -07:00
Masterlocker 369f42f164 GLX Fix + reduced libraries in AppImage build script. (#712)
* Delete appimage-build-compat.sh

* Delete appimage-build.sh

* Delete .github/workflows/build-appimage.yml

* Rename build-appimage-compat.yml to build-appimage.yml

* Update build-appimage.yml

* Add new build script

* Update build-appimage.yml

* Delete appimage-build.sh

* Add files via upload

* Delete appimage-build.sh

* Add files via upload

* Update README.md
2025-09-11 08:16:01 -07:00
Drew Weymouth a8b951c568 use newer Go and setup-go action 2025-09-06 10:02:26 -07:00
Drew Weymouth a8f252de33 For #666: don't use the 'v3' version of libmpv DLL 2025-08-20 10:06:40 -07:00
Drew Weymouth 22ae0baa37 fix 7z filename 2025-08-12 08:03:56 -07:00
Drew Weymouth bd8824e3e8 bump windows libmpv version 2025-08-12 07:48:48 -07:00
Drew Weymouth 5be4bd900f Use more recent libmpv-2.dll for Windows build 2025-07-12 09:35:17 -07:00
Drew Weymouth f4433185fe Update SMTC.dll 2025-07-09 12:54:33 -07:00
Simon Symeonidis b7a7adc8b5 Add golangci-lint github action 2025-05-17 21:56:15 -04:00
Drew Weymouth cc70257445 update build workflows to simplify, -tags migrated_fynedo for appimage 2025-03-30 14:00:45 -07:00
Drew Weymouth 6ae61d3bad bump SMTC DLL version 2025-02-21 06:47:36 -08:00
Drew Weymouth 9fca298a82 update for new SMTC dll 2025-01-16 18:40:06 -08:00
Drew Weymouth e465180f3d update windows build to include SMTC.dll 2025-01-16 15:56:50 -08:00
Masterlocker 4ad48b1518 Update build-appimage-compat.yml 2024-09-14 13:48:30 +02:00
Masterlocker 4f22f7ea08 Update build-appimage-compat.yml 2024-09-14 13:46:46 +02:00
Masterlocker 373fd416de Add appimage based on libmpv1
This appimage uses libmpv1 for better compatibility with other system distros.
2024-09-14 13:46:01 +02:00
Masterlocker a9030bea36 update library copy script 2024-09-10 17:12:35 +02:00
Masterlocker 6a0bfb61a0 Add libmfx1 depenency and update copy script 2024-09-10 16:06:02 +02:00
Masterlocker 277ea287f6 update dependencies 2024-09-09 20:37:37 +02:00
Masterlocker 2b0ffedad8 update upload artifact in workflow 2024-09-09 20:32:56 +02:00
Masterlocker 760dbc4c0b update workflow 2024-09-09 20:30:29 +02:00
Masterlocker 9bc28c9f7c Add workflow 2024-09-09 20:20:08 +02:00
Drew Weymouth d2a67fa26e prepare for 0.12.0 release and add Mac ARM Github workflow 2024-07-01 08:46:05 -07:00
Drew Weymouth 0f12bd89dc try to add installer generation to Windows workflow 2024-06-30 17:00:50 -07:00
Drew Weymouth 56e0986918 add ubuntu 24.04 workflow 2024-06-16 10:37:30 -07:00
Drew Weymouth 6ae4269114 fix missed update of bundledeps_macports -> bundledeps_homebrew 2024-06-06 17:26:36 -07:00
Drew Weymouth 9491f509d0 Update build-macos.yml - need to run on macos-13 now for x64 2024-06-05 17:51:20 -07:00
Drew Weymouth f556870c71 add Setup Path step back 2024-06-05 09:48:00 -07:00