-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALLERS
169 lines (142 loc) · 4.96 KB
/
INSTALLERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
----------------------------------------------------------------------------
*********************
* UBUNTU INSTALLER *
*********************
1. Create the following file system structure:
debian
├── DEBIAN
│ └── control
└── usr
├── bin
│ └── JMetadata
├── lib
│ └── JMetadata
│ ├── activation-1.1.jar
│ ├── aopalliance-1.0.jar
│ ├── cal10n-api-0.7.4.jar
│ ├── commons-lang3-3.0.1.jar
│ ├── commons-logging-1.1.1.jar
│ ├── fest-assert-1.2.jar
│ ├── fest-reflect-1.2.jar
│ ├── fest-swing-1.2.jar
│ ├── fest-util-1.1.2.jar
│ ├── jaudiotagger-2.0.4-SNAPSHOT.jar
│ ├── javamusicbrainz-1.0.jar
│ ├── jaxb-api-2.3.0.jar
│ ├── jcip-annotations-1.0.jar
│ ├── jmetadata-0.0.1-SNAPSHOT.jar
│ ├── jms-1.1.jar
│ ├── lastfm_bindings-0.1.0.jar
│ ├── log4j-1.2.15.jar
│ ├── mail-1.4.jar
│ ├── messengine-0.1.0.jar
│ ├── mockito-all-1.8.5.jar
│ ├── slf4j-api-1.6.1.jar
│ ├── slf4j-ext-1.6.1.jar
│ ├── slf4j-jcl-1.6.1.jar
│ ├── spring-aop-3.0.4.RELEASE.jar
│ ├── spring-asm-3.0.4.RELEASE.jar
│ ├── spring-beans-3.0.4.RELEASE.jar
│ ├── spring-context-3.0.4.RELEASE.jar
│ ├── spring-context-support-3.0.4.RELEASE.jar
│ ├── spring-core-3.0.4.RELEASE.jar
│ ├── spring-expression-3.0.4.RELEASE.jar
│ └── spring-test-3.0.4.RELEASE.jar
└── share
├── applications
│ └── jmetadata.desktop
├── doc
│ └── jmetadata
│ └── copyright
| └── changelog.Debian.gz
└── jmetadata
└── jmetadata.png
2. In debian directory level type the command below
dpkg --build debian
3. mv debian.deb JMetadata.deb
*********************
* control *
*********************
Package: jmetadata
Version: 1.0.0
Section: java
Priority: optional
Architecture: all
Maintainer: Jose Morales <[email protected]>
Description: Complete their metadata with MusicBrainz, LastFM or manually
***********************
* changelog.Debian *
***********************
JMetadata (1.0.0)
* New upstream release
- Beta was released
-- Jose Morales <[email protected]> Fri, 1 Nov 2024 06:50:36 +1000
*********************
* copyright *
*********************
This package was debianized by Jose Morales <[email protected]> on
Fri, 01 Nov 2024 05:05:54 +0100.
Copyright 2024 Jose Morales [email protected]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
***************************
* jmetadata.desktop *
***************************
[Desktop Entry]
Encoding=UTF-8
Name=JMetadata
Comment=Complete their metadata with MusicBrainz, LastFM or manually
Exec=/usr/bin/JMetadata
Icon=/usr/share/jmetadata/jmetadata.png
Terminal=false
Type=Application
Categories=GNOME;Application;Music
StartupNotify=true
--------------------------------------------------------------------------------
*********************
* WINDOWS INSTALLER *
*********************
JSmooth
1. Install JSmooth http://jsmooth.sourceforge.net/
2. Skeleton: Windowed Wrapper
3. Executable:
Executable Binary > JAudioScrobbler.exe
Executable Icon > jas.png
4. Application:
Main Class > org.jas.Launcher
Classpath > *.jar
5. JVM Selection
Minimum JVM Version > 1.5.0
Maximum JVM Version > 1.8.0
Note: Replace bat generated by exe file.
NSIS
1. Install NSIS http://nsis.sourceforge.net/
2. Installer based on ZIP file
3. Select JMetadata.zip
4. Installer Name > JMetadata-Installer
5. Output EXE File > JMetadata-Installer.exe
6. Click on Generate.
--------------------------------------------------------------------------------
*********************
* MAC INSTALLER *
*********************
Jar Bundler
1. Open Jar Bundler
2. Classpath and files > Select *.jar
3. Build Information > Choose Main Class (JAudioScrobbler-0.0.1-SNAPSHOT.jar) > Choose Icon.
4. Properties > Version 1.0.0
5. Create Application
Create a DMG
1. Download iDMG from here: http://www.macupdate.com/app/mac/27392/idmg
2. Open Inspector, Volume name: JMetadata
3. Drag & Drop Jar Bundler result
4. Create a symbolic link to the applications: ln -s /Applications/ Applications
5. Open JMetadata device
6. Drag & Drop Applications folder