diff --git a/README b/README.md similarity index 90% rename from README rename to README.md index d7ff20666..067e8d79b 100644 --- a/README +++ b/README.md @@ -1,11 +1,12 @@ Strawberry Music Player ======================= README +------ -Strawberry is a audio player and music collection organizer. It was forked from Clementine in 2013 with a diffrent goal. -It's written in C++ and Qt 5 and runs on Linux. The name is inspired by the band Strawbs. +Strawberry is a audio player and music collection organizer. It is a fork of Clementine created in 2013 with a diffrent goal. +It's written in C++ and Qt5. The name is inspired by the band Strawbs. -Features: +### Features: * Play and organize music * Edit tags on music files @@ -13,6 +14,7 @@ Features: * Native desktop notifications * Playlists in multiple formats * Transfer music to iPod, iPhone, MTP or mass-storage USB player + * Fetch tags from MusicBrainz * Support for multiple backends You can obtain and view the sourcecode on github at: https://github.com/jonaski/strawberry @@ -50,11 +52,11 @@ You should also install the gstreamer plugins: gstreamer-plugins-base, gstreamer Compiling from source --------------------- -Get the code: +### Get the code: git clone https://github.com/jonaski/strawberry -Compile and install: +### Compile and install: mkdir strawberry-build cd strawberry-build diff --git a/cmake/Version.cmake b/cmake/Version.cmake index 3d75d0184..1a8c615a3 100644 --- a/cmake/Version.cmake +++ b/cmake/Version.cmake @@ -3,7 +3,7 @@ set(STRAWBERRY_VERSION_MINOR 1) set(STRAWBERRY_VERSION_PATCH 2) #set(STRAWBERRY_VERSION_PRERELEASE rc1) -set(INCLUDE_GIT_REVISION OFF) +set(INCLUDE_GIT_REVISION ON) set(majorminorpatch "${STRAWBERRY_VERSION_MAJOR}.${STRAWBERRY_VERSION_MINOR}.${STRAWBERRY_VERSION_PATCH}") diff --git a/dist/strawberry.spec.in b/dist/strawberry.spec.in index 65c87e661..d2ae81f63 100644 --- a/dist/strawberry.spec.in +++ b/dist/strawberry.spec.in @@ -57,7 +57,7 @@ BuildRequires: pkgconfig(taglib) >= 1.8 Requires: libtag1 >= 1.8 %description -Strawberry is a audio player and music collection organiser. +Strawberry is a audio player and music collection organizer. It is a fork of Clementine. The name is inspired by the band Strawbs. Features: @@ -67,6 +67,7 @@ Features: * Native desktop notifications * Playlists in multiple formats * Transfer music to iPod, iPhone, MTP or mass-storage USB player + * Fetch tags from MusicBrainz * Support for multiple backends %prep