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

(-)/usr/ports/multimedia/dvdstyler/Makefile (-1 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	dvdstyler
8
PORTNAME=	dvdstyler
9
PORTVERSION=	1.06
9
PORTVERSION=	1.1
10
PORTEPOCH=	1
10
CATEGORIES=	multimedia
11
CATEGORIES=	multimedia
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	dvdstyler
13
MASTER_SITE_SUBDIR=	dvdstyler
(-)/usr/ports/multimedia/dvdstyler/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (DVDStyler-1.06.tar.gz) = 26c6a3f518cbf08d3bf1dd57394fc004
1
MD5 (DVDStyler-1.1.tar.gz) = 219d138c141eed5a06db1b344ca62d95
2
SIZE (DVDStyler-1.06.tar.gz) = 598974
2
SIZE (DVDStyler-1.1.tar.gz) = 1147550
(-)/usr/ports/multimedia/dvdstyler/files/patch-wxVillaLib::Thumbnails.cpp (-11 lines)
Lines 1-11 Link Here
1
--- wxVillaLib/Thumbnails.cpp.orig	Thu Aug  5 06:15:33 2004
2
+++ wxVillaLib/Thumbnails.cpp	Thu Aug  5 06:17:33 2004
3
@@ -202,7 +202,7 @@
4
   wxString fname = wxFindFirstFile(m_dir + wxFILE_SEP_PATH + _T("*"));
5
   while (!fname.IsEmpty())
6
   {
7
-	wxString caption = m_showFileNames?fname.AfterLast(wxFILE_SEP_PATH):wxT("");
8
+	wxString caption = m_showFileNames? (const char *)fname.AfterLast(wxFILE_SEP_PATH):wxT("");
9
 	if ((m_filter & wxTHUMB_FILTER_VIDEOS &&
10
 	     (fname.AfterLast('.').Lower() == _T("mpg") ||
11
 		  fname.AfterLast('.').Lower() == _T("mpeg") ||
(-)/usr/ports/multimedia/dvdstyler/pkg-plist (-2 / +8 lines)
Lines 26-31 Link Here
26
share/dvdstyler/buttons/simple.xml
26
share/dvdstyler/buttons/simple.xml
27
share/dvdstyler/locale/de/LC_MESSAGES/dvdstyler.mo
27
share/dvdstyler/locale/de/LC_MESSAGES/dvdstyler.mo
28
share/dvdstyler/locale/es/LC_MESSAGES/dvdstyler.mo
28
share/dvdstyler/locale/es/LC_MESSAGES/dvdstyler.mo
29
share/dvdstyler/locale/fr/LC_MESSAGES/dvdstyler.mo
30
share/dvdstyler/locale/hu/LC_MESSAGES/dvdstyler.mo
29
share/dvdstyler/locale/it/LC_MESSAGES/dvdstyler.mo
31
share/dvdstyler/locale/it/LC_MESSAGES/dvdstyler.mo
30
share/dvdstyler/locale/ru/LC_MESSAGES/dvdstyler.mo
32
share/dvdstyler/locale/ru/LC_MESSAGES/dvdstyler.mo
31
share/dvdstyler/silence.mp2
33
share/dvdstyler/silence.mp2
Lines 33-42 Link Here
33
@dirrm share/dvdstyler/locale/ru
35
@dirrm share/dvdstyler/locale/ru
34
@dirrm share/dvdstyler/locale/it/LC_MESSAGES
36
@dirrm share/dvdstyler/locale/it/LC_MESSAGES
35
@dirrm share/dvdstyler/locale/it
37
@dirrm share/dvdstyler/locale/it
36
@dirrm share/dvdstyler/locale/de/LC_MESSAGES
38
@dirrm share/dvdstyler/locale/hu/LC_MESSAGES
37
@dirrm share/dvdstyler/locale/de
39
@dirrm share/dvdstyler/locale/hu
40
@dirrm share/dvdstyler/locale/fr/LC_MESSAGES
41
@dirrm share/dvdstyler/locale/fr
38
@dirrm share/dvdstyler/locale/es/LC_MESSAGES
42
@dirrm share/dvdstyler/locale/es/LC_MESSAGES
39
@dirrm share/dvdstyler/locale/es
43
@dirrm share/dvdstyler/locale/es
44
@dirrm share/dvdstyler/locale/de/LC_MESSAGES
45
@dirrm share/dvdstyler/locale/de
40
@dirrm share/dvdstyler/locale
46
@dirrm share/dvdstyler/locale
41
@dirrm share/dvdstyler/buttons
47
@dirrm share/dvdstyler/buttons
42
@dirrm share/dvdstyler/bin/rc
48
@dirrm share/dvdstyler/bin/rc

Return to bug 71720