View | Details | Raw Unified | Return to bug 142041
Collapse All | Expand All

(-)multimedia/miro/Makefile (-7 / +6 lines)
Lines 5-13 Link Here
5
# $FreeBSD: ports/multimedia/miro/Makefile,v 1.21 2009/11/27 09:08:22 beat Exp $
5
# $FreeBSD: ports/multimedia/miro/Makefile,v 1.21 2009/11/27 09:08:22 beat Exp $
6
#
6
#
7
7
8
PORTNAME=	Miro
8
PORTNAME=	miro
9
PORTVERSION=	2.5.2
9
PORTVERSION=	2.5.4
10
PORTREVISION=	1
11
CATEGORIES=	multimedia
10
CATEGORIES=	multimedia
12
MASTER_SITES=	ftp://ftp.osuosl.org/pub/pculture.org/miro/src/	\
11
MASTER_SITES=	ftp://ftp.osuosl.org/pub/pculture.org/miro/src/	\
13
		http://ftp.osuosl.org/pub/pculture.org/miro/src/
12
		http://ftp.osuosl.org/pub/pculture.org/miro/src/
Lines 28-33 Link Here
28
BUILD_WRKSRC=	${WRKSRC}/platform/gtk-x11
27
BUILD_WRKSRC=	${WRKSRC}/platform/gtk-x11
29
INSTALL_WRKSRC=	${WRKSRC}/platform/gtk-x11
28
INSTALL_WRKSRC=	${WRKSRC}/platform/gtk-x11
30
29
30
CONFLICTS=	Miro-[0-9]*
31
31
USE_GCC=	4.3+
32
USE_GCC=	4.3+
32
USE_GNOME=	gtk20 pygnomeextras
33
USE_GNOME=	gtk20 pygnomeextras
33
USE_GECKO=	libxul seamonkey
34
USE_GECKO=	libxul seamonkey
Lines 36-42 Link Here
36
WANT_GSTREAMER=	yes
37
WANT_GSTREAMER=	yes
37
USE_GETTEXT=	yes
38
USE_GETTEXT=	yes
38
USE_PYDISTUTILS=	yes
39
USE_PYDISTUTILS=	yes
39
PYDISTUTILS_PKGNAME=	${PORTNAME:L}
40
MAKE_ENV=	CPPFLAGS="${CPPFLAGS}"
40
MAKE_ENV=	CPPFLAGS="${CPPFLAGS}"
41
INSTALLS_ICONS=	yes
41
INSTALLS_ICONS=	yes
42
INSTALLS_EGGINFO=	yes
42
INSTALLS_EGGINFO=	yes
Lines 44-51 Link Here
44
MANCOMPRESSED=	yes
44
MANCOMPRESSED=	yes
45
MAN1=		miro.1 miro.real.1
45
MAN1=		miro.1 miro.real.1
46
46
47
DATADIR=	${PREFIX}/share/${PORTNAME:L}
48
49
CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
47
CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
50
48
51
.include <bsd.port.pre.mk>
49
.include <bsd.port.pre.mk>
Lines 69-75 Link Here
69
67
70
post-patch:
68
post-patch:
71
.for file in setup.py plat/resources.py
69
.for file in setup.py plat/resources.py
72
	${REINPLACE_CMD} -e 's|%%XPCOM_LIB%%|${XPCOM_LIB}|g ; \
70
	${REINPLACE_CMD} -e 's|%%XPCOM_RUNTIME_PATH%%|${LOCALBASE}/lib/${GECKO}|g ; \
71
		 s|%%XPCOM_LIB%%|${XPCOM_LIB}|g ; \
73
		 s|%%GTKMOZEMBED_LIB%%|${GTKMOZEMBED_LIB}|g ; \
72
		 s|%%GTKMOZEMBED_LIB%%|${GTKMOZEMBED_LIB}|g ; \
74
		 s|%%XULRUNNER_19%%|${XULRUNNER_19}|g ; \
73
		 s|%%XULRUNNER_19%%|${XULRUNNER_19}|g ; \
75
		 s|%%LOCALBASE%%|${LOCALBASE}|g ; \
74
		 s|%%LOCALBASE%%|${LOCALBASE}|g ; \
