mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
update to 1.1
PR: ports/71720 Approved by: adamw (mentor)
This commit is contained in:
parent
a82abda473
commit
acf4bb4465
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120492
@ -6,7 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= dvdstyler
|
||||
PORTVERSION= 1.06
|
||||
PORTVERSION= 1.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= dvdstyler
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (DVDStyler-1.06.tar.gz) = 26c6a3f518cbf08d3bf1dd57394fc004
|
||||
SIZE (DVDStyler-1.06.tar.gz) = 598974
|
||||
MD5 (DVDStyler-1.1.tar.gz) = 219d138c141eed5a06db1b344ca62d95
|
||||
SIZE (DVDStyler-1.1.tar.gz) = 1147550
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- wxVillaLib/Thumbnails.cpp.orig Thu Aug 5 06:15:33 2004
|
||||
+++ wxVillaLib/Thumbnails.cpp Thu Aug 5 06:17:33 2004
|
||||
@@ -202,7 +202,7 @@
|
||||
wxString fname = wxFindFirstFile(m_dir + wxFILE_SEP_PATH + _T("*"));
|
||||
while (!fname.IsEmpty())
|
||||
{
|
||||
- wxString caption = m_showFileNames?fname.AfterLast(wxFILE_SEP_PATH):wxT("");
|
||||
+ wxString caption = m_showFileNames? (const char *)fname.AfterLast(wxFILE_SEP_PATH):wxT("");
|
||||
if ((m_filter & wxTHUMB_FILTER_VIDEOS &&
|
||||
(fname.AfterLast('.').Lower() == _T("mpg") ||
|
||||
fname.AfterLast('.').Lower() == _T("mpeg") ||
|
@ -26,6 +26,8 @@ share/dvdstyler/bin/rc/save.png
|
||||
share/dvdstyler/buttons/simple.xml
|
||||
share/dvdstyler/locale/de/LC_MESSAGES/dvdstyler.mo
|
||||
share/dvdstyler/locale/es/LC_MESSAGES/dvdstyler.mo
|
||||
share/dvdstyler/locale/fr/LC_MESSAGES/dvdstyler.mo
|
||||
share/dvdstyler/locale/hu/LC_MESSAGES/dvdstyler.mo
|
||||
share/dvdstyler/locale/it/LC_MESSAGES/dvdstyler.mo
|
||||
share/dvdstyler/locale/ru/LC_MESSAGES/dvdstyler.mo
|
||||
share/dvdstyler/silence.mp2
|
||||
@ -33,10 +35,14 @@ share/dvdstyler/silence.mp2
|
||||
@dirrm share/dvdstyler/locale/ru
|
||||
@dirrm share/dvdstyler/locale/it/LC_MESSAGES
|
||||
@dirrm share/dvdstyler/locale/it
|
||||
@dirrm share/dvdstyler/locale/de/LC_MESSAGES
|
||||
@dirrm share/dvdstyler/locale/de
|
||||
@dirrm share/dvdstyler/locale/hu/LC_MESSAGES
|
||||
@dirrm share/dvdstyler/locale/hu
|
||||
@dirrm share/dvdstyler/locale/fr/LC_MESSAGES
|
||||
@dirrm share/dvdstyler/locale/fr
|
||||
@dirrm share/dvdstyler/locale/es/LC_MESSAGES
|
||||
@dirrm share/dvdstyler/locale/es
|
||||
@dirrm share/dvdstyler/locale/de/LC_MESSAGES
|
||||
@dirrm share/dvdstyler/locale/de
|
||||
@dirrm share/dvdstyler/locale
|
||||
@dirrm share/dvdstyler/buttons
|
||||
@dirrm share/dvdstyler/bin/rc
|
||||
|
Loading…
Reference in New Issue
Block a user