• [^] # Re: Notificateur X

    Posté par . En réponse au journal Notificateur X. Évalué à 1.

    Ah, super, je l'ai essayé, je l'adopte !

    Je cherchais justement qquechose de facile pour afficher mes morceaux de musique dans Tunez.

    Y a plus qu'à écrire.

    l'ebuild python pour ceux que ça pourrait intéresser :

    ---------------------


    # Copyright OlivierWeb
    # Distributed under the terms of the GNU General Public License v2

    DESCRIPTION="Python bindings to the XOSD library"
    HOMEPAGE="http://repose.cx/pyosd/(...)"
    SRC_URI="http://repose.cx/pyosd/$(...){P}.tar.gz"

    KEYWORDS="x86"
    SLOT="0"
    LICENSE="GPL"

    DEPEND="virtual/python"

    src_compile() {
    python setup.py build || die "pyosd compilation failed"
    }

    src_install() {
    dodoc *.txt doc/*.txt
    python setup.py install --root=${D} || die
    }