(-)multimedia/miro/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Miro-2.5.2.tar.gz) = e4e6a6979949c001ab06e813db7da06f
1
MD5 (miro-2.5.4.tar.gz) = d0ae2bf0463201c6b6dc7367f1fa8b3c
2
SHA256 (Miro-2.5.2.tar.gz) = 3564f934140e7a6d79654d391a1fcb7311ad7a3fdb3149d0554444bc56d289dd
2
SHA256 (miro-2.5.4.tar.gz) = 43f18abfc8cc7cdbb84fb5de2136397080e4c153881498b18970c81a671b0f67
3
SIZE (Miro-2.5.2.tar.gz) = 9734697
3
SIZE (miro-2.5.4.tar.gz) = 10032329
(-)multimedia/miro/files/patch-platform_gtk-x11_setup.py (-8 / +17 lines)
Lines 1-5 Link Here
1
--- platform/gtk-x11/setup.py.orig	2009-07-25 12:41:12.000000000 +0900
1
--- platform/gtk-x11/setup.py.orig	2009-12-03 01:40:42.000000000 +0900
2
+++ platform/gtk-x11/setup.py	2009-07-30 15:52:08.000000000 +0900
2
+++ platform/gtk-x11/setup.py	2009-12-21 06:10:08.000000000 +0900
3
@@ -70,7 +70,7 @@
4
 # Examples:
5
 # XPCOM_RUNTIME_PATH = "/usr/lib/firefox"
6
 # XPCOM_RUNTIME_PATH = "/usr/lib/xulrunner-1.9.0.1"
7
-XPCOM_RUNTIME_PATH = None
8
+XPCOM_RUNTIME_PATH = "%%XPCOM_RUNTIME_PATH%%"
9
 
10
 # Location of xulrunner/firefox components for gtkmozembed.set_comp_path.
11
 # See documentation for set_comp_path here:
3
@@ -112,14 +112,15 @@
12
@@ -112,14 +112,15 @@
4
 # XPCOM_LIB = "firefox-xpcom"
13
 # XPCOM_LIB = "firefox-xpcom"
5
 # GTKMOZEMBED_LIB = "firefox-gtkmozembed"
14
 # GTKMOZEMBED_LIB = "firefox-gtkmozembed"
Lines 143-159 Link Here
143
+        dest = '%%PREFIX%%/share/miro/resources/app.config'
152
+        dest = '%%PREFIX%%/share/miro/resources/app.config'
144
 
153
 
145
         config_file = util.read_simple_config_file(source)
154
         config_file = util.read_simple_config_file(source)
146
         print "Trying to figure out the svn revision...."
155
         print "Trying to figure out the git revision...."
147
@@ -737,7 +743,7 @@
156
@@ -739,7 +745,7 @@
148
 
149
         for source in glob (os.path.join (locale_dir, "*.mo")):
150
             lang = os.path.basename(source)[:-3]
157
             lang = os.path.basename(source)[:-3]
158
             if 'LINGUAS' in os.environ and lang not in os.environ['LINGUAS']:
159
                 continue
151
-            dest = '/usr/share/locale/%s/LC_MESSAGES/miro.mo' % lang
160
-            dest = '/usr/share/locale/%s/LC_MESSAGES/miro.mo' % lang
152
+            dest = '%%PREFIX%%/share/locale/%s/LC_MESSAGES/miro.mo' % lang
161
+            dest = '%%PREFIX%%/share/locale/%s/LC_MESSAGES/miro.mo' % lang
153
             if self.root:
162
             if self.root:
154
                 dest = change_root(self.root, dest)
163
                 dest = change_root(self.root, dest)
155
             self.mkpath(os.path.dirname(dest))
164
             self.mkpath(os.path.dirname(dest))
156
@@ -766,7 +772,7 @@
165
@@ -768,7 +774,7 @@
157
 
166
 
158
 #### install_theme installs a specified theme .zip
167
 #### install_theme installs a specified theme .zip
159
 class install_theme(Command):
168
 class install_theme(Command):
Lines 162-168 Link Here
162
     user_options = [("theme=", None, 'ZIP file containing the theme')]
171
     user_options = [("theme=", None, 'ZIP file containing the theme')]
163
 
172
 
164
     def initialize_options(self):
