- Update to 0.9.7
- Stage - Pet portlint PR: ports/189602 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
This commit is contained in:
parent
0702846b6c
commit
e5303cb4a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354763
4 changed files with 47 additions and 41 deletions
|
@ -2,29 +2,27 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= arista
|
||||
PORTVERSION= 0.9.6
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.9.7
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://programmer-art.org/media/releases/arista-transcoder/ \
|
||||
http://launchpadlibrarian.net/28489828/
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
COMMENT= An easy to use multimedia transcoder for the GNOME Desktop
|
||||
COMMENT= Easy to use multimedia transcoder for the GNOME Desktop
|
||||
|
||||
USES= gettext
|
||||
USES= desktop-file-utils gettext
|
||||
USE_GSTREAMER= faac x264 lame mpeg2enc
|
||||
USE_GNOME= pygnomedesktop
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|Icon=.*|Icon=arista.svg|g' \
|
||||
${WRKSRC}/arista.desktop
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/ui/icon.svg \
|
||||
${PREFIX}/share/pixmaps/arista.svg
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/arista.svg
|
||||
@-update-desktop-database
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (arista-0.9.6.tar.gz) = ffabe313edfa0eb26df81407801597c96915107a7ad9ac6a2502dad1ab57c1ba
|
||||
SIZE (arista-0.9.6.tar.gz) = 4052706
|
||||
SHA256 (arista-0.9.7.tar.gz) = e6028e45516f0c5a736d6ec3c19f783e0a06d103cf2a816b8cc967ab964023ff
|
||||
SIZE (arista-0.9.7.tar.gz) = 344475
|
||||
|
|
|
@ -3,4 +3,4 @@ Arista focuses on being easy to use by making the complex task of
|
|||
encoding for various devices simple. Pick your input, pick your target
|
||||
device, choose a file to save to and go.
|
||||
|
||||
WWW: http://programmer-art.org/projects/arista-transcoder
|
||||
WWW: http://programmer-art.org/projects/arista-transcoder
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
bin/arista-gtk
|
||||
bin/arista-transcode
|
||||
lib/nautilus/extensions-2.0/python/arista-nautilus.py
|
||||
lib/nautilus/extensions-2.0/python/arista-nautilus.pyc
|
||||
share/applications/arista.desktop
|
||||
share/doc/arista/AUTHORS
|
||||
share/doc/arista/LICENSE
|
||||
|
@ -11,29 +9,63 @@ share/locale/ast/LC_MESSAGES/arista.mo
|
|||
share/locale/bg/LC_MESSAGES/arista.mo
|
||||
share/locale/ca/LC_MESSAGES/arista.mo
|
||||
share/locale/cs/LC_MESSAGES/arista.mo
|
||||
share/locale/da/LC_MESSAGES/arista.mo
|
||||
share/locale/de/LC_MESSAGES/arista.mo
|
||||
share/locale/el/LC_MESSAGES/arista.mo
|
||||
share/locale/en_GB/LC_MESSAGES/arista.mo
|
||||
share/locale/es/LC_MESSAGES/arista.mo
|
||||
share/locale/et/LC_MESSAGES/arista.mo
|
||||
share/locale/eu/LC_MESSAGES/arista.mo
|
||||
share/locale/fi/LC_MESSAGES/arista.mo
|
||||
share/locale/fr/LC_MESSAGES/arista.mo
|
||||
share/locale/gl/LC_MESSAGES/arista.mo
|
||||
share/locale/hu/LC_MESSAGES/arista.mo
|
||||
share/locale/ia/LC_MESSAGES/arista.mo
|
||||
share/locale/id/LC_MESSAGES/arista.mo
|
||||
share/locale/it/LC_MESSAGES/arista.mo
|
||||
share/locale/ja/LC_MESSAGES/arista.mo
|
||||
share/locale/jv/LC_MESSAGES/arista.mo
|
||||
share/locale/kn/LC_MESSAGES/arista.mo
|
||||
share/locale/lt/LC_MESSAGES/arista.mo
|
||||
share/locale/nl/LC_MESSAGES/arista.mo
|
||||
share/locale/pl/LC_MESSAGES/arista.mo
|
||||
share/locale/pt/LC_MESSAGES/arista.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/arista.mo
|
||||
share/locale/ro/LC_MESSAGES/arista.mo
|
||||
share/locale/ru/LC_MESSAGES/arista.mo
|
||||
share/locale/sk/LC_MESSAGES/arista.mo
|
||||
share/locale/sl/LC_MESSAGES/arista.mo
|
||||
share/locale/sr/LC_MESSAGES/arista.mo
|
||||
share/locale/sv/LC_MESSAGES/arista.mo
|
||||
share/locale/th/LC_MESSAGES/arista.mo
|
||||
share/locale/tr/LC_MESSAGES/arista.mo
|
||||
share/locale/uk/LC_MESSAGES/arista.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/arista.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/arista.mo
|
||||
share/locale/templates/arista.pot
|
||||
share/nautilus-python/extensions/arista-nautilus.py
|
||||
share/nautilus-python/extensions/arista-nautilus.pyc
|
||||
share/pixmaps/arista.svg
|
||||
%%DATADIR%%/help/404.html
|
||||
%%DATADIR%%/help/aac.html
|
||||
%%DATADIR%%/help/ac-3.html
|
||||
%%DATADIR%%/help/common.html
|
||||
%%DATADIR%%/help/flac.html
|
||||
%%DATADIR%%/help/flv.html
|
||||
%%DATADIR%%/help/h.264.html
|
||||
%%DATADIR%%/help/mp2.html
|
||||
%%DATADIR%%/help/mp3.html
|
||||
%%DATADIR%%/help/mpeg2.html
|
||||
%%DATADIR%%/help/mpeg4.html
|
||||
%%DATADIR%%/help/style.css
|
||||
%%DATADIR%%/help/theora.html
|
||||
%%DATADIR%%/help/vorbis.html
|
||||
%%DATADIR%%/help/vp8.html
|
||||
%%DATADIR%%/presets/apple.json
|
||||
%%DATADIR%%/presets/playstation.json
|
||||
%%DATADIR%%/ui/add.ui
|
||||
%%DATADIR%%/ui/codec.ui
|
||||
%%DATADIR%%/ui/preset.ui
|
||||
%%DATADIR%%/presets/android-droid.png
|
||||
%%DATADIR%%/presets/android-g1.png
|
||||
%%DATADIR%%/presets/android-galaxy-s.png
|
||||
|
@ -48,19 +80,15 @@ share/pixmaps/arista.svg
|
|||
%%DATADIR%%/presets/droidx.png
|
||||
%%DATADIR%%/presets/dvd.json
|
||||
%%DATADIR%%/presets/dvd.svg
|
||||
%%DATADIR%%/presets/ipad.json
|
||||
%%DATADIR%%/presets/ipad.svg
|
||||
%%DATADIR%%/presets/ipod-iphone.svg
|
||||
%%DATADIR%%/presets/ipod-nano.svg
|
||||
%%DATADIR%%/presets/ipod-touch.svg
|
||||
%%DATADIR%%/presets/ipod-video.svg
|
||||
%%DATADIR%%/presets/ipod.json
|
||||
%%DATADIR%%/presets/nokia-n900.svg
|
||||
%%DATADIR%%/presets/nokia-nseries.json
|
||||
%%DATADIR%%/presets/nokia-nseries.svg
|
||||
%%DATADIR%%/presets/ps3.json
|
||||
%%DATADIR%%/presets/ps3.svg
|
||||
%%DATADIR%%/presets/psp.json
|
||||
%%DATADIR%%/presets/psp.svg
|
||||
%%DATADIR%%/presets/web-flv.png
|
||||
%%DATADIR%%/presets/web-webm.svg
|
||||
|
@ -103,36 +131,16 @@ share/pixmaps/arista.svg
|
|||
%%PYTHON_SITELIBDIR%%/arista/utils.pyo
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@dirrmtry lib/nautilus/extensions-2.0/python
|
||||
@dirrmtry %%DATADIR%%/arista/presets
|
||||
@dirrmtry %%DATADIR%%/arista
|
||||
@dirrmtry share/locale/ar/LC_MESSAGES
|
||||
@dirrmtry share/locale/ar
|
||||
@dirrmtry share/locale/ast/LC_MESSAGES
|
||||
@dirrmtry share/locale/ast
|
||||
@dirrmtry share/locale/ca/LC_MESSAGES
|
||||
@dirrmtry share/locale/ca
|
||||
@dirrmtry share/locale/de/LC_MESSAGES
|
||||
@dirrmtry share/locale/de
|
||||
@dirrmtry share/locale/es/LC_MESSAGES
|
||||
@dirrmtry share/locale/es
|
||||
@dirrmtry share/locale/fi/LC_MESSAGES
|
||||
@dirrmtry share/locale/fi
|
||||
@dirrmtry share/locale/fr/LC_MESSAGES
|
||||
@dirrmtry share/locale/fr
|
||||
@dirrmtry share/locale/it/LC_MESSAGES
|
||||
@dirrmtry share/locale/it
|
||||
@dirrmtry share/locale/ja/LC_MESSAGES
|
||||
@dirrmtry share/locale/ja
|
||||
@dirrmtry share/locale/pl/LC_MESSAGES
|
||||
@dirrmtry share/locale/pl
|
||||
@dirrmtry share/locale/pt_BR/LC_MESSAGES
|
||||
@dirrmtry share/locale/pt_BR
|
||||
@dirrmtry share/locale/jv/LC_MESSAGES
|
||||
@dirrmtry share/locale/jv
|
||||
@dirrmtry share/locale/templates
|
||||
@dirrmtry share/locale
|
||||
@dirrmtry share/nautilus-python/extensions
|
||||
@dirrmtry share/nautilus-python
|
||||
@dirrmtry %%DATADIR%%/help
|
||||
@dirrmtry %%DATADIR%%/presets
|
||||
@dirrmtry %%DATADIR%%/ui
|
||||
@dirrmtry %%DATADIR%%
|
||||
@dirrmtry %%PYTHON_SITELIBDIR%%/arista/inputs
|
||||
@dirrmtry %%PYTHON_SITELIBDIR%%/arista
|
||||
@dirrmtry share/doc/arista
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue