mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
handbrake: bump revision, miscellaneous minor changes.
* Revision bump required after the update of libass. * Drop unneeded SOURCE_FILENAME. * Fix version info in rdef file and use patterns. * Add missing $secondaryArchSuffix to cmd:libtoolize.
This commit is contained in:
@@ -4,19 +4,15 @@ resource app_signature "application/x-vnd.titer-handbrake";
|
||||
resource file_types message;
|
||||
|
||||
resource app_version {
|
||||
major = 0,
|
||||
middle = 0,
|
||||
minor = 0,
|
||||
major = @MAJOR@,
|
||||
middle = @MIDDLE@,
|
||||
minor = @MINOR@,
|
||||
|
||||
variety = B_APPV_DEVELOPMENT,
|
||||
internal = 0,
|
||||
|
||||
short_info = #'CSTR' array {
|
||||
|
||||
},
|
||||
long_info = #'CSTR' array {
|
||||
|
||||
}
|
||||
short_info = "HandBrake",
|
||||
long_info = "The open source video transcoder"
|
||||
};
|
||||
|
||||
resource large_icon array {
|
||||
|
||||
Reference in New Issue
Block a user