173
     def initialize_options(self):
165
@@ -794,7 +800,7 @@
174
@@ -796,7 +802,7 @@
166
             raise DistutilsOptionError, "invalid theme file"
175
             raise DistutilsOptionError, "invalid theme file"
167
         self.zipfile = zf
176
         self.zipfile = zf
168
         self.theme_name = themeName
177
         self.theme_name = themeName
(-)multimedia/miro/pkg-plist (-1 / +5 lines)
Lines 660-665 Link Here
660
share/locale/kn/LC_MESSAGES/miro.mo
660
share/locale/kn/LC_MESSAGES/miro.mo
661
share/locale/ko/LC_MESSAGES/miro.mo
661
share/locale/ko/LC_MESSAGES/miro.mo
662
share/locale/ku/LC_MESSAGES/miro.mo
662
share/locale/ku/LC_MESSAGES/miro.mo
663
share/locale/lb/LC_MESSAGES/miro.mo
663
share/locale/lt/LC_MESSAGES/miro.mo
664
share/locale/lt/LC_MESSAGES/miro.mo
664
share/locale/lv/LC_MESSAGES/miro.mo
665
share/locale/lv/LC_MESSAGES/miro.mo
665
share/locale/mk/LC_MESSAGES/miro.mo
666
share/locale/mk/LC_MESSAGES/miro.mo
Lines 841-847 Link Here
841
%%DATADIR%%/resources/searchengines/bliptv.xml
842
%%DATADIR%%/resources/searchengines/bliptv.xml
842
%%DATADIR%%/resources/searchengines/blogdigger.xml
843
%%DATADIR%%/resources/searchengines/blogdigger.xml
843
%%DATADIR%%/resources/searchengines/dailymotion.xml
844
%%DATADIR%%/resources/searchengines/dailymotion.xml
844
%%DATADIR%%/resources/searchengines/everyzing.xml
845
%%DATADIR%%/resources/searchengines/everyzing.xml.disabled
845
%%DATADIR%%/resources/searchengines/google.xml
846
%%DATADIR%%/resources/searchengines/google.xml
846
%%DATADIR%%/resources/searchengines/metavid.xml
847
%%DATADIR%%/resources/searchengines/metavid.xml
847
%%DATADIR%%/resources/searchengines/mininova.xml
848
%%DATADIR%%/resources/searchengines/mininova.xml
Lines 866-871 Link Here
866
%%DATADIR%%/resources/testdata/olddatabase.bug.3163
867
%%DATADIR%%/resources/testdata/olddatabase.bug.3163
867
%%DATADIR%%/resources/testdata/olddatabase.bug.4039
868
%%DATADIR%%/resources/testdata/olddatabase.bug.4039
868
%%DATADIR%%/resources/testdata/olddatabase.bug.4039.part2
869
%%DATADIR%%/resources/testdata/olddatabase.bug.4039.part2
870
%%DATADIR%%/resources/testdata/olddatabase.empty_feedparser_output_test
869
%%DATADIR%%/resources/testdata/olddatabase.predbupgrade88
871
%%DATADIR%%/resources/testdata/olddatabase.predbupgrade88
870
%%DATADIR%%/resources/testdata/olddatabase.v71
872
%%DATADIR%%/resources/testdata/olddatabase.v71
871
%%DATADIR%%/resources/testdata/olddatabase.v78
873
%%DATADIR%%/resources/testdata/olddatabase.v78
Lines 909-914 Link Here
909
@dirrmtry share/locale/km
911
@dirrmtry share/locale/km
910
@dirrmtry share/locale/kk/LC_MESSAGES
912
@dirrmtry share/locale/kk/LC_MESSAGES
911
@dirrmtry share/locale/kk
913
@dirrmtry share/locale/kk
914
@dirrmtry share/locale/lb/LC_MESSAGES
915
@dirrmtry share/locale/lb
912
@dirrmtry share/locale/fy/LC_MESSAGES
916
@dirrmtry share/locale/fy/LC_MESSAGES
913
@dirrmtry share/locale/fy
917
@dirrmtry share/locale/fy
914
@dirrmtry share/locale/fo/LC_MESSAGES
918
@dirrmtry share/locale/fo/LC_MESSAGES

Return to bug 142041