diff --git a/Packaging-Hints.md b/Packaging-Hints.md index 0070578..54f4206 100644 --- a/Packaging-Hints.md +++ b/Packaging-Hints.md @@ -1,5 +1,38 @@ If you're packaging Tomahawk, join the tomahawk-packagers Google Group (https://web.archive.org/web/20121213024743/https://groups.google.com/forum/#!forum/tomahawk-packagers) to be notified of new releases and changed dependencies +# Tomahawk Packagers +## openSUSE +domme + +## Arch Linux +Kuba Serafinowski (zizzfizzix on gmail) + +## Ubuntu +Paulo Dias (paulo dot miguel dot dias on gmail) +yofel + +## Gentoo +johu + +## Fedora +vinzv +ruphy +rdieter +domme + +## Exherbo +tgurr + +## Windows +muesli +domme + +## OS X +muesli + +## Source Code +muesli + # Build options Make sure to actually do a release build of Tomahawk, with the following cmake arguments -DCMAKE_BUILD_TYPE=RelWithDebInfo or -DCMAKE_BUILD_TYPE=Release (the default is Debug). Also up to Tomahawk 0.5 you need to set a Tomahawk specific flag which is -DBUILD_RELEASE=ON to have a release version number without build date in it. From 0.6 on it will automatically assume a release build if the .git/ dir is missing, which is the case for release tarballs.