
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (12)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs. -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)
Sur d’autres sites (3430)
-
Anomalie #3406 (Nouveau) : Notice spip_loader
8 mars 2015, par Franck DalotDans spip_loader 2.5.3
php 5.6.6
prefix des tables : spipdev22
SPIP 3.1.0-alpha [21929]Notice : Constant _SPIP_LOADER_UPDATE_AUTEURS already defined in /.../spip3/spipdev22/spip_loader.php on line 708
Notice : Undefined variable : lang in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 503
Notice : Undefined index : gz in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 464
Notice : Undefined index : gz in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 464
Notice : Undefined index : dest in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 961
Notice : Undefined index : chemin in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 962
Notice : Undefined index : etape in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 966
Notice : Undefined index : range in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 966
Notice : Undefined index : gz in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 464
Notice : Undefined index : spip.0 in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 834
Notice : Undefined index : gz in /home/liendami/www/spip3/spipdev22/spip_loader.php on line 464 -
How to configure linking so that compiled binary finds libraries ?
5 octobre 2015, par Jean JordaanI’m compiling
ffmpeg
. Configuration :--prefix=/home/john/zope/engage/zeocluster/ffmpeg/parts/ffmpeg-build
--extra-cflags='-I/home/john/zope/engage/zeocluster/ffmpeg/parts/x264-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/ogg-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/theora-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/lame-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/faac-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/faad-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/vpx-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/vorbis-build/include
-I/home/john/zope/engage/zeocluster/ffmpeg/parts/ffmpeg-build/include'
--extra-ldflags='-L/home/john/zope/engage/zeocluster/ffmpeg/parts/x264-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/ogg-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/theora-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/lame-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/faac-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/faad-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/vpx-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/vorbis-build/lib
-L/home/john/zope/engage/zeocluster/ffmpeg/parts/ffmpeg-build/lib'The build completes fine, and
LD_LIBRARY_PATH=./parts/ffmpeg-build/lib:./parts/x264-build/lib ./parts/ffmpeg-build/bin/ffmpeg
runs the binary.Why is that
LD_LIBRARY_PATH
necessary ? Didn’t I already tell the compiler to link against these libraries ? -
Access to folders on Ubuntu-based Rails server (keep getting "No such file..")
13 avril 2012, par StpnI am setting up Rails+ffmpeg on Ubuntu and I keep getting
Errno::ENOENT
No such file or directory..The setup is as follows :
/home/username/RailsApp
/home/username/videos/I am trying to run ffmpeg to write to /home/username/videos and I used "/home/username/videos/" and " /videos/" but no luck..
What am I missing ?
"www-data" user is included in "username" group..
Rails app works fine otherwise..
Any input greatly appreciated !
Thanks !