]> git.pld-linux.org Git - packages/minidlna.git/commitdiff
- up to 1.1.4 auto/th/minidlna-1.1.4-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 13 Oct 2014 19:50:55 +0000 (21:50 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 13 Oct 2014 19:50:55 +0000 (21:50 +0200)
config.patch
minidlna.spec

index df9f70521d0de561ec959d6af9377136220ef9f3..2e5b39ebf73612f4b0b217a48d11d9252861fc56 100644 (file)
@@ -1,13 +1,16 @@
---- minidlna-1.0.25/minidlna.conf.wiget        2012-11-18 11:12:19.015994831 +0100
-+++ minidlna-1.0.25/minidlna.conf      2012-11-18 11:19:02.359311611 +0100
-@@ -15,16 +15,16 @@
+diff -urN minidlna-1.1.4.org/minidlna.conf minidlna-1.1.4/minidlna.conf
+--- minidlna-1.1.4.org/minidlna.conf   2014-08-26 23:09:22.000000000 +0200
++++ minidlna-1.1.4/minidlna.conf       2014-10-13 21:49:08.792041371 +0200
+@@ -15,7 +15,7 @@
  #   + "V" for video  (eg. media_dir=V,/home/jmaggard/Videos)
  #   + "P" for images (eg. media_dir=P,/home/jmaggard/Pictures)
- #   + "PV" for pictures and video (eg. media_dir=AV,/home/jmaggard/digital_camera)
+ #   + "PV" for pictures and video (eg. media_dir=PV,/home/jmaggard/digital_camera)
 -media_dir=/opt
 +#media_dir=/opt
  
- # set this if you want to customize the name that shows up on your clients
+ # set this to merge all media_dir base contents into the root container
+ # note: the default is no
+@@ -25,10 +25,10 @@
  #friendly_name=My DLNA Server
  
  # set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache
index d86c17b900bdc62e3d058580996a30da726cbe4d..e80039d7a57b9cf5352a208ac47f4307fe6f2d8c 100644 (file)
@@ -4,12 +4,12 @@
 Summary:       DLNA server software
 Summary(pl.UTF-8):     Oprogramowanie serwerowe DLNA
 Name:          minidlna
-Version:       1.1.1
-Release:       2
+Version:       1.1.4
+Release:       1
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       http://downloads.sourceforge.net/minidlna/%{name}-%{version}.tar.gz
-# Source0-md5: 653405555ac3f8eb4aacc54c1be7b5fa
+# Source0-md5: 67c9e91285bc3801fd91a5d26ea775d7
 Source1:       %{name}.init
 Source2:       %{name}.service
 Source3:       %{name}.tmpfiles
@@ -45,6 +45,7 @@ którego celem jest pełna zgodność z klientami DLNA/UPnP-AV.
 %patch0 -p1
 
 %build
+%{__gettextize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
This page took 0.052547 seconds and 4 git commands to generate.