You are not logged in.

#651 2010-10-19 21:48:33

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: xbmc-git AUR package: discussion in here please

I guess a quick look at the dependencies of the xbmc-svn package in the AUR tells all, no?  wink


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#652 2010-10-20 18:59:51

vr4b4c
Member
Registered: 2008-12-30
Posts: 37

Re: xbmc-git AUR package: discussion in here please

XtrmGmr99 wrote:
vr4b4c wrote:
XtrmGmr99 wrote:

Nevermind, I found the problem. I have created a package that solves this issue.

If the package maintainer keeps track of this topic, please update the PKGBUILD and replace the libmicrohttpd dependency with libmicrohttpd-xbmc. This package include the correct version of libmicrohttpd that work with XBMC.

http://aur.archlinux.org/packages.php?ID=41569

There is already libmicrohttpd in AUR, quick search find 3 of them, including yours. http://aur.archlinux.org/packages.php?O … _Search=Go .

Wow. I can't believe I totally did not check the AUR before... Oh wait. =P

Let me emphasize: "This package include the correct version of libmicrohttpd that work with XBMC."

The one in AUR is version 0.9. The second one is the svn version, which is even higher than 0.9 (obviously). My version is 0.4.6, which is the only version that works with XBMC and their new HTTP server. XBMC does NOT support 0.9 or SVN of libmicrohttpd.

You may also want to read my comment on the xbmc-svn page (a few comments down). Says pretty much the same thing as above, though.

Thanks. smile

Thanks for explaining smile, now it is more clear and thanks for pointing that out, will use your libmicrohttpd in future for xbmc...

Offline

#653 2010-10-20 19:08:04

X-dark
Member
From: France
Registered: 2009-10-25
Posts: 142
Website

Re: xbmc-git AUR package: discussion in here please

X-dark wrote:

Something is not going well with h264 content playing. Here is what the output looks like: http://i52.tinypic.com/j982f8.png

Any idea ?


Cedric Girard

Offline

#654 2010-10-20 19:24:30

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: xbmc-git AUR package: discussion in here please

Are you using hardware acceleration? Did you check the Xbmc log?


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#655 2010-10-20 21:52:47

X-dark
Member
From: France
Registered: 2009-10-25
Posts: 142
Website

Re: xbmc-git AUR package: discussion in here please

I tried with or without hardware acceleration. I did not see anything relevant in the log. I guess I could file another bug on XBMC bug tracker, but this looks more like a missing codec than a bug.


Cedric Girard

Offline

#656 2010-10-21 06:43:16

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: xbmc-git AUR package: discussion in here please

If it were a missing codec, the file wouldn't be played altogether smile.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#657 2010-10-21 11:29:13

X-dark
Member
From: France
Registered: 2009-10-25
Posts: 142
Website

Re: xbmc-git AUR package: discussion in here please

Good point. However I've already seen such things occurring when incorrect codec where picked in absence of the correct one.


Cedric Girard

Offline

#658 2010-10-23 20:47:03

naguz
Member
Registered: 2008-11-05
Posts: 98

Re: xbmc-git AUR package: discussion in here please

Is it possible to easily modify this PKGBUILD to use the Dharma beta 3? Svn version is jut constantly crashing for me.

I also get an "error: command failed to execute correctly" error when installing or uninstalling. SOmething wring with the install script mayhaps?

Last edited by naguz (2010-10-23 20:49:32)

Offline

#659 2010-10-23 23:04:41

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

Re: xbmc-git AUR package: discussion in here please

Just comment the first line und uncomment the second in the build() function.

_svntrunk=http://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk
#_svntrunk=http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma

Offline

#660 2010-10-27 23:09:55

naguz
Member
Registered: 2008-11-05
Posts: 98

Re: xbmc-git AUR package: discussion in here please

Thank you. smile As it was already there  but commented, I guess I should have found it myself... Didn't think it would be that easy.

