Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bazarr: update to 1.5.1 #6363

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cross/bazarr/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = bazarr
PKG_VERS = 1.4.5
PKG_VERS = 1.5.1
PKG_EXT = zip
PKG_DIST_NAME = $(PKG_NAME).$(PKG_EXT)
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
Expand Down
6 changes: 3 additions & 3 deletions cross/bazarr/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bazarr-1.4.5.zip SHA1 79c2036240359008f933eef9c3ae463658eb6ee8
bazarr-1.4.5.zip SHA256 629c7d338885d40a52200200ace515ea3a6f1f4be051c49e6fb3945d919beda9
bazarr-1.4.5.zip MD5 a3d2ea5cd8f787a4cbd8ade7e3716ff5
bazarr-1.5.1.zip SHA1 ca63e688d8aa37fd37d588638eb3f5f76d1d3908
bazarr-1.5.1.zip SHA256 7b96ad17e72a0519186fa9733df86246e50e166b8915a9a4f4ac0d896f3dd724
bazarr-1.5.1.zip MD5 65618623e9bef80382c6129f6d12b7ca
6 changes: 3 additions & 3 deletions spk/bazarr/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = bazarr
SPK_VERS = 1.4.5
SPK_REV = 15
SPK_VERS = 1.5.1
SPK_REV = 16
SPK_ICON = src/bazarr.png

PYTHON_PACKAGE = python311
Expand Down Expand Up @@ -28,7 +28,7 @@ WHEELS_BUILD_ARGS += --enable-zlib
MAINTAINER = smaarn
DESCRIPTION = "Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movies and Bazarr takes care of everything for you."
DISPLAY_NAME = Bazarr
CHANGELOG = '1. Upgrade to ffmpeg 7 <br>2.Update to 1.4.5. <br>See changelogs of <a href="https://github.com/morpheus65535/bazarr/releases/tag/v1.4.5">1.4.5</a>, <a href="https://github.com/morpheus65535/bazarr/releases/tag/v1.4.4">1.4.4</a> and <a href="https://github.com/morpheus65535/bazarr/releases/tag/v1.4.3">1.4.3</a> for more details.'
CHANGELOG = '1. Update to 1.5.1. <br>See changelogs of <a href="https://github.com/morpheus65535/bazarr/releases/tag/v1.5.0">1.5.0</a> and <a href="https://github.com/morpheus65535/bazarr/releases/tag/v1.5.1">1.5.1</a> for more details.'

HOMEPAGE = https://www.bazarr.media/
LICENSE = GPLv3
Expand Down
3 changes: 1 addition & 2 deletions spk/bazarr/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ lxml==4.9.3

Pillow==9.5.0

# webrtcvad==2.0.10 # requires unreleased version at specific commit for qoriq arch
git+https://github.com/wiseman/py-webrtcvad@3bd761332a9404f5c9276105070ee814c4428342#egg=webrtcvad==2.0.10
webrtcvad-wheels==2.0.14
Loading