Skip to content

Commit

Permalink
Fix compilation on Ubuntu 11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
noseka1 committed Feb 13, 2012
1 parent e085b2e commit cccf46f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ all: ${TARGET_DIR}/linuxband-player ${TARGET_DIR}/linuxband ${TARGET_DIR}/linuxb

${TARGET_DIR}/linuxband-player: ${linuxband_player_SOURCES} ${linuxband_player_HEADERS}
@mkdir -p ${@D}
${CC} -o $@ ${CFLAGS} ${EXTRA_CFLAGS} ${CPPFLAGS} ${LDFLAGS} ${EXTRA_LIBS} ${linuxband_player_SOURCES}
${CC} -o $@ ${linuxband_player_SOURCES} ${CFLAGS} ${EXTRA_CFLAGS} ${CPPFLAGS} ${LDFLAGS} ${EXTRA_LIBS}

${TARGET_DIR}/linuxband: ${PY_SOURCE_DIR}/linuxband.py.in
@mkdir -p ${@D}
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

For installation and usage documentation please see: <http://linuxband.org>

### Release Notes 12.02.1 Beta

#### Bugs

* Fix the compilation on Ubuntu 11.10

#### Known Issues

* The linuxband-player is not yet stable. When playing 60sRock, 8Beat, JazzGuitar and a couple of other grooves the incorrect playback position can be displayed. The LinuxBand can even get disconnected from the JACK audio server. When this happens stop the playback and press the JACK reconnect button. Then select some other groove for your song.

### Release Notes 12.02 Beta

This is the first release.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.65)
AC_INIT([linuxband], [12.02], [[email protected]], [linuxband], [http://linuxband.org])
AC_INIT([linuxband], [12.02.1], [[email protected]], [linuxband], [http://linuxband.org])
AC_CONFIG_SRCDIR([src/main/c/linuxband-player.c])
AC_CONFIG_HEADER([config.h])

Expand Down

0 comments on commit cccf46f

Please sign in to comment.