I have patched for the ffmpeg changes. Please test and unflag, thanks.
Search Criteria
Package Details: minidlna-cvs 20130123-1
Package Actions
| Package Base: | minidlna-cvs |
|---|---|
| Description: | A DLNA/UPnP-AV Media server (aka ReadyDLNA) |
| Upstream URL: | http://sourceforge.net/projects/minidlna/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | ponsfoot |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 11 |
| First Submitted: | 2010-01-12 13:42 |
| Last Updated: | 2013-01-23 07:05 |
Latest Comments
Comment by hdhoang
Comment by hdhoang
updated line 49. I have no idea about the /etc/minidlna.conf problem
Comment by billyburly
now receiving:
error: failed to commit transaction (conflicting files)
minidlna-cvs: /etc/minidlna.conf exists in filesystem
not really sure since the PKGBUILD instructs pacman that /etc/minidlna.conf is a config file:
backup=('etc/minidlna.conf' 'etc/conf.d/minidlna')
Comment by billyburly
need to change near line 49 of the PKGBUILD to:
install -D -m 755 ${srcdir}/minidlna.rc ${pkgdir}/etc/rc.d/minidlna
the rc file seems to have been renamed
Comment by hdhoang
mostly merged community/minidlna. Update for autoconf build system in CVS.
Comment by ponsfoot
OK, I adopted, updated PKGBUILD, and disowned this :)
Because I don't use this anymore, I confirmed only that makepkg is carried out without errors.
Regards.
Comment by tri1976
@ponsfoot:
The link you provided did not return anything. Can you please post it again?
Thanks.
Comment by ponsfoot
@tuxfusion:
Try this patch for PKGBUILD.
http://aur.pastebin.com/RVuBLMq7
Comment by tuxfusion
During makepkg i get permission denied error : http://pastie.org/private/xjjpn6qci9xft967c3pyhw
Why should it do that and why would it work before ? thx
Comment by tuxfusion
@ponsfoot, yes thx this was not the problem it was that the dev i was in contact with , checked in his update after midnight and so the wrong version was pulled, without the patch , when i checked out with wrong _day_ in PKGBUILD -> all okay , thx again
Comment by ponsfoot
@tuxfusion:
When you run makepkg, $pkgver is updated to that day so the package should be built with almost HEAD of the repository.
(see http://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines)
Comment by tuxfusion
Hi, I'm a big fan and user of this pack, having reported some bugs updstream and devs are uber-great and fast in fixing those.
However if we pull cvs with -D <date> we will not get latest patches like today, when i didn't get latest fix for matroska files.
I'm cvs rookie but without -D option everything is okay , so this is a valid fix for PKGBUILD ?
Comment by rwd2
See pastebin.com/eDBNHMzs for a alternative version of /etc/rc.d/minidlna that allows the daemon to run under a different user. Put USER=<username> in /etc/conf.d/minidlna (or leave blank to let it run as root).