Skip to content

Commit

Permalink
Merge pull request media-kit#346 from birros/build/bump-darwin-depend…
Browse files Browse the repository at this point in the history
…encies

build(darwin): bump dependencies
  • Loading branch information
birros authored Aug 8, 2023
2 parents 88b1a6d + 28f70ca commit e117b5f
Show file tree
Hide file tree
Showing 20 changed files with 49 additions and 25 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ dependencies:
media_kit_native_event_loop: ^1.0.7 # Support for higher number of concurrent instances & better performance.

media_kit_libs_android_video: ^1.3.1 # Android package for video native libraries.
media_kit_libs_ios_video: ^1.1.1 # iOS package for video native libraries.
media_kit_libs_macos_video: ^1.1.1 # macOS package for video native libraries.
media_kit_libs_ios_video: ^1.1.2 # iOS package for video native libraries.
media_kit_libs_macos_video: ^1.1.2 # macOS package for video native libraries.
media_kit_libs_windows_video: ^1.0.6 # Windows package for video native libraries.
media_kit_libs_linux: ^1.1.0 # GNU/Linux dependency package.
```
Expand All @@ -68,8 +68,8 @@ dependencies:
media_kit_native_event_loop: ^1.0.7 # Support for higher number of concurrent instances & better performance.

media_kit_libs_android_audio: ^1.3.1 # Android package for audio native libraries.
media_kit_libs_ios_audio: ^1.1.1 # iOS package for audio native libraries.
media_kit_libs_macos_audio: ^1.1.1 # macOS package for audio native libraries.
media_kit_libs_ios_audio: ^1.1.2 # iOS package for audio native libraries.
media_kit_libs_macos_audio: ^1.1.2 # macOS package for audio native libraries.
media_kit_libs_windows_audio: ^1.0.6 # Windows package for audio native libraries.
media_kit_libs_linux: ^1.1.0 # GNU/Linux dependency package.
```
Expand Down
4 changes: 4 additions & 0 deletions libs/ios/media_kit_libs_ios_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.2

- build: bump dependencies

## 1.1.1

