
Recherche avancée
Autres articles (42)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (1693)
-
Can I dynamically call a LGPL/GPL software in my closed-source application ? [closed]
29 juin 2016, par marcggI want to use a tool (ffmpeg) that is under GNU Lesser General Public License, version 2.1 GNU General Public License (GPL) version 2 for some components.
To do so, I only call it in my software as such :
System.Diagnostics.Process p = new System.Diagnostics.Process();
p.StartInfo = new System.Diagnostics.ProcessStartInfo("lgplSoftware.exe", myParams);
p.Start();I do not change it, I only use a built version of the software for windows.
Wikipedia says :
A key dispute related to the GPL is
whether or not non-GPL software can be
dynamically linked to GPL libraries.
The GPL is clear in requiring that all
derivative works of code under the GPL
must themselves be under the GPL.
While it is understood that static
linking produces derivative works, it
is not clear whether an executable
that dynamically links to a GPL code
should be considered a derivative work
(see Weak Copyleft). The
free/open-source software community is
split on this issue. The FSF asserts
that such an executable is indeed a
derivative work if the executable and
GPL code "make function calls to each
other and share data structures,"
with certain others agreeing (e.g.
Jerry Epplin), while some (e.g.
Linus Torvalds) agree that dynamic
linking can create derived works but
disagree over the circumstances.
I am really confused by all this legal things. I would have made my project LGPL as well and released the source, but this is not up to me.
So the question is : can I use it like I’m doing right now or will I be executed by an army of lawyers ?
-
undefined reference to pl_log_create_341 whenever I try to compile ffmpeg and mpv under Arch Linux [closed]
3 février 2024, par Mike NguyenEver since yesterday, I have been struggling to compile ffmpeg, and to a further extent, mpv, on Arch Linux due to the following error that is probably unique to my install :


/usr/bin/ld: libavfilter/libavfilter.so: undefined reference to pl_log_create_341 collect2: error: ld returned 1 exit status make: *** [Makefile:133: ffplay_g] Error 1 make: *** Waiting for unfinished jobs.... /usr/bin/ld: libavfilter/libavfilter.so: undefined reference to
pl_log_create_341'
collect2 : error : ld returned 1 exit status
make : *** [Makefile:133 : ffprobe_g] Error 1
/usr/bin/ld : libavfilter/libavfilter.so : undefined reference topl_log_create_341' collect2: error: ld returned 1 exit status make: *** [Makefile:133: ffmpeg_g] Error 1


I was trying to install mpd on my system, but pacman forced me to remove a ton of essential packages relating to multimedia, Qt, etc. I have since been able to reinstall most of these packages.


However, my ffmpeg has been corrupted (as well as mpv failing to start) due to another error that apparently no one else has been getting (I have searched Google for this) :


symbol lookup error: /usr/lib/libavfilter.so.9: undefined symbol: pl_tone_map_auto


I have both libavfilter.so.9.12.100 and libavfilter.so.9.13.100 in my /usr/lib directory, and I am forced to run
sudo ln -s /usr/lib/libavfilter.so.9.12.100 /usr/lib/libavfilter.so.9
every time I run pacman.

I have spent countless hours browsing the web about what solutions are available, but as I said, I seem to be the only one getting these errors.


Whether it's installing ffmpeg-git via the AUR, or removing and reinstalling mpv, nothing seems to fix the problem. And no one else is having this problem.


I might be forced to do a clean install of Arch Linux, but I don't have the time for it.


-
Evolution #4151 : Le bouton de création rapide d’un mot ne sélectionne pas le groupe en cours du mot
14 juin 2018Le patch est simple ;-) Merci
Pour la mention aux mots clefs dans le core, je comprend la réticence.
D’autant plus qu’en fait, ça rejoint #3844 et que si #3844 était résolu, je suppose que le code du bandeau pourrait devenir générique avec un parcours des parents possibles.
Donc, ton patch pourrait être intégré en dur en 3.2 et 3.1, et en mou dans 3.3 en attente de #3844 (avec mention dans ce dernier qu’il faudra aussi s’occuper du bandeau)
Qu’en dis-tu ?