edit: But now that I think about it, it would still pull the latest revision of the dharma tree, wouldn't it? I don't know how they manage their svn, but I would think that there are quite a few changes being made all the tim in that release as they are squashing bugs, mening I wouldn't get ther Dharma 3 beta release? Well, Ill see how it works any way when it's finished building. The next thing to do is to keep a local repo, so I  don't have to sync so much data each time I want to build.

edit2: Works much better, no crashing every time I press pause, and no random crashes so far.

Last edited by naguz (2010-10-28 12:16:57)

Offline

#661 2010-10-29 16:05:34

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

Re: xbmc-git AUR package: discussion in here please

I haven't tested Dharma yet.
For me this svn version still runs pretty unstable.

Offline

#662 2010-10-31 16:49:50

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: xbmc-git AUR package: discussion in here please

naguz wrote:

Thank you. smile As it was already there  but commented, I guess I should have found it myself... Didn't think it would be that easy.

edit: But now that I think about it, it would still pull the latest revision of the dharma tree, wouldn't it? I don't know how they manage their svn, but I would think that there are quite a few changes being made all the tim in that release as they are squashing bugs, mening I wouldn't get ther Dharma 3 beta release?

The fixes are checked in to the Dharma branch, so if you check out that branch, you'll just pull in commits to that branch. Simple as that. A few things have been backported from trunk. Either way, you don't want to check out 'just' beta 3 (or 4, at this time); you just pull in whatever the latest Dharma revision is. If you *really* want to stick with whatever the devs tagged as a given beta, you'll need to check site for the exact revision number of that beta and tell svn to check out that specific revision.

As for the stability of Dharma, it runs pretty smoothly. I have been doing almost daily builds last week and no hiccups as far as I can tell. I am anxiously awaiting their stable release, but I can be patient tongue. After all, the stable tag is but a tag, and a few more commits away smile.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#663 2010-11-07 14:02:20

Fackamato
Member
Registered: 2006-03-31
Posts: 579

Re: xbmc-git AUR package: discussion in here please

Trying to compile Dharma revision 35192, but I get this error on x86_64:

VideoRenderer.a xbmc/cores/VideoRenderers/VideoShaders/VideoShaders.a guilib/guilib.a guilib/common/gui_common.a guilib/tinyXML/tinyxml.a xbmc/cdrip/cdrip.a xbmc/cores/cores.a xbmc/lib/libPython/python.a xbmc/cores/DllLoader/dllloader.a xbmc/cores/dvdplayer/DVDCodecs/DVDCodecs.a xbmc/cores/dvdplayer/DVDCodecs/Audio/Audio.a xbmc/cores/dvdplayer/DVDCodecs/Overlay/Overlay.a xbmc/cores/dvdplayer/DVDCodecs/Video/Video.a xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxers.a xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreams.a xbmc/cores/dvdplayer/DVDSubtitles/DVDSubtitles.a xbmc/cores/AudioRenderers/audiorenderers.a xbmc/cores/ExternalPlayer/ExternalPlayer.a xbmc/FileSystem/filesystem.a xbmc/FileSystem/MusicDatabaseDirectory/musicdatabasedirectory.a xbmc/FileSystem/VideoDatabaseDirectory/videodatabasedirectory.a xbmc/karaoke/karaoke.a xbmc/lib/libPython/xbmcmodule/xbmcmodule.a xbmc/lib/libscrobbler/scrobbler.a xbmc/lib/libRTV/librtv-x86_64-linux.a xbmc/lib/libshout/libshout-x86_64-linux.a xbmc/lib/libUPnP/libupnp-x86_64-linux.a xbmc/lib/libXDAAP/libxdaap-x86_64-linux.a xbmc/lib/libjsonrpc/libjsonrpc.a lib/jsoncpp/jsoncpp/src/lib_json/libjsoncpp.a xbmc/lib/libhttpapi/libhttpapi.a xbmc/lib/sqLite/sqllite.a xbmc/lib/libsquish/libsquish-x86_64-linux.a xbmc/lib/libapetag/.libs/libapetag.a lib/xbmc-dll-symbols/dll-symbols.a xbmc/settings/settings.a xbmc/lib/libXBMS/libxbms-x86_64-linux.a xbmc/lib/UnrarXLib/UnrarXLib.a xbmc/lib/libhts/libhts.a xbmc/posix/posix.a -lva -lva-glx -lXrandr -lavahi-client -lavahi-common -lfaac -lmicrohttpd -lSDL_image -lrt -ltiff -ljasper -lresolv -ldl -lSDL_mixer -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL  -lmad   -lfontconfig   -lfribidi   -lsqlite3   -lpng14   -lpcre   -lpcre -lpcrecpp   -lcdio -lm   -lsamplerate   -lmms -lm -lglib-2.0   -lfreetype   -logg   -lvorbis -lm -logg   -lvorbisenc -lvorbis -lm -logg   -Wl,--hash-style=gnu -Wl,--as-needed -rdynamic -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lasound   -lenca -lm   -lXt -lX11   -lXtst   -lXext   -lXmu -lXt -lX11   -lXinerama   -lcurl   -ldbus-1 -lpthread -lrt   -lSDL -lpthread   -rdynamic
xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreams.a(DVDFactoryInputStream.o): In function `CDVDFactoryInputStream::CreateInputStream(IDVDPlayer*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/raid5volume/aur/xbmc-svn/src/XBMC/xbmc/cores/dvdplayer/DVDInputStreams/DVDFactoryInputStream.cpp:83: undefined reference to `CDVDInputStreamRTMP::CDVDInputStreamRTMP()'
collect2: ld returned 1 exit status
make: *** [xbmc.bin] Error 1
    Aborting...