- fix: fix CRLF line terminator added by Flutter packaging (#338)
Expand Down
2 changes: 1 addition & 1 deletion libs/ios/media_kit_libs_ios_audio/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Add in your `pubspec.yaml`:

```yaml
dependencies:
media_kit_libs_ios_audio: ^1.1.1
media_kit_libs_ios_audio: ^1.1.2
```
This will automatically bundle required shared libraries for audio playback on iOS.
4 changes: 2 additions & 2 deletions libs/ios/media_kit_libs_ios_audio/ios/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: Frameworks/*.xcframework Frameworks/.symlinks

MPV_XCFRAMEWORKS_VERSION=v0.5.1
MPV_XCFRAMEWORKS_SHA256SUM=3160b4e747f928c90fc9efd3208225a2bbebe2afe21d460165eb2f29fb0596f7
MPV_XCFRAMEWORKS_VERSION=v0.5.2
MPV_XCFRAMEWORKS_SHA256SUM=5fffa50fa9018ee66cbf9692e6d06b587160b1fc9e37943ddc3c05394fdc47d8

.cache/xcframeworks/libmpv-xcframeworks-${MPV_XCFRAMEWORKS_VERSION}-ios-universal.tar.gz:
mkdir -p .cache/xcframeworks
Expand Down
2 changes: 1 addition & 1 deletion libs/ios/media_kit_libs_ios_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: media_kit_libs_ios_audio
description: iOS package providing audio native libraries for package:media_kit.
version: 1.1.1
version: 1.1.2
homepage: https://github.com/media-kit/media-kit.git
repository: https://github.com/media-kit/media-kit.git
funding:
Expand Down
4 changes: 4 additions & 0 deletions libs/ios/media_kit_libs_ios_video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.2

- build: bump dependencies

## 1.1.1

- fix: fix CRLF line terminator added by Flutter packaging (#338)
Expand Down
2 changes: 1 addition & 1 deletion libs/ios/media_kit_libs_ios_video/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Add in your `pubspec.yaml`:

```yaml
dependencies:
media_kit_libs_ios_video: ^1.1.1
media_kit_libs_ios_video: ^1.1.2
```
This will automatically bundle required shared libraries for video (& audio) playback on iOS.
4 changes: 2 additions & 2 deletions libs/ios/media_kit_libs_ios_video/ios/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: Frameworks/*.xcframework Frameworks/.symlinks

MPV_XCFRAMEWORKS_VERSION=v0.5.1
MPV_XCFRAMEWORKS_SHA256SUM=a6c7cd6aec15c29ffef8f70ef0eedabaa10d9691832ec9bdccac1277ab23736f
MPV_XCFRAMEWORKS_VERSION=v0.5.2
MPV_XCFRAMEWORKS_SHA256SUM=aca237a72db7c60c6fd8b9006549097cbb9c4b2516e7da5c6058c3ce19a7c1c1

.cache/xcframeworks/libmpv-xcframeworks-${MPV_XCFRAMEWORKS_VERSION}-ios-universal.tar.gz:
mkdir -p .cache/xcframeworks
Expand Down
2 changes: 1 addition & 1 deletion libs/ios/media_kit_libs_ios_video/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: media_kit_libs_ios_video
description: iOS package providing video (& audio) native libraries for package:media_kit.
version: 1.1.1
version: 1.1.2
homepage: https://github.com/media-kit/media-kit.git
repository: https://github.com/media-kit/media-kit.git
funding:
Expand Down
4 changes: 4 additions & 0 deletions libs/macos/media_kit_libs_macos_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.2

- build: bump dependencies

## 1.1.1

- fix: fix CRLF line terminator added by Flutter packaging (#338)
Expand Down
2 changes: 1 addition & 1 deletion libs/macos/media_kit_libs_macos_audio/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Add in your `pubspec.yaml`:

```yaml
dependencies:
media_kit_libs_macos_audio: ^1.1.1
media_kit_libs_macos_audio: ^1.1.2
```
This will automatically bundle required shared libraries for audio playback on macOS.
4 changes: 2 additions & 2 deletions libs/macos/media_kit_libs_macos_audio/macos/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: Frameworks/*.xcframework Frameworks/.symlinks

MPV_XCFRAMEWORKS_VERSION=v0.5.1
MPV_XCFRAMEWORKS_SHA256SUM=2dd65f4afc5031e22794a5b583cf56f8e6b4e901d2d811cf5c8a0dd1d083c08f
MPV_XCFRAMEWORKS_VERSION=v0.5.2
MPV_XCFRAMEWORKS_SHA256SUM=32ed55e13c6e775db402d05ef5081405f11a9dab4098f58e940169b70e6abf7f

.cache/xcframeworks/libmpv-xcframeworks-${MPV_XCFRAMEWORKS_VERSION}-macos-universal.tar.gz:
mkdir -p .cache/xcframeworks
Expand Down
2 changes: 1 addition & 1 deletion libs/macos/media_kit_libs_macos_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: media_kit_libs_macos_audio
description: macOS package providing audio native libraries for package:media_kit.
version: 1.1.1
version: 1.1.2
homepage: https://github.com/media-kit/media-kit.git
repository: https://github.com/media-kit/media-kit.git
funding:
Expand Down
4 changes: 4 additions & 0 deletions libs/macos/media_kit_libs_macos_video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.2

- build: bump dependencies

## 1.1.1

- fix: fix CRLF line terminator added by Flutter packaging (#338)
Expand Down
2 changes: 1 addition & 1 deletion libs/macos/media_kit_libs_macos_video/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Add in your `pubspec.yaml`:

```yaml
dependencies:
media_kit_libs_macos_video: ^1.1.1
media_kit_libs_macos_video: ^1.1.2
```
This will automatically bundle required shared libraries for video (& audio) playback on macOS.
4 changes: 2 additions & 2 deletions libs/macos/media_kit_libs_macos_video/macos/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: Frameworks/*.xcframework Frameworks/.symlinks

MPV_XCFRAMEWORKS_VERSION=v0.5.1
MPV_XCFRAMEWORKS_SHA256SUM=c36cced892588399d9268d3e514e0bca871ef09f0e04cef8078e9f172a8caadb
MPV_XCFRAMEWORKS_VERSION=v0.5.2
MPV_XCFRAMEWORKS_SHA256SUM=6660afe50dadcf9fbfc808692cd6eac84503ce36acdf61faeb2e952f0d95c986

.cache/xcframeworks/libmpv-xcframeworks-${MPV_XCFRAMEWORKS_VERSION}-macos-universal.tar.gz:
mkdir -p .cache/xcframeworks
Expand Down
2 changes: 1 addition & 1 deletion libs/macos/media_kit_libs_macos_video/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: media_kit_libs_macos_video
description: macOS package providing video (& audio) native libraries for package:media_kit.
version: 1.1.1
version: 1.1.2
homepage: https://github.com/media-kit/media-kit.git
repository: https://github.com/media-kit/media-kit.git
funding:
Expand Down
8 changes: 8 additions & 0 deletions media_kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.1.3+1

- docs: document updated
- `media_kit_libs_ios_audio`
- `media_kit_libs_ios_video`
- `media_kit_libs_macos_audio`
- `media_kit_libs_macos_video`

## 1.1.3

- fix: `EXT-X-KEY` support
Expand Down
8 changes: 4 additions & 4 deletions media_kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ dependencies:
media_kit_native_event_loop: ^1.0.7 # Support for higher number of concurrent instances & better performance.

media_kit_libs_android_video: ^1.3.1 # Android package for video native libraries.
media_kit_libs_ios_video: ^1.1.1 # iOS package for video native libraries.
media_kit_libs_macos_video: ^1.1.1 # macOS package for video native libraries.
media_kit_libs_ios_video: ^1.1.2 # iOS package for video native libraries.
media_kit_libs_macos_video: ^1.1.2 # macOS package for video native libraries.
media_kit_libs_windows_video: ^1.0.6 # Windows package for video native libraries.
media_kit_libs_linux: ^1.1.0 # GNU/Linux dependency package.
```
Expand All @@ -60,8 +60,8 @@ dependencies:
media_kit_native_event_loop: ^1.0.7 # Support for higher number of concurrent instances & better performance.

media_kit_libs_android_audio: ^1.3.1 # Android package for audio native libraries.
media_kit_libs_ios_audio: ^1.1.1 # iOS package for audio native libraries.
media_kit_libs_macos_audio: ^1.1.1 # macOS package for audio native libraries.
media_kit_libs_ios_audio: ^1.1.2 # iOS package for audio native libraries.
media_kit_libs_macos_audio: ^1.1.2 # macOS package for audio native libraries.
media_kit_libs_windows_audio: ^1.0.6 # Windows package for audio native libraries.
media_kit_libs_linux: ^1.1.0 # GNU/Linux dependency package.
```
Expand Down
2 changes: 1 addition & 1 deletion media_kit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: media_kit
description: A cross-platform video player & audio player for Flutter & Dart. Performant, stable, feature-proof & modular.
homepage: https://github.com/media-kit/media-kit
repository: https://github.com/media-kit/media-kit
version: 1.1.3
version: 1.1.3+1
funding:
- https://www.github.com/sponsors/alexmercerind
screenshots:
Expand Down

0 comments on commit e117b5f

Please sign in to comment.