Skip to content

Commit

Permalink
TAU : Version 0.0.1-alpha-5
Browse files Browse the repository at this point in the history
  • Loading branch information
Larpoux committed Sep 27, 2021
1 parent 48ac764 commit 3e088aa
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions bin/reldev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ "_$1" = "_REL" ] ; then
gsed -i "s/^ *project(':tau_native').projectDir = /\/\/project(':tau_native').projectDir = /" tau_sound/android/settings.gradle

gsed -i "s/^ *\(implementation project(':tau_native'\)/ \/\/\1/" tau_sound/android/build.gradle
gsed -i "s/^ *\/\/ *implementation 'com.github.Canardoux:tau_native:/ implementation 'com.github.Canardoux:tautau_native_core:/" tau_sound/android/build.gradle
gsed -i "s/^ *\/\/ *implementation 'com.github.canardoux:tau_native:/ implementation 'com.github.canardoux:tau_native:/" tau_sound/android/build.gradle

gsed -i "s/^ *pod 'tau_native',\(.*\)$/# pod 'tau_native',\1/" tau_sound/example/ios/Podfile

Expand Down Expand Up @@ -75,7 +75,7 @@ elif [ "_$1" = "_DEV" ]; then

#gsed -i "s/^\( *implementation [^\/]*\/\/ Tau Core\)$/\/\/\1/" tau_sound/android/build.gradle
gsed -i "s/^ *\/\/ *\(implementation project(':tau_native'\)/ \1/" tau_sound/android/build.gradle
gsed -i "s/^ *implementation 'xyz.canardoux:tau_native:/ \/\/implementation 'xyz.canardoux:tau_native:/" tau_sound/android/build.gradle
gsed -i "s/^ *implementation 'com.github.canardoux:tau_native:/ \/\/implementation 'com.github.canardoux:tau_native:/" tau_sound/android/build.gradle

gsed -i "s/^ *# pod 'tau_native',\(.*\)$/pod 'tau_native',\1/" tau_sound/example/ios/Podfile

Expand Down
2 changes: 1 addition & 1 deletion doc/_data/sidebars/mydoc_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
entries:
- title: sidebar
product: The τ Project
version: 0.0.1-alpha-4
version: 0.0.1-alpha-5
folders:

- title:
Expand Down
2 changes: 1 addition & 1 deletion tau_native
2 changes: 1 addition & 1 deletion tau_platform_interface/.dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"languageVersion": "2.12"
}
],
"generated": "2021-09-27T09:40:08.038296Z",
"generated": "2021-09-27T13:11:59.554757Z",
"generator": "pub",
"generatorVersion": "2.15.0-82.2.beta"
}
2 changes: 1 addition & 1 deletion tau_platform_interface/.packages
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# For more info see: https://dart.dev/go/dot-packages-deprecation
#
# Generated by pub on 2021-09-27 11:40:08.022043.
# Generated by pub on 2021-09-27 15:11:59.534841.
_fe_analyzer_shared:file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/_fe_analyzer_shared-26.0.0/lib/
analyzer:file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/analyzer-2.3.0/lib/
args:file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/args-2.0.0/lib/
Expand Down
2 changes: 1 addition & 1 deletion tau_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1-alpha-4
## 0.0.1-alpha-5

