Bingo !
Ca a marché, merci de votre aide 😉
Ca a marché, merci de votre aide 😉
Par contre le commande suivante echoue :[root@localhost ~]# dmraid -s
*** Set
name : nvidia_bjaahbjf
size : 3907050240
stride : 128
type : raid5_ls
status : ok
subsets: 0
devs : 3
spares : 0
Peut-etre que le live-cd ne charge pas le kernel au demarrage.[root@localhost ~]# dmraid -ay
ERROR: device-mapper target type "raid45" is not in the kernel
RAID set "nvidia_bjaahbjf" was not activated
make: lm3g2dmp: Command not found
J'ai pourtant bien Sphinx...Effectivement j'ai pris les versions SVN (git en fait mais bon c'est pareil).Pikachu_2014 wrote:Un point extrêmement grave : les sources embarquées dans le RPM source ne correspondent pas à celles disponibles sur le site du projet. Aurais-tu repackagé une version SVN ?
Effectivement, gnome-subtitles est beaucoup plus limité.madko wrote:merci pour l'info, je connaissais que gnome-subtitles qui a l'avantage d'etre ultra simple.
En fait il n'est pas nécessaire d'installer les x264/libbut/ffmpeg pour faire marcher Aegisub.MarbolanGos wrote:Moi qui possède une machine virtuelle Windows pour "timer" mes sub avec SubStationAlpha je vais voir ce que ça donne sous Linux. Merci pour le paquet j'essaye !
Par contre si c'est libre pourquoi ne pas demander à l'intégrer dans le dépôt rpmfusion ?
[edit]
Avant installation :
* Peux-tu nous fournir le srpm ?
* Pourquoi a-t'on besoin des paquets x264 et autres ?
--- ffmpeg-0.6/libavutil/common.h.thomas_ext 2010-08-22 04:02:22.059437967 +0900
+++ ffmpeg-0.6/libavutil/common.h 2010-08-22 04:02:52.651204680 +0900
@@ -26,6 +26,17 @@
#ifndef AVUTIL_COMMON_H
#define AVUTIL_COMMON_H
+#define INT8_C(value) ((int8_t) value)
+#define UINT8_C(value) ((uint8_t) __CONCAT(value, U))
+#define INT16_C(value) value
+#define UINT16_C(value) __CONCAT(value, U)
+#define INT32_C(value) __CONCAT(value, L)
+#define UINT32_C(value) __CONCAT(value, UL)
+#define INT64_C(value) __CONCAT(value, LL)
+#define UINT64_C(value) __CONCAT(value, ULL)
+#define INTMAX_C(value) __CONCAT(value, LL)
+#define UINTMAX_C(value) __CONCAT(value, ULL)
+
#include <ctype.h>
#include <errno.h>
#include <inttypes.h>
(j'ajoute des définitions)Effectivement, ils ne pourraient pas être intégrés aux dépôts officiels car ont des dépéndances dans rpmfusion ET libnut (qui n'est même pas dans rpmfusion).MarbolanGos wrote:A mon avis tout simplement les dépendances nécessaires sont que dans rpmfusion...madko wrote:si c'est libre pourquoi ne pas demander à l'intégrer dans les dépôts fedora officiels?
wget http://www.erogaki.com/rpm/x264-0.27-1.fc13.x86_64.rpm \
http://www.erogaki.com/rpm/libnut-0.0.0-1_r661.fc13.x86_64.rpm \
http://www.erogaki.com/rpm/ffmpeg-0.6-3.fc13.x86_64.rpm \
http://www.erogaki.com/rpm/wxWidgets-2.9.0-1.fc13.x86_64.rpm \
http://www.erogaki.com/rpm/aegisub-2.1.8-4749.fc13.x86_64.rpm
yum -y install --nogpgcheck x264-0.27-1.fc13.x86_64.rpm \
libnut-0.0.0-1_r661.fc13.x86_64.rpm \
ffmpeg-0.6-3.fc13.x86_64.rpm \
wxWidgets-2.9.0-1.fc13.x86_64.rpm \
aegisub-2.1.8-4749.fc13.x86_64.rpm
Enjoy !#define INT8_C(value) ((int8_t) value)
#define UINT8_C(value) ((uint8_t) __CONCAT(value, U))
#define INT16_C(value) value
#define UINT16_C(value) __CONCAT(value, U)
#define INT32_C(value) __CONCAT(value, L)
#define UINT32_C(value) __CONCAT(value, UL)
#define INT64_C(value) __CONCAT(value, LL)
#define UINT64_C(value) __CONCAT(value, ULL)
#define INTMAX_C(value) __CONCAT(value, LL)
#define UINTMAX_C(value) __CONCAT(value, ULL)
Ou inclure ce fichier : http://www.gnu.org/software/libcdio/doxygen/types_8h.htmlconfigure:24901: checking whether FFMPEG works
configure:24958: g++ -o conftest -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-long-long -fpermissive -fno-strict-aliasing -std=c++98 -pipe -O2 -lswscale -lavcodec -lavformat -lavutil conftest.cpp -lm >&5
conftest.cpp: In function 'int main()':
conftest.cpp:14: warning: 'AVFormatContext* av_alloc_format_context()' is deprecated (declared at /usr/include/libavformat/avformat.h:952)
conftest.cpp:14: warning: 'AVFormatContext* av_alloc_format_context()' is deprecated (declared at /usr/include/libavformat/avformat.h:952)
configure:24962: $? = 0
configure:24968: ./conftest
configure:24972: $? = 0
configure:24990: result: yes
Plutôt barbare m'enfin...