Package Details: yamipod 2.0-2

Package Base: yamipod
Description: Yet another iPod manager.
Upstream URL: http://www.yamipod.com
Category: multimedia
Licenses: GPL
Submitter: None
Maintainer: adilbic
Last Packager: None
Votes: 23
First Submitted: 2008-04-23 04:43
Last Updated: 2014-02-28 12:41

Dependencies (0)

Required by (0)

Sources

Latest Comments

Comment by electricprism

2015-02-13 23:38

==> Building and installing package
==> ERROR: Missing package() function in /tmp/yaourt-tmp-aurora/aur-yamipod/./PKGBUILD
==> ERROR: Makepkg was unable to build yamipod.
==> Restart building yamipod ? [y/N]

Comment by gadget3000

2011-10-15 12:20

If got half way through fixing the PKGBUILD and so far my depends looks like this:
if [ "$CARCH" = "x86_64" ]; then
depends=('lib32-libstdc++5' 'lib32-gtk2' 'lib32-fmodex' 'lib32-libjpeg6' 'lib32-libpng12' 'lib32-gstreamer0.10' 'lib32-xine-lib')
else
depends=('libstdc++5' 'gtk2' 'fmodex' 'libjpeg6' 'libpng12' 'gstreamer0.10' 'xine-lib')
fi

lib32-xine-lib does not yet exist and yamipod shows the error 'Incompatible version of libgstreamer' so an older version of gstreamer would probably have to be packaged.

Anonymous comment

2010-12-26 00:52

Please, fix the PKGBUILD.

Anonymous comment

2010-12-22 04:49

Is the maintainer of this package MIA? Definitely need libjpeg6, libpng12 and libstdc++5 for this to function.

Anonymous comment

2010-12-10 04:32

This package needs libstdc++5, please add it as a depedency

Comment by Nareto

2010-10-13 15:24

yes, or at least do as for floola - add a .install file that prints on the screen that those are neeeded. (But better put it in dependencies)

Comment by gnud

2010-09-02 10:03

Please add libjpeg6 and libpng12 as dependencies.