mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.26.1
This commit is contained in:
parent
a4f5f79ec3
commit
624dc8bdb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325445
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mythmusic
|
||||
PORTVERSION= 0.26.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.26.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \
|
||||
http://ftp.osuosl.org/pub/mythtv/old_releases/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mythplugins-0.26.0.tar.bz2) = 4e7f0493f37792c084c1b4d0b5863b4201ebce6d62ab7c6cc31ca74087d83c62
|
||||
SIZE (mythplugins-0.26.0.tar.bz2) = 36673620
|
||||
SHA256 (mythplugins-0.26.1.tar.bz2) = 6db50887dac35471b408cc8365c84f2a8522be7045b8e81de13ff16d840fc928
|
||||
SIZE (mythplugins-0.26.1.tar.bz2) = 36718864
|
||||
|
@ -119,6 +119,7 @@ lib/mythtv/plugins/libmythmusic.so
|
||||
%%MYTHSHARE%%/themes/default/stop_button_off.png
|
||||
%%MYTHSHARE%%/themes/default/stop_button_on.png
|
||||
%%MYTHSHARE%%/themes/default/stop_button_pushed.png
|
||||
%%MYTHSHARE%%/themes/default/stream-ui.xml
|
||||
%%MYTHSHARE%%/themes/default/track_info_background.png
|
||||
@dirrmtry lib/pkgconfig
|
||||
@dirrmtry lib/mythtv/plugins
|
||||
|
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mythtv-frontend
|
||||
PORTVERSION= 0.26.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.26.1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \
|
||||
http://ftp.osuosl.org/pub/mythtv/old_releases/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mythtv-0.26.0.tar.bz2) = 2f158962ca3009db563dabc32827c47788a688bd67a25abd76f4baa9c3cfe306
|
||||
SIZE (mythtv-0.26.0.tar.bz2) = 40887666
|
||||
SHA256 (mythtv-0.26.1.tar.bz2) = 4ede371637f74d7442ddcec8e6968775d1c11377dd8907deac720e957707b3fa
|
||||
SIZE (mythtv-0.26.1.tar.bz2) = 40871547
|
||||
|
@ -761,6 +761,7 @@ lib/pkgconfig/libmythzmq.pc
|
||||
%%DATADIR%%/locales/fr_ca.xml
|
||||
%%DATADIR%%/locales/fr_fr.xml
|
||||
%%DATADIR%%/locales/nb_no.xml
|
||||
%%DATADIR%%/locales/nl_nl.xml
|
||||
%%DATADIR%%/locales/ru_ru.xml
|
||||
%%DATADIR%%/locales/zh_hk.xml
|
||||
%%DATADIR%%/locales/zh_tw.xml
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mythtv
|
||||
PORTVERSION= 0.26.0
|
||||
PORTVERSION= 0.26.1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \
|
||||
http://ftp.osuosl.org/pub/mythtv/old_releases/ \
|
||||
@ -72,7 +72,7 @@ MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
|
||||
USE_PYTHON= yes
|
||||
INSTALLS_EGGINFO=yes
|
||||
PYDISTUTILS_PKGNAME=MythTV
|
||||
PYDISTUTILS_PKGVERSION=${PORTVERSION}
|
||||
PYDISTUTILS_PKGVERSION=0.26.0
|
||||
|
||||
BUILD_DEPENDS+= py*-lxml>=0:${PORTSDIR}/devel/py-lxml \
|
||||
${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mythtv-0.26.0.tar.bz2) = 2f158962ca3009db563dabc32827c47788a688bd67a25abd76f4baa9c3cfe306
|
||||
SIZE (mythtv-0.26.0.tar.bz2) = 40887666
|
||||
SHA256 (mythtv-0.26.1.tar.bz2) = 4ede371637f74d7442ddcec8e6968775d1c11377dd8907deac720e957707b3fa
|
||||
SIZE (mythtv-0.26.1.tar.bz2) = 40871547
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- bindings/python/setup.py.orig 2012-04-10 07:29:22.000000000 +0200
|
||||
+++ bindings/python/setup.py 2012-05-10 09:11:16.799272921 +0200
|
||||
@@ -78,7 +78,7 @@
|
||||
|
||||
setup(
|
||||
name='MythTV',
|
||||
- version='0.25.0',
|
||||
+ version='0.26.0',
|
||||
description='MythTV Python bindings.',
|
||||
long_description='Provides canned database and protocol access to the MythTV database, mythproto, mythxml, and frontend remote control.',
|
||||
packages=['MythTV', 'MythTV/tmdb', 'MythTV/tmdb3', 'MythTV/ttvdb', 'MythTV/wikiscripts'],
|
@ -1067,6 +1067,7 @@ lib/pkgconfig/libmythzmq.pc
|
||||
%%DATADIR%%/locales/fr_ca.xml
|
||||
%%DATADIR%%/locales/fr_fr.xml
|
||||
%%DATADIR%%/locales/nb_no.xml
|
||||
%%DATADIR%%/locales/nl_nl.xml
|
||||
%%DATADIR%%/locales/ru_ru.xml
|
||||
%%DATADIR%%/locales/zh_hk.xml
|
||||
%%DATADIR%%/locales/zh_tw.xml
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mythweb
|
||||
PORTVERSION= 0.26.0
|
||||
PORTVERSION= 0.26.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \
|
||||
http://ftp.osuosl.org/pub/mythtv/old_releases/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mythplugins-0.26.0.tar.bz2) = 4e7f0493f37792c084c1b4d0b5863b4201ebce6d62ab7c6cc31ca74087d83c62
|
||||
SIZE (mythplugins-0.26.0.tar.bz2) = 36673620
|
||||
SHA256 (mythplugins-0.26.1.tar.bz2) = 6db50887dac35471b408cc8365c84f2a8522be7045b8e81de13ff16d840fc928
|
||||
SIZE (mythplugins-0.26.1.tar.bz2) = 36718864
|
||||
|
@ -303,6 +303,7 @@
|
||||
%%WWWDIR%%/modules/video/init.php
|
||||
%%WWWDIR%%/modules/video/scan.php
|
||||
%%WWWDIR%%/modules/video/set_settings.php
|
||||
%%WWWDIR%%/modules/video/stream.php
|
||||
%%WWWDIR%%/modules/video/tmpl/default/set_settings.php
|
||||
%%WWWDIR%%/modules/video/tmpl/default/video.php
|
||||
%%WWWDIR%%/modules/video/tmpl/default/welcome.php
|
||||
|
Loading…
Reference in New Issue
Block a user