FreeBSD Bugzilla – Attachment 119703 Details for
Bug 162326
[PATCH] multimedia/miro update to 4.0.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 7.08 KB, created by
Armin Pirkovitsch
on 2011-11-06 10:40:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Armin Pirkovitsch
Created:
2011-11-06 10:40:07 UTC
Size:
7.08 KB
patch
obsolete
>diff -Nur /tank/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/Makefile multimedia/miro/Makefile >--- /tank/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/Makefile 2011-09-24 00:24:18.000000000 +0200 >+++ multimedia/miro/Makefile 2011-11-03 11:42:23.102527680 +0100 >@@ -6,8 +6,7 @@ > # > > PORTNAME= miro >-PORTVERSION= 4.0.1 >-PORTREVISION= 3 >+PORTVERSION= 4.0.3 > CATEGORIES= multimedia > MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ > http://ftp.osuosl.org/pub/pculture.org/miro/src/ >diff -Nur /tank/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/distinfo multimedia/miro/distinfo >--- /tank/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/distinfo 2011-05-30 22:13:12.000000000 +0200 >+++ multimedia/miro/distinfo 2011-11-03 11:45:24.624528940 +0100 >@@ -1,2 +1,2 @@ >-SHA256 (miro-4.0.1.tar.gz) = bac2d579350517590a2f38d3be40da25bca3b331969b03046c1ba545984a6881 >-SIZE (miro-4.0.1.tar.gz) = 12806477 >+SHA256 (miro-4.0.3.tar.gz) = 4b6a73390ba28c3c1927efbbf585ad1021c5457df4b356c7af90fb4c7256a58a >+SIZE (miro-4.0.3.tar.gz) = 12899913 >diff -Nur /tank/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-linux__setup.py multimedia/miro/files/patch-linux__setup.py >--- /tank/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/files/patch-linux__setup.py 2011-05-30 22:13:13.000000000 +0200 >+++ multimedia/miro/files/patch-linux__setup.py 2011-11-04 08:07:04.153523264 +0100 >@@ -1,14 +1,5 @@ > --- ./linux/setup.py.orig 2011-05-25 00:30:12.000000000 +0200 > +++ ./linux/setup.py 2011-05-25 17:53:57.000000000 +0200 >-@@ -259,7 +259,7 @@ >- fi >- >- $GDB -ex 'set breakpoint pending on' \ >-- -ex 'run' --args $PYTHON ./miro.real --sync "$@" >-+ -ex 'run' --args $PYTHON %%PREFIX%%/bin/miro.real --sync "$@" >- else >- miro.real "$@" >- fi > @@ -276,7 +276,7 @@ > xlib_ext = \ > Extension("miro.plat.xlibhelper", >diff -Nur /tank/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/pkg-plist multimedia/miro/pkg-plist >--- /tank/tinderbox/portstrees/FreeBSD/ports/multimedia/miro/pkg-plist 2011-05-30 22:13:12.000000000 +0200 >+++ multimedia/miro/pkg-plist 2011-11-04 14:19:32.394528405 +0100 >@@ -399,6 +399,12 @@ > %%PYTHON_SITELIBDIR%%/miro/messages.py > %%PYTHON_SITELIBDIR%%/miro/messages.pyc > %%PYTHON_SITELIBDIR%%/miro/messages.pyo >+%%PYTHON_SITELIBDIR%%/miro/messagetools.pyc >+%%PYTHON_SITELIBDIR%%/miro/messagetools.pyo >+%%PYTHON_SITELIBDIR%%/miro/messagetools.py >+%%PYTHON_SITELIBDIR%%/miro/miro_helper.pyc >+%%PYTHON_SITELIBDIR%%/miro/miro_helper.pyo >+%%PYTHON_SITELIBDIR%%/miro/miro_helper.py > %%PYTHON_SITELIBDIR%%/miro/models.py > %%PYTHON_SITELIBDIR%%/miro/models.pyc > %%PYTHON_SITELIBDIR%%/miro/models.pyo >@@ -508,6 +514,9 @@ > %%PYTHON_SITELIBDIR%%/miro/storedatabase.py > %%PYTHON_SITELIBDIR%%/miro/storedatabase.pyc > %%PYTHON_SITELIBDIR%%/miro/storedatabase.pyo >+%%PYTHON_SITELIBDIR%%/miro/subprocessmanager.pyo >+%%PYTHON_SITELIBDIR%%/miro/subprocessmanager.pyc >+%%PYTHON_SITELIBDIR%%/miro/subprocessmanager.py > %%PYTHON_SITELIBDIR%%/miro/subscription.py > %%PYTHON_SITELIBDIR%%/miro/subscription.pyc > %%PYTHON_SITELIBDIR%%/miro/subscription.pyo >@@ -592,6 +601,9 @@ > %%PYTHON_SITELIBDIR%%/miro/test/strippertest.py > %%PYTHON_SITELIBDIR%%/miro/test/strippertest.pyc > %%PYTHON_SITELIBDIR%%/miro/test/strippertest.pyo >+%%PYTHON_SITELIBDIR%%/miro/test/subprocesstest.pyo >+%%PYTHON_SITELIBDIR%%/miro/test/subprocesstest.pyc >+%%PYTHON_SITELIBDIR%%/miro/test/subprocesstest.py > %%PYTHON_SITELIBDIR%%/miro/test/subscriptiontest.py > %%PYTHON_SITELIBDIR%%/miro/test/subscriptiontest.pyc > %%PYTHON_SITELIBDIR%%/miro/test/subscriptiontest.pyo >@@ -619,6 +631,9 @@ > %%PYTHON_SITELIBDIR%%/miro/util.py > %%PYTHON_SITELIBDIR%%/miro/util.pyc > %%PYTHON_SITELIBDIR%%/miro/util.pyo >+%%PYTHON_SITELIBDIR%%/miro/workerprocess.pyc >+%%PYTHON_SITELIBDIR%%/miro/workerprocess.pyo >+%%PYTHON_SITELIBDIR%%/miro/workerprocess.py > %%PYTHON_SITELIBDIR%%/miro/xhtmltools.py > %%PYTHON_SITELIBDIR%%/miro/xhtmltools.pyc > %%PYTHON_SITELIBDIR%%/miro/xhtmltools.pyo >@@ -643,7 +658,6 @@ > %%PYTHON_SITELIBDIR%%/miro/metadataprogress.py > %%PYTHON_SITELIBDIR%%/miro/sharing.py > %%PYTHON_SITELIBDIR%%/miro/startfrontend.py >-%%PYTHON_SITELIBDIR%%/miro/libdaap > %%PYTHON_SITELIBDIR%%/miro/libdaap/mdns.py > %%PYTHON_SITELIBDIR%%/miro/libdaap/pybonjour.py > %%PYTHON_SITELIBDIR%%/miro/libdaap/__init__.py >@@ -713,7 +727,6 @@ > %%PYTHON_SITELIBDIR%%/miro/test/osxsparkletest.pyo > %%PYTHON_SITELIBDIR%%/miro/test/httpauthtoolstest.pyo > %%PYTHON_SITELIBDIR%%/miro/test/watchedfoldertest.pyo >-%%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets > %%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/__init__.py > %%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/tests.py > %%PYTHON_SITELIBDIR%%/miro/frontends/profilewidgets/application.py >@@ -877,6 +890,7 @@ > share/locale/hr/LC_MESSAGES/miro.mo > share/locale/hu/LC_MESSAGES/miro.mo > share/locale/hy/LC_MESSAGES/miro.mo >+share/locale/ia/LC_MESSAGES/miro.mo > share/locale/id/LC_MESSAGES/miro.mo > share/locale/is/LC_MESSAGES/miro.mo > share/locale/it/LC_MESSAGES/miro.mo >@@ -1482,7 +1496,7 @@ > %%DATADIR%%/resources/testdata/feedparsertests/feeds/usvideo.xml > %%DATADIR%%/resources/testdata/feedparsertests/feeds/http___feeds_miroguide_com_miroguide_new.xml > %%DATADIR%%/resources/testdata/feedparsertests/feeds/http___feeds_thisamericanlife_org_talpodcast.xml >-%%DATADIR%%/resources/testdata/feedparsertests/output >+%%DATADIR%%/resources/testdata/feedparsertests/feeds/feed_with_nul_bytes.xml > %%DATADIR%%/resources/testdata/feedparsertests/output/ooze.rss.output > %%DATADIR%%/resources/testdata/feedparsertests/output/http___feeds_feedburner_com_earth-touch_podcast_720p.xml.output > %%DATADIR%%/resources/testdata/feedparsertests/output/http___feeds_thisamericanlife_org_talpodcast.xml.output >@@ -1490,8 +1504,10 @@ > %%DATADIR%%/resources/testdata/feedparsertests/output/http___vodo_net_feeds_promoted.xml.output > %%DATADIR%%/resources/testdata/feedparsertests/output/http___www_linktv_org_rss_hq_globalpulse.xml.output > %%DATADIR%%/resources/testdata/feedparsertests/output/usvideo.xml.output >+%%DATADIR%%/resources/testdata/feedparsertests/output/feed_with_nul_bytes.xml.output > %%DATADIR%%/resources/testdata/feedparsertests/output/http___feeds_miroguide_com_miroguide_new.xml.output > %%DATADIR%%/resources/testdata/httpserver/auth-failed.txt >+%%DATADIR%%/resources/testdata/httpserver/test.txt.gz > %%DATADIR%%/resources/testdata/metadata/mp3-0.mp3 > %%DATADIR%%/resources/testdata/metadata/mp3-1.mp3 > %%DATADIR%%/resources/testdata/metadata/mp4-0.mp4 >@@ -1499,6 +1515,7 @@ > %%DATADIR%%/resources/testdata/metadata/webm-0.webm > %%DATADIR%%/resources/testdata/metadata/mp3-2.mp3 > %%DATADIR%%/resources/testdata/metadata/theora_with_ogg_extension.ogg >+%%DATADIR%%/resources/devices/mediaplayer.py > %%DATADIR%%/resources/devices/generic_phone.py > %%DATADIR%%/resources/devices/android.py > %%DATADIR%%/resources/extensions/testharness.py >@@ -1586,7 +1603,6 @@ > @dirrm %%PYTHON_SITELIBDIR%%/miro/frontends/widgets > @dirrm %%PYTHON_SITELIBDIR%%/miro/frontends/shell > @dirrm %%PYTHON_SITELIBDIR%%/miro/frontends/cli >-@dirrm %%PYTHON_SITELIBDIR%%/miro/frontends > @dirrm %%PYTHON_SITELIBDIR%%/miro/dl_daemon/private > @dirrm %%PYTHON_SITELIBDIR%%/miro/dl_daemon > @dirrm %%PYTHON_SITELIBDIR%%/miro/libdaap
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 162326
: 119703