From 9a415522fa44aeeb9352cf0ac5787d8e3fba2d14 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Sat, 12 Mar 2022 18:06:13 -0500 Subject: [PATCH] v0.1.6-beta.2 Fixes Beta-2 Release #33 --- CMakeLists.txt | 10 ++++++---- README.md | 2 +- docs/Installing.md | 4 ++-- docs/download.md | 4 ++-- docs/index.md | 2 +- lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0 | 2 +- .../{ToobAmp.so.0.1.5 => ToobAmp.so.0.1.6} | Bin 7 files changed, 13 insertions(+), 11 deletions(-) rename lv2/aarch64/ToobAmp.lv2/{ToobAmp.so.0.1.5 => ToobAmp.so.0.1.6} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5577aed..5e58e6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16.0) project(pipedal - VERSION 0.1.5 + VERSION 0.1.6 DESCRIPTION "PiPedal Guitar Effect Pedal For Raspberry Pi" - HOMEPAGE_URL "https://github.com/rerdavies/pipedal" + HOMEPAGE_URL "https://rerdavies.github.io/pipedal" ) -set (DISPLAY_VERSION "v0.1.5-beta") +set (DISPLAY_VERSION "v0.1.6-beta.2") set (CMAKE_INSTALL_PREFIX "/usr/") @@ -69,7 +69,7 @@ install( set(CPACK_GENERATOR "DEB") -set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Robin Davies") # required set(CPACK_PACKAGE_VENDOR "Robin Davies") set(CPACK_PACKAGE_DESCRIPTION "IoT guitar effect pedal for Raspberry Pi, with phone-friendly web interface.") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "IoT guitar effect for Raspberry Pi") @@ -82,6 +82,8 @@ set(CPACK_PACKAGING_INSTALL_PREFIX /usr) set(CPACK_PROJECT_NAME ${PROJECT_NAME}) set(CPACK_PROJECT_VERSION ${PROJECT_VERSION}) set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT) +set (CPACK_STRIP_FILES ON) + set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CMAKE_CURRENT_SOURCE_DIR}/debian/postinst;${CMAKE_CURRENT_SOURCE_DIR}/debian/prerm") diff --git a/README.md b/README.md index ab53880..210d3ae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Title](docs/PiPedal-logo.png) -[v0.1.5-beta](docs/download.md) +[v0.1.6-beta.2](docs/download.md) Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet. diff --git a/docs/Installing.md b/docs/Installing.md index 0ab0c13..138ea1b 100644 --- a/docs/Installing.md +++ b/docs/Installing.md @@ -4,14 +4,14 @@ Download the most recent Debian (.deb) package for your platform: -- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.5-beta/pipedal_0.1.5_arm64.deb) v0.1.5-beta +- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.6-beta.2/pipedal_0.1.6_arm64.deb) v0.1.6-beta.2 Install the package by running ``` sudo apt update cd ~/Downloads - sudo apt-get install ./pipedal_0.1.4_arm64.deb + sudo apt-get install ./pipedal_0.1.6_arm64.deb ``` -------- diff --git a/docs/download.md b/docs/download.md index c523437..a860e67 100644 --- a/docs/download.md +++ b/docs/download.md @@ -4,14 +4,14 @@ Download the most recent Debian (.deb) package for your platform: -- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.5-beta/pipedal_0.1.5_arm64.deb) v0.1.5-beta +- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.6-beta/pipedal_0.1.6_arm64.deb) v0.1.6-beta.2 Install the package by running ``` sudo apt update cd ~/Downloads - sudo apt-get install ./pipedal_0.1.5_arm64.deb + sudo apt-get install ./pipedal_0.1.6_arm64.deb ``` Follow the instructions in [_Configuring PiPedal After Installation_](https://rerdavies.github.io/pipedal/Configuring.html) to complete the installation. diff --git a/docs/index.md b/docs/index.md index 8a8b2fb..3d384d1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ -v0.1.5-beta +v0.1.6-beta.2 Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet. diff --git a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0 b/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0 index e752e88..d062820 120000 --- a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0 +++ b/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0 @@ -1 +1 @@ -ToobAmp.so.0.1.5 \ No newline at end of file +ToobAmp.so.0.1.6 \ No newline at end of file diff --git a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.5 b/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.6 similarity index 100% rename from lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.5 rename to lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.6