View | Details | Raw Unified | Return to bug 191859 | Differences between
and this patch

Collapse All | Expand All

(-)multimedia/universal-media-server/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (UMS-4.0.0-a1.tgz) = 054988dd3ceb98d2ef93a1214f31b3834d1a69e12ad37b41a46294afccad61fe
1
SHA256 (UMS-4.0.0-b1.tgz) = 06fc344db1b8e439cbbe5a67c65f52d5aaee8fa571ebb4cb76ba293087b62031
2
SIZE (UMS-4.0.0-a1.tgz) = 31503844
2
SIZE (UMS-4.0.0-b1.tgz) = 31516062
(-)multimedia/universal-media-server/pkg-descr (-3 / +9 lines)
Lines 7-15 Link Here
7
Powered by MEncoder, FFmpeg, tsMuxeR, AviSynth, MediaInfo and more,
7
Powered by MEncoder, FFmpeg, tsMuxeR, AviSynth, MediaInfo and more,
8
which combine to offer support for a wide range of media formats.
8
which combine to offer support for a wide range of media formats.
9
9
10
See also: http://www.universalmediaserver.com/
11
10
12
NOTE: Missing transcoder dependancies can be installed seperately.
11
IMPORTANT NOTE:
13
See files/pkg-message.in for more information.
14
12
13
All the missing transcoder dependancies CAN be installed seperately.
14
NOT needed to re-build this port from scratch to select options.
15
16
Please read: 'files/pkg-message.in' in the port directory for more
17
information about how to best install these missing dependancies.
18
19
20
See also: http://www.universalmediaserver.com/
15
WWW: http://sourceforge.net/projects/unimediaserver/
21
WWW: http://sourceforge.net/projects/unimediaserver/
(-)multimedia/universal-media-server/files/pkg-message.in (-5 / +7 lines)
Lines 18-36 Link Here
18
  %%UMS_PROFILE_PATH%%/debug.log
18
  %%UMS_PROFILE_PATH%%/debug.log
19
19
20
NOTE: None of the following transcoders are installed by default
20
NOTE: None of the following transcoders are installed by default
21
ffmpeg, mplayer, vlc, mencoder
21
ffmpeg, mplayer, vlc, mencoder, linux-tsmuxer
22
22
23
These missing transcoders each have a lot of dependancies of their 
23
These missing transcoders each have a lot of dependancies of their 
24
own. That is why they are not included by default with UMS.
24
own. That is why they are not included by default with UMS.
25
UMS will automatically detect any missing transcoder once it has
25
UMS will automatically detect any missing transcoder once it has
26
been installed. Either from the ports tree or pkgng.
26
been installed. Either from the ports tree or pkgng.
27
27
28
NOTE: Mencoder is license restricted and therefore NOT available 
28
NOTE: 'mencoder' is license restricted and therefore NOT available 
29
from pkgng. It can be installed from the ports tree instead.
29
from pkgng. But it can be installed from the ports tree instead.
30
30
31
NOTE: 'tsmuxer' requires the kernel module 'linux.ko' to be loaded.
32
31
To install all missing transcoders: (beware, many dependancies)
33
To install all missing transcoders: (beware, many dependancies)
32
34
33
  pkg install ffmpeg mplayer vlc
35
  pkg install ffmpeg mplayer vlc linux-tsmuxer
36
  sysrc linux_enable=YES && kldload linux.ko
34
  cd /usr/ports/multimedia/mencoder && BATCH=YES make install
37
  cd /usr/ports/multimedia/mencoder && BATCH=YES make install
35
  service %%RCNAME%% restart
38
  service %%RCNAME%% restart