local/automake 1.11.1-1 (base-devel)
local/autoconf 2.68-1
local/autoconf2.13
local/rtmpdump 2.3-2

I didn't have this error before adding rtmpdump. Any ideas?

Offline

#664 2010-11-12 20:44:21

naguz
Member
Registered: 2008-11-05
Posts: 98

Re: xbmc-git AUR package: discussion in here please

I notice I am pulling a lot of Win32 stuff, ex.    XBMC/project/Win32BuildSetup/readme.txt and a lot of other stuff. For both xbmc and me (us) I'd guess it would be nice to not do this? I am using the (commented) dharma branch in the PKGBUILD.

Offline

#665 2010-11-13 06:49:53

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: xbmc-git AUR package: discussion in here please

I don't think you can exclude stuff to be checked out with SVN. I have cleaned out Win32 stuff from my SVN checkout before and surprisingly some parts *need* Win32 code to be available at compile time. So if your bandwidth isn't the issue, I wouldn't worry about it. If it is, keep your local svn checkout and update it regularly instead of removing it after compiling.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#666 2010-11-13 14:51:52

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

Re: xbmc-git AUR package: discussion in here please

I had a look at "svn:ignore", but this can only exclude selected directories; afais not regex.
xbmc does not have only one win32. The windows files are scattered in dozens of subdirs. So there is no sane way to filter them out.

Offline

#667 2010-11-13 18:17:19

dnobes08
Member
Registered: 2010-11-13
Posts: 1

Re: xbmc-git AUR package: discussion in here please

I keep getting an error trying to install xbmc-svn on my appletv...  I modified PKGBUILD to build Dharma and not from trunk...
The build goes just fine and I get my file xbmc-svn-35018-1-i686.pkg.tar.xz just fine...
but when I run "sudo pacman -U xbmc-svn-35018-1-i686.pkg.tar.xz" I get an error...


[dnoble3@appletv xbmc-svn]$ sudo pacman -U xbmc-svn-35018-1-i686.pkg.tar.xz > error.txt
Proceed with installation? [Y/n] Y
[dnoble3@appletv xbmc-svn]$ cat error.txt 
resolving dependencies...
looking for inter-conflicts...

