Retourner au contenu associé (journal : Notificateur X)
Posté par olivierweb le 07 octobre 2003 à 20:31. En réponse au journal Notificateur X. Évalué à 1.
# 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 }
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Notificateur X
Posté par olivierweb . En réponse au journal Notificateur X. Évalué à 1.
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 :
---------------------