Skip to content

Commit

Permalink
Prepare new alpha release.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Apr 23, 2019
1 parent 4a66d9f commit 6f52b06
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Readme
Expand Up @@ -126,7 +126,7 @@ Known problems
History
-------

Version 1.1 Alpha (January 2019)
Version 1.1 Alpha (April 2019)

- ported to macOS, Linux and BSD operating systems
- implemented an extension component framework to modularize fre:ac
Expand Down
2 changes: 1 addition & 1 deletion Readme.de
Expand Up @@ -126,7 +126,7 @@ Bekannte Probleme
Geschichte
----------

Version 1.1 Alpha (Januar 2019)
Version 1.1 Alpha (April 2019)

- Auf macOS, Linux und BSD-Betriebssysteme portiert
- Framework f�r Erweiterungskomponenten implementiert, um fre:ac zu modularisieren
Expand Down
27 changes: 27 additions & 0 deletions metadata/org.freac.freac.appdata.xml
Expand Up @@ -47,6 +47,33 @@
</screenshot>
</screenshots>
<releases>
<release version="1.1~alpha20190423" date="2019-04-23">
<description>
<p>New features:</p>
<ul>
<li>Added support for ripping with more drives than CPU cores available</li>
<li>Added an option to keep timestamps of source files</li>
<li>Added support for PulseAudio output</li>
</ul>
<p>Enhancements:</p>
<ul>
<li>Improved interoperability of playlist files with VLC</li>
<li>Improved handling of cue sheets referencing multiple files</li>
<li>Improved handling of WAV files with unknown length</li>
<li>Added support for drag &amp; drop in the tag editor</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fixed crash when showing freedb multi-match dialog</li>
<li>Fixed float samples processing with Core Audio encoder</li>
<li>Fixed MP4 output issues when in and out files are the same</li>
<li>Fixed Opus granule pos calculation and vendor string</li>
<li>Fixed Ogg serial number generation</li>
<li>Fixed handling of very short Ogg files</li>
<li>Fixed several stability issues</li>
</ul>
</description>
</release>
<release version="1.1~alpha20181201a" date="2018-12-02">
<description>
<p>Bug fixes:</p>
Expand Down
File renamed without changes.
5 changes: 4 additions & 1 deletion packaging/appimage/build-appimage-from-release
Expand Up @@ -15,7 +15,9 @@ APPDIR=$1
wget -c -nv "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$ARCH.AppImage"
chmod a+x appimagetool-$ARCH.AppImage

cp AppRun.release $APPDIR/AppRun
cp AppRun $APPDIR
chmod a+x $APPDIR/AppRun

cp metadata/org.freac.freac.desktop $APPDIR
cp $APPDIR/icons/freac.png $APPDIR/org.freac.freac.png

Expand All @@ -40,5 +42,6 @@ import_library libcurl.so
import_library libssh2.so
import_library libssl.so
import_library libcrypto.so
import_library libidn.so

./appimagetool-$ARCH.AppImage $APPDIR $APPDIR.AppImage
12 changes: 8 additions & 4 deletions packaging/haiku/freac-version.recipe.template
Expand Up @@ -15,7 +15,7 @@ Features include:
- User interface available in 40+ languages
- Optional command line interface"
HOMEPAGE="https://freac.org/"
COPYRIGHT="2001-2018 Robert Kausch"
COPYRIGHT="2001-2019 Robert Kausch"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://github.com/enzo1982/freac/releases/download/v${portVersion/\~alpha/-alpha-}/freac-${portVersion/\~alpha/-alpha-}.tar.gz"
Expand All @@ -39,13 +39,15 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
boca$secondaryArchSuffix >= 1.0~alpha20190423
smooth$secondaryArchSuffix >= 0.8.74.0~pre6
cmd:ffmpeg
cmd:mpcdec
cmd:mpcenc
cmd:wavpack
cmd:wvunpack
lib:libsmooth_0.8.74$secondaryArchSuffix >= 0
lib:libboca_1.0$secondaryArchSuffix >= 0
lib:libsmooth_0.8.74$secondaryArchSuffix >= 1
lib:libboca_1.0$secondaryArchSuffix >= 1
lib:libcdio$secondaryArchSuffix
lib:libcdio_cdda$secondaryArchSuffix
lib:libcdio_paranoia$secondaryArchSuffix
Expand All @@ -67,7 +69,9 @@ REQUIRES="

BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboca_1.0$secondaryArchSuffix >= 0
boca${secondaryArchSuffix}_devel >= 1.0~alpha20190423
smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre6
devel:libboca_1.0$secondaryArchSuffix >= 1
"
BUILD_PREREQUIRES="
cmd:g++$secondaryArchSuffix
Expand Down
6 changes: 3 additions & 3 deletions resources/resources.rc
Expand Up @@ -2,8 +2,8 @@
#include "../include/resources.h"

IDR_VERSION VERSIONINFO
FILEVERSION 1,1,0,4813
PRODUCTVERSION 1,1,0,4813
FILEVERSION 1,1,0,4843
PRODUCTVERSION 1,1,0,4843
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
BEGIN
Expand All @@ -12,7 +12,7 @@ BEGIN
BLOCK "000004B0" // Block: language ID = Multilingual, char set = Unicode
BEGIN
VALUE "FileDescription", "fre:ac - free audio converter\0"
VALUE "FileVersion", "1.1.0.4813\0"
VALUE "FileVersion", "1.1.0.4843\0"
VALUE "InternalName", "FREAC\0"
VALUE "OriginalFilename", "freac.exe\0"
VALUE "ProductName", "fre:ac\0"
Expand Down
6 changes: 3 additions & 3 deletions resources/resources_vd.rc
Expand Up @@ -2,8 +2,8 @@
#include "../include/resources.h"

IDR_VERSION VERSIONINFO
FILEVERSION 1,1,0,4813
PRODUCTVERSION 1,1,0,4813
FILEVERSION 1,1,0,4843
PRODUCTVERSION 1,1,0,4843
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
BEGIN
Expand All @@ -12,7 +12,7 @@ BEGIN
BLOCK "000004B0" // Block: language ID = Multilingual, char set = Unicode
BEGIN
VALUE "FileDescription", "fre:ac - free video downloader\0"
VALUE "FileVersion", "1.1.0.4813\0"
VALUE "FileVersion", "1.1.0.4843\0"
VALUE "InternalName", "FREAC\0"
VALUE "OriginalFilename", "freac.exe\0"
VALUE "ProductName", "fre:ac\0"
Expand Down

0 comments on commit 6f52b06

Please sign in to comment.