Jump to content


msg10

Member Since 3 Sep 2013
Offline Last Active 18 Apr 2015 15:29
-----

Posts I've Made

In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

16 April 2015 - 11:44

I deleted all my libavstuff and compiled the git repo from libav and now it seems to work but I got a new error:

make[3]: Entering directory `/home/martin/enigma2pc/xine-lib/src/video_out'
  CC       libyuv2rgb_la-yuv2rgb.lo
  CC       libyuv2rgb_la-yuv2rgb_mmx.lo
  CC       libyuv2rgb_la-yuv2rgb_mlib.lo
  CCLD     libyuv2rgb.la
make[3]: Leaving directory `/home/martin/enigma2pc/xine-lib/src/video_out'
make -C ../../contrib/libxdg-basedir
make[3]: Entering directory `/home/martin/enigma2pc/xine-lib/contrib/libxdg-basedir'
  CC       basedir.lo
  CCLD     libxdg-basedir.la
make[3]: Leaving directory `/home/martin/enigma2pc/xine-lib/contrib/libxdg-basedir'
  CCLD     libxine-interface.la
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
  CCLD     libxine.la
/usr/bin/ld: /usr/local/lib/libavutil.a(base64.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libavutil.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [libxine.la] Error 1
make[2]: Leaving directory `/home/martin/enigma2pc/xine-lib/src/xine-engine'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/martin/enigma2pc/xine-lib/src'
make: *** [install-recursive] Error 1

An error occured while building xine-lib


In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

13 April 2015 - 08:55

Got them installed but still the same.


In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

12 April 2015 - 17:23

@msg10

 

May be try this git

 

View README and good luck :)

 

Thank you, now tried to do that and after installing some packages the build_openpliPC.sh needed I get stuck at this point:

Using included DVDNAV support
checking for LIBCDIO... yes
checking for LIBVCDINFO... yes
checking for LIBBLURAY... yes
checking for AVFORMAT... no
Using included a52dec support
checking for NeAACDecInit in -lfaad... no
*** no usable version of libfaad found, using internal copy ***
checking for FFMPEG... configure: error: Package requirements (libavcodec >= 51.68.0) were not met:

No package 'libavcodec' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables FFMPEG_CFLAGS
and FFMPEG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

installed FFMPEG, libavcodec54 and without, dont know furthermore, running 14.04 in a virtualbox


In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

21 March 2015 - 07:54

Hey, I got the following problem, step 6 from here https://github.com/c...nigma/Enigma2PC

 

"6.) Build and install xine-lib:

git clone git://projects.vdr-developer.org/xine-lib.git [done]
cd xine-lib [done]
git checkout remotes/origin/df-osd-handling [will not do]
./autogen.sh --disable-xinerama --prefix=/usr
# apply patch xine_enigma2.patch from patches/ directory
make
make install"

 

martin@kubunturechner:~/Downloads/openpli-enigma2-lalala/xine-lib$ git checkout remotes/origin/df-osd-handling
fatal: Not a git repository (or any of the parent directories): .git