We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

annotate media-tv/mediabrowser-server/files/system_libraries_1.patch @ 75:08dd3a677dc7

added ebuild for stable release along with patch to make sure the system libraries are installed
author gsnerf <gsnerf@gsnerf.de>
date Sun, 05 Oct 2014 20:41:58 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
75
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
1 diff --git a/MediaBrowser.Server.Mono/Imazen.WebP.dll.config b/MediaBrowser.Server.Mono/Imazen.WebP.dll.config
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
2 index 1ebdf8a..f5b127e 100644
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
3 --- a/MediaBrowser.Server.Mono/Imazen.WebP.dll.config
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
4 +++ b/MediaBrowser.Server.Mono/Imazen.WebP.dll.config
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
5 @@ -1,6 +1,4 @@
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
6 <configuration>
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
7 - <dllmap dll="libwebp" target="./libwebp/linux/lib/libwebp.so" os="linux" wordsize="32"/>
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
8 - <dllmap dll="libwebp" target="./libwebp/linux/lib64/libwebp.so" os="linux" wordsize="64"/>
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
9 <dllmap dll="libwebp" target="./libwebp/osx/libwebp.5.dylib" os="osx"/>
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
10 - <dllmap dll="libwebp" target="libwebp.so" os="linux" cpu="!x86,!x86_64"/>
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
11 + <dllmap dll="libwebp" target="libwebp.so" os="linux"/>
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
12 </configuration>
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
13 diff --git a/MediaBrowser.Server.Mono/MediaBrowser.MediaInfo.dll.config b/MediaBrowser.Server.Mono/MediaBrowser.MediaInfo.dll.config
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
14 index ab6cdb1..fe0f27d 100644
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
15 --- a/MediaBrowser.Server.Mono/MediaBrowser.MediaInfo.dll.config
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
16 +++ b/MediaBrowser.Server.Mono/MediaBrowser.MediaInfo.dll.config
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
17 @@ -1,6 +1,4 @@
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
18 <configuration>
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
19 - <dllmap dll="MediaInfo" target="./MediaInfo/linux/lib/libmediainfo.so" os="linux" wordsize="32"/>
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
20 - <dllmap dll="MediaInfo" target="./MediaInfo/linux/lib64/libmediainfo.so" os="linux" wordsize="64"/>
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
21 <dllmap dll="MediaInfo" target="./MediaInfo/osx/libmediainfo.dylib" os="osx"/>
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
22 - <dllmap dll="MediaInfo" target="libmediainfo.so" os="linux" cpu="!x86,!x86_64"/>
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
23 + <dllmap dll="MediaInfo" target="libmediainfo.so" os="linux" />
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
24 </configuration>