Package Details: minidlna-cvs 20130123-1

Package Base: minidlna-cvs
Description: A DLNA/UPnP-AV Media server (aka ReadyDLNA)
Upstream URL: http://sourceforge.net/projects/minidlna/
Category: multimedia
Licenses: GPL
Submitter: ponsfoot
Maintainer: None
Last Packager: None
Votes: 11
First Submitted: 2010-01-12 13:42
Last Updated: 2013-01-23 07:05

Required by (0)

Sources

  • avformat-54.patch
  • minidlna-user
  • minidlna.rc
  • minidlna.service
  • minidlna.tmpfiles.conf

Latest Comments

Comment by hdhoang

2013-01-14 14:45

I have patched for the ffmpeg changes. Please test and unflag, thanks.

Comment by hdhoang

2011-10-25 09:14

updated line 49. I have no idea about the /etc/minidlna.conf problem

Comment by billyburly

2011-10-24 15:17

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

2011-10-24 14:44

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

2011-10-19 02:53

mostly merged community/minidlna. Update for autoconf build system in CVS.

Comment by ponsfoot

2011-01-08 08:05

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

2011-01-08 01:42

@ponsfoot:
The link you provided did not return anything. Can you please post it again?
Thanks.

Comment by ponsfoot

2010-11-07 14:19

@tuxfusion:
Try this patch for PKGBUILD.
http://aur.pastebin.com/RVuBLMq7

Comment by tuxfusion

2010-11-01 23:29

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

2010-10-05 11:42

@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

2010-10-05 08:51

@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

2010-09-22 21:36

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

2010-08-09 18:15

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).