- Please [look to this](https://tau12.canardoux.xyz/CHANGELOG.html)
2 changes: 1 addition & 1 deletion tau_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tau_platform_interface
version: 0.0.1-alpha-4
version: 0.0.1-alpha-5
description: The Dart interface to Tau Sound.
#author: larpoux<larpoux@canardoux.xyz>
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
Expand Down
2 changes: 1 addition & 1 deletion tau_sound/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.0.1-alpha-4
## 0.0.1-alpha-5

- ## The [CHANGELOG file is here](https://tau.canardoux.xyz/doc-v9/changelog.html)

4 changes: 2 additions & 2 deletions tau_sound/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext.flutterFFmpegPackage = 'audio'

group 'xyz.canardoux.tausound'
version '0.0.1-alpha-4'
version '0.0.1-alpha-5'

buildscript {
repositories {
Expand Down Expand Up @@ -55,7 +55,7 @@ dependencies {
// CAUTION: The following instruction is for developping and debugging the Flauto Engine
// DO NOT INCLUDE THE FOLLOWING LINE IN A REAL APP !!!
//implementation project(':tau_native')
//implementation 'com.github.canardoux:tau10:0.0.1-alpha-4'
implementation 'com.github.canardoux:tau_native:0.0.1-alpha-4'
// -------------------------------------------------------------------------------------

}
Expand Down
8 changes: 4 additions & 4 deletions tau_sound/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Driver for the various Tau Sound examples
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 0.0.1-alpha-4
version: 0.0.1-alpha-5

homepage: https://github.com/canardoux/tau10/blob/master/tau_sound/

Expand All @@ -24,11 +24,11 @@ dependencies:
# ============================================================================
# The following instructions are just for developing/debugging Flutter Sound
# Do not put them in a real App
# tau_platform_interface: 0.0.1-alpha-4
# tau_platform_interface: 0.0.1-alpha-5
# path: ../../tau_platform_interface # tau_platform_interface Dir
# tau_web: 0.0.1-alpha-4
# tau_web: 0.0.1-alpha-5
# path: ../../tau_web # tau_web Dir
tau_sound: ^0.0.1-alpha-4
tau_sound: ^0.0.1-alpha-5
# path: ../ # Flutter Sound Dir
# ============================================================================

Expand Down
4 changes: 2 additions & 2 deletions tau_sound/ios/tau_sound.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'tau_sound'
s.version = '0.0.1-alpha-4'
s.version = '0.0.1-alpha-5'
s.summary = 'Flutter plugin that relates to sound like audio and recorder.'
s.description = <<-DESC
Flutter plugin that relates to sound like audio and recorder.
Expand All @@ -18,7 +18,7 @@ Flutter plugin that relates to sound like audio and recorder.

s.ios.deployment_target = '10.0'
s.static_framework = true
s.dependency 'tau_native', '0.0.1-alpha-4'
s.dependency 'tau_native', '0.0.1-alpha-5'
s.dependency 'mobile-ffmpeg-audio', '4.4.LTS'
#s.dependency 'ffmpeg-kit-ios-full', '~> 4.4.LTS'
end
6 changes: 3 additions & 3 deletions tau_sound/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tau_sound
version: 0.0.1-alpha-4
version: 0.0.1-alpha-5
description: A complete api for audio playback and recording. Audio player, audio recorder, media player, media recorder, sound player, sound recorder.
#author: larpoux<larpoux@canardoux.xyz>
homepage: https://tau10.canardoux.xyz/readme.html
Expand All @@ -21,9 +21,9 @@ dependencies:
sdk: flutter
flutter_ffmpeg: ^0.4.2
# ============================================================================
tau_platform_interface: 0.0.1-alpha-4
tau_platform_interface: 0.0.1-alpha-5
# path: ../tau_platform_interface # Flutter Sound Dir
tau_web: 0.0.1-alpha-4
tau_web: 0.0.1-alpha-5
# path: ../tau_web # Flutter Sound Dir
# ============================================================================

Expand Down
4 changes: 2 additions & 2 deletions tau_web/.dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
},
{
"name": "tau_platform_interface",
"rootUri": "file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/tau_platform_interface-0.0.1-alpha-4",
"rootUri": "file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/tau_platform_interface-0.0.1-alpha-5",
"packageUri": "lib/",
"languageVersion": "2.12"
},
Expand Down Expand Up @@ -170,7 +170,7 @@
"languageVersion": "2.12"
}
],
"generated": "2021-09-27T09:40:42.881185Z",
"generated": "2021-09-27T13:12:19.865361Z",
"generator": "pub",
"generatorVersion": "2.15.0-82.2.beta"
}
4 changes: 2 additions & 2 deletions tau_web/.dart_tool/package_config_subset
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/string_scanner-1
file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0/lib/
tau_platform_interface
2.12
file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/tau_platform_interface-0.0.1-alpha-4/
file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/tau_platform_interface-0.0.1-alpha-4/lib/
file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/tau_platform_interface-0.0.1-alpha-5/
file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/tau_platform_interface-0.0.1-alpha-5/lib/
term_glyph
2.12
file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0/
Expand Down
4 changes: 2 additions & 2 deletions tau_web/.packages
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# For more info see: https://dart.dev/go/dot-packages-deprecation
#
# Generated by pub on 2021-09-27 11:40:42.869764.
# Generated by pub on 2021-09-27 15:12:19.854417.
async:file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/async-2.8.2/lib/
boolean_selector:file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0/lib/
characters:file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0/lib/
Expand All @@ -26,7 +26,7 @@ source_span:file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/sour
stack_trace:file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0/lib/
stream_channel:file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0/lib/
string_scanner:file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0/lib/
tau_platform_interface:file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/tau_platform_interface-0.0.1-alpha-4/lib/
tau_platform_interface:file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/tau_platform_interface-0.0.1-alpha-5/lib/
term_glyph:file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0/lib/
test_api:file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/test_api-0.4.3/lib/
typed_data:file:///Volumes/Home/larpoux/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0/lib/
Expand Down
2 changes: 1 addition & 1 deletion tau_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1-alpha-4
## 0.0.1-alpha-5

- Please [look to this](https://tau10.canardoux.xyz/CHANGELOG.html)
2 changes: 1 addition & 1 deletion tau_web/ios/tau_web.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'tau_web'
s.version = '0.0.1-alpha-4'
s.version = '0.0.1-alpha-5'
s.summary = 'No-op implementation of tau_web web plugin to avoid build issues on iOS'
s.description = <<-DESC
temp fake tau_web plugin
Expand Down
2 changes: 1 addition & 1 deletion tau_web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tau_web",
"version": "0.0.1-alpha-4",
"version": "0.0.1-alpha-5",
"description": "The Tau Engine for Web App",
"homepage": "https://github.com/Canardoux/tau10",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion tau_web/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ packages:
name: tau_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1-alpha-4"
version: "0.0.1-alpha-5"
term_glyph:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions tau_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tau_web
version: 0.0.1-alpha-4
version: 0.0.1-alpha-5
description: Flutter plugin that relates to sound like audio and recorder.
#author: larpoux<larpoux@canardoux.xyz>
homepage: https://github.com/canardoux/tau10
Expand Down Expand Up @@ -27,7 +27,7 @@ flutter:


dependencies:
tau_platform_interface: 0.0.1-alpha-4
tau_platform_interface: 0.0.1-alpha-5
# path: ../tau_platform_interface # Flutter Sound Dir
flutter:
sdk: flutter
Expand Down

0 comments on commit 3e088aa

Please sign in to comment.