Search Criteria
Package Details: fmedia-git android.v0.8.r0.12cd09b-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fmedia-git.git (read-only, click to copy) | 
|---|---|
| Package Base: | fmedia-git | 
| Description: | fast media player/recorder/converter | 
| Upstream URL: | https://github.com/stsaz/fmedia | 
| Keywords: | aac audio convert mp3 opus playback record vorbis | 
| Licenses: | unknown | 
| Conflicts: | fmedia, fmedia-git | 
| Provides: | fmedia, fmedia-git | 
| Submitter: | milkii | 
| Maintainer: | milkii | 
| Last Packager: | milkii | 
| Votes: | 0 | 
| Popularity: | 0.000000 | 
| First Submitted: | 2018-04-11 03:28 (UTC) | 
| Last Updated: | 2022-12-21 01:29 (UTC) | 
Dependencies (11)
- sqlite (sqlite-fossilAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- dos2unix (dos2unix-gitAUR) (make)
- flac (flac-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR) (make)
- jdk8-openjdk (openjdk-liberica8-full-binAUR, openjdk-zulu8-ca-fx-binAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- mpg123 (mpg123-svnAUR, mpg321AUR) (make)
- svn (subversion) (make)
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR) (make)
Latest Comments
arinoki commented on 2018-10-28 15:04 (UTC)
Hello, fmedia was updated to 1.x version, so PKGBUILD now outdated. As for dependencies we now need also "cmake", and also change 2 lines. from "cp -r $srcdir/fmedia/fmedia-0/ $pkgdir/opt/fmedia/" to "cp -r $srcdir/fmedia/fmedia-1/ $pkgdir/opt/fmedia/"
and
from " install -Dm755 "$srcdir/fmedia/fmedia-0/fmedia" "$pkgdir/opt/fmedia/fmedia"" to " install -Dm755 "$srcdir/fmedia/fmedia-1/fmedia" "$pkgdir/opt/fmedia/fmedia""
With these 3 changes compilation successfully finished.
And thanks for maintaining this pkg here :)
klore commented on 2018-04-11 11:54 (UTC)
hi, you may add dos2unix to dependencies.. compiled succesfully
klore commented on 2018-04-11 04:40 (UTC)
make -rR FF3PT=/tmp/pamac-build-user/fmedia-git/src/ff-3pt -f /tmp/pamac-build-user/fmedia-git/src/ff-3pt/mac/Makefile -C /tmp/ff3pt-build/mac make[1]: Entering directory '/tmp/ff3pt-build/mac' find . -name '*.cpp' -print0 | xargs -0 dos2unix xargs: dos2unix: No such file or directory make[1]: [/tmp/pamac-build-user/fmedia-git/src/ff-3pt/mac/Makefile:30: all] Error 127 make[1]: Leaving directory '/tmp/ff3pt-build/mac' make: [Makefile:80: mac] Error 2 ==> ERROR: A failure occurred in prepare(). Aborting...