Targets (1): xbmc-svn-35018-1

Total Download Size:    0.00 MB
Total Installed Size:   80.35 MB

checking package integrity...
checking for file conflicts...
installing xbmc-svn...
>> If XBMC won't start, but just segfaults, double check your X.Org config.
>> The display depth has to be at least 24-bit, ie
>> set "DefaultDepth 24" under the "Screen" section of your xorg.conf file.
>> If you have problems or suggestions for this PKGBUILD, have a look at its
>> dedicated forum thread: http://bbs.archlinux.org/viewtopic.php?pid=559107
>> or the wiki: http://xbmc.org/wiki/?title=XBMC_on_Arch_Linux_(Unofficial).
>> Note that this is a development version of XBMC.
>> If you encounter problems with XBMC don't forget to consult the official
>> xbmc forums found here: http://forum.xbmc.org 
>> and report bugs to the xbmc bugtracker found here: http://trac.xbmc.org.

error: command failed to execute correctly
Optional dependencies for xbmc-svn
    avahi: to use zerconf features (remote, etc...)
    gdb: for meaningful backtraces in case of trouble - STRONGLY RECOMMENDED
    libssh: support for sshfs
    libvdpau: accelerated video playback for nvidia cards
    libva: accelerated video playback for nvidia, ati/amd and some intel cards
    lirc: remote controller support
    pulseaudio: pulseaudio support
    udisks: automount external drives
    upower: used to trigger suspend functionality
    unrar: access compressed files without unpacking them

Any ideas?  I checked the log, and I can't even figure out which command failed...

Offline

#668 2010-11-14 07:22:10

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: xbmc-git AUR package: discussion in here please

It's a command in the .install file usually.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#669 2010-11-14 12:15:56

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

Re: xbmc-git AUR package: discussion in here please

dnobes08 wrote:

Any ideas?  I checked the log, and I can't even figure out which command failed...

That's strange. In the install file there are only common commands for rebuilding the icon and desktop file cache.

PS: Perhaps the package didn't build properly. Try rebuilding.

Last edited by DonVla (2010-11-14 12:16:38)

Offline

#670 2010-11-30 21:29:35

jykwon
Member
Registered: 2009-09-28
Posts: 9

Re: xbmc-git AUR package: discussion in here please

Anyone else have a problem with revision 35463-1 not playing music? It seems to be an issue with PAPlayer but I'm not 100% sure.

Offline

#671 2010-12-01 08:32:38

ctarwater
Member
Registered: 2009-02-05
Posts: 300

Re: xbmc-git AUR package: discussion in here please

Yeah, I had the same issue.  Everything else seemed to work fine including audio in my movies but I couldn't play any music files at all.  I just reverted to an earlier build for now.

Offline

#672 2010-12-19 00:54:30

TigTex
Member
From: Portugal
Registered: 2008-06-19
Posts: 301

Re: xbmc-git AUR package: discussion in here please

xbmc 10.0 is out! No idea what's the svn revision number though.
edit: 35647 i guess...

Last edited by TigTex (2010-12-19 01:04:00)


.::. TigTex @ Portugal .::.

Offline

#673 2010-12-19 01:00:34

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: xbmc-git AUR package: discussion in here please

@TT - I placed it in the comments for the package in the AUR tongue

http://trac.xbmc.org/changeset/35648

Last edited by graysky (2010-12-19 01:00:45)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#674 2010-12-19 01:01:06

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: xbmc-git AUR package: discussion in here please

I have powerdown set to "quit" from within the options, but XBMC doesn't honor my selection. When you hit the powerdown it actually powers down the box. Can someone else confirm before I open a bug?


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#675 2010-12-19 02:05:38

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: xbmc-git AUR package: discussion in here please

TigTex wrote:

xbmc 10.0 is out! No idea what's the svn revision number though.
edit: 35647 i guess...

35648 wink


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB