I built smplayer from svn today , 31st Oct, and when I try to load a youtube URL it doesn't load. There is no caching message like usual. It just kind of flickers.
I'm using Slackware64 14.2.
gcc (GCC) 5.3.0
The log won't open, so I can't give you that.
Let me know if there's any other info I can give you.
I can't reproduce the problem. It works for me.
I have made a log. It just seems to get stuck in a loop. Can you tell what's wrong from that?
And the build method that I use (perhaps I'm missing something):
cd smplayer/trunk
sed -i "s#/share/man#/man#g" Makefile
make PREFIX=/usr LRELEASE=lrelease \
QMAKE_OPTS="QMAKE_CXXFLAGS=\"$SLKCFLAGS\""
make install PREFIX=/usr DESTDIR=$PKG \
DOC_PATH=/usr/doc/$PRGNAM-$VERSION
cd ../../smplayer-themes/trunk
make
make install PREFIX=/usr DESTDIR=$PKG
cd ../../smplayer-skins/trunk
make
make install PREFIX=/usr DESTDIR=$PKG
cd ../../smtube/trunk
make PREFIX=/usr LRELEASE=lrelease \
QMAKE_OPTS="QMAKE_CXXFLAGS=\"$SLKCFLAGS\""
make install PREFIX=/usr DESTDIR=$PKG \
DOC_PATH=/usr/doc/smtube-$VERSION
I'm very sorry, Ricardo. I was using the subversion repo here on sourceforge, rather than the assembla.com repo. I'm not sure how I came to use that, but anyway it works fine now.
Thanks for all you hard work.
Dave