..... I will have a look at it.
From From
Bug 18659 Comment 8 - IDJC missing in 2011 repositories date
2011-07-29... but till the new libshout package hits the repos, you won't be able to satisfy the dependencies.
This ^^^ is <Dependency release
From="7">libshout-devel</Dependency> (in pspec.xml)
And in the stable repo I find libshout-devel-2.2.2-
7-p11-i686.pisi
19-Sep-2011This means the change is not needed anymore to buid <Version>0.8.5</Version> <Update release="16">
And
But make sure libtheora-devel package is installed on your system.
If this ^^^ is valid for building the package, it should be in the
<BuildDependencies>
<Dependency>packagename</Dependency>
</BuildDependencies>
section.
And if this ^^^ is valid for installing and using the package, it should be in the
<RuntimeDependencies>
<Dependency>packagename</Dependency>
</RuntimeDependencies>
section.
This is the way how the various dependencies in PiSi are defined.
(the RuntimeDependencies will also be installed at installation)
Investigation continues...