==> 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]
Search Criteria
Package Details: yamipod 2.0-2
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-02-13)
| Package Base: | yamipod |
|---|---|
| Description: | Yet another iPod manager. |
| Upstream URL: | http://www.yamipod.com |
| Category: | multimedia |
| Licenses: | |
| Submitter: | None |
| Maintainer: | adilbic |
| Last Packager: | None |
| Votes: | 23 |
| First Submitted: | 2008-04-23 04:43 |
| Last Updated: | 2014-02-28 12:41 |
Latest Comments
Comment by electricprism
Comment by gadget3000
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
Please, fix the PKGBUILD.
Anonymous comment
Is the maintainer of this package MIA? Definitely need libjpeg6, libpng12 and libstdc++5 for this to function.
Anonymous comment
This package needs libstdc++5, please add it as a depedency
Comment by Nareto
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
Please add libjpeg6 and libpng12 as dependencies.