Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
texel-0.3.1.tar.gz | 2013-02-08 | 2.3 MB | |
texel-0.3.0.tar.gz | 2013-02-01 | 1.8 MB | |
README | 2013-02-01 | 2.6 kB | |
releasenotes | 2013-02-01 | 3.0 kB | |
Totals: 4 Items | 4.1 MB | 0 |
Hi, welcome to Texel. ################################################################################ To build this application you need the following prerequisits: * qt4 dev (including phonon and xmllibs) * libqt4-xml dev * kdebase dev * libtag dev * boost dev (including boost serialization library - dependencies seem to be wrong here, more work needed) * cmake * g++ 4.4 * gettext * sqlite Additionally you may include musicbrainz support. This is enabled by default! If you like to you musicbrainz, the following packages must also be installed: * libmusicbrainz3 dev * libofa0 dev * libsox dev If you which not to compile with musicbrainz add -D TEXEL_USE_MUSICBRAINZ:BOOL=OFF" to the cmake commandline right after the cmake. Kubuntu 12.04/12.10: # Build environment sudo apt-get install make cmake g++ gettext kdesdk-scripts subversion # Used libraries sudo apt-get install libboost-dev libboost-serialization-dev libqt4-dev kdelibs5-dev libtag1-dev sudo apt-get install libsox-dev libofa0-dev libmusicbrainz3-dev libqt4-xml libsqlite3-dev For Fedora 17 the following line installs the necessary development packages: # Build environment yum install gcc gcc-c++ cmake subversion gettext kde-workspace-devel # Used libraries yum install boost-devel qt-devel kdebase-devel taglib-devel yum install sox-devel libofa-devel libmusicbrainz3-devel sqlite-devel Suse 12.2: # Build environment sudo zypper install make cmake gcc-c++ gettext-tools kdesdk4-scripts kdebase4-workspace-devel subversion # Used libraries sudo zypper install boost-devel qt-devel libkde5-devel taglib-devel libQtWebkit-devel sudo zypper install sox-devel libofa-devel libmusicbrainz3-devel sqlite3-devel I just tested it on Kubuntu 12.10 (64 bit) / Kubuntu 12.04 (32 Bit) / Fedora 17 (64 Bit) / Suse 12.2 (32 bit) ################################################################################# usage: cd texel # replace /usr with the KDE4 install prefix cmake -DCMAKE_INSTALL_PREFIX=/usr . make make install ################################################################################# The current state of the package is 'working but experimental': Many features work, but typically not complete (options are not completely wired, sometimes wrong behaviour, cause longer not tested). But: The base system of scanning MP3 files (no others are really supported yet) and writing them bag is robust as has not yet failed. All options for keeping and securing file before removeing them are working. ################################################################################# Jens