36
(-)multimedia/universal-media-server/pkg-plist (+5 lines)
Lines 85-90 Link Here
85
%%DATADIR%%/renderers/Realtek.conf
85
%%DATADIR%%/renderers/Realtek.conf
86
%%DATADIR%%/renderers/SMP-N100.conf
86
%%DATADIR%%/renderers/SMP-N100.conf
87
%%DATADIR%%/renderers/Samsung-SMT-G7400.conf
87
%%DATADIR%%/renderers/Samsung-SMT-G7400.conf
88
%%DATADIR%%/renderers/SamsungAllShare-CD.conf
88
%%DATADIR%%/renderers/SamsungAllShare-D7000.conf
89
%%DATADIR%%/renderers/SamsungAllShare-D7000.conf
89
%%DATADIR%%/renderers/SamsungAllShare.conf
90
%%DATADIR%%/renderers/SamsungAllShare.conf
90
%%DATADIR%%/renderers/SamsungMobile.conf
91
%%DATADIR%%/renderers/SamsungMobile.conf
Lines 111-126 Link Here
111
%%DATADIR%%/ums.jar
112
%%DATADIR%%/ums.jar
112
%%DATADIR%%/web/background-blank.jpg
113
%%DATADIR%%/web/background-blank.jpg
113
%%DATADIR%%/web/background.jpg
114
%%DATADIR%%/web/background.jpg
115
%%DATADIR%%/web/button-search.png
114
%%DATADIR%%/web/download.png
116
%%DATADIR%%/web/download.png
115
%%DATADIR%%/web/favicon.ico
117
%%DATADIR%%/web/favicon.ico
116
%%DATADIR%%/web/flowplayer.min.js
118
%%DATADIR%%/web/flowplayer.min.js
117
%%DATADIR%%/web/functional.css
119
%%DATADIR%%/web/functional.css
120
%%DATADIR%%/web/inputbackground-search.png
118
%%DATADIR%%/web/jquery.min.js
121
%%DATADIR%%/web/jquery.min.js
119
%%DATADIR%%/web/jquery.ums.js
122
%%DATADIR%%/web/jquery.ums.js
120
%%DATADIR%%/web/logo.png
123
%%DATADIR%%/web/logo.png
121
%%DATADIR%%/web/menu-background-content.png
124
%%DATADIR%%/web/menu-background-content.png
122
%%DATADIR%%/web/menu-left-content.png
125
%%DATADIR%%/web/menu-left-content.png
123
%%DATADIR%%/web/reset.css
126
%%DATADIR%%/web/reset.css
127
%%DATADIR%%/web/web-narrow.css
128
%%DATADIR%%/web/web-wide.css
124
%%DATADIR%%/web/web.css
129
%%DATADIR%%/web/web.css
125
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/css
130
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/css
126
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/images
131
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/images
(-)multimedia/universal-media-server/Makefile (-3 / +3 lines)
Lines 1-8 Link Here
1
# Created by: Dreamcat4 <dreamcat4@gmail.com>
1
# Created by: Dreamcat4 <dreamcat4@gmail.com>
2
# $FreeBSD$
2
# $FreeBSD: head/multimedia/universal-media-server/Makefile 361621 2014-07-12 15:22:00Z pi $
3
3
4
PORTNAME=	universal-media-server
4
PORTNAME=	universal-media-server
5
DISTVERSION=	4.0.0-a1
5
DISTVERSION=	4.0.0-b1
6
CATEGORIES=	multimedia
6
CATEGORIES=	multimedia
7
MASTER_SITES=	SF/unimediaserver/Official%20Releases/Linux
7
MASTER_SITES=	SF/unimediaserver/Official%20Releases/Linux
8
DISTFILES=	UMS-${DISTVERSION}.tgz
8
DISTFILES=	UMS-${DISTVERSION}.tgz
Lines 18-24 Link Here
18
JAVA_RUN=	true
18
JAVA_RUN=	true
19
19
20
OPTIONS_DEFINE=		MEDIAINFO FLAC DCRAW TSMUXER FFMPEG MPLAYER VLC MENCODER
20
OPTIONS_DEFINE=		MEDIAINFO FLAC DCRAW TSMUXER FFMPEG MPLAYER VLC MENCODER
21
OPTIONS_DEFAULT=	MEDIAINFO FLAC DCRAW TSMUXER
21
OPTIONS_DEFAULT=	MEDIAINFO FLAC DCRAW
22
22
23
MEDIAINFO_DESC=		Metadata information about video & audio files
23
MEDIAINFO_DESC=		Metadata information about video & audio files
24
MEDIAINFO_LIB_DEPENDS=	libmediainfo.so:${PORTSDIR}/multimedia/mediainfo
24
MEDIAINFO_LIB_DEPENDS=	libmediainfo.so:${PORTSDIR}/multimedia/mediainfo

Return